cleaned up redundancy

This commit is contained in:
2026-05-07 23:57:00 -07:00
parent 469663dc3e
commit be959c7ae9
+1 -8
View File
@@ -23,7 +23,7 @@ See [preferences/communication.md](preferences/communication.md) for full detail
| Org tooling (IT support) | PowerShell 5.1+, WPF, `.psd1` config files |
| Web apps (self-hosted) | FastAPI, async SQLAlchemy 2.0, MySQL 8, Docker Compose, Nginx |
| Static site | Hugo |
| Container management | Portainer |
| Container management | Portainer, Dockhand |
| Version control | Gitea (self-hosted) |
---
@@ -34,9 +34,6 @@ See [preferences/communication.md](preferences/communication.md) for full detail
- **No credentials in code:** Secrets go in `.env` files; always provide a `.env.example`
- **Consistent style:** Follow the conventions for the language in use — see preferences files
- **Ask before big changes:** Clarify scope before rewriting or restructuring
- Ask clarifying questions before starting — outline the plan for large changes and get confirmation before proceeding
- When a request is ambiguous, offer 23 specific options rather than an open-ended question
- Report failures clearly (what broke, why) and propose an alternative — don't retry the same failing approach
---
@@ -46,10 +43,6 @@ See [preferences/communication.md](preferences/communication.md) for full detail
- Add features, refactoring, or cleanup beyond what was asked
- Put credentials, passwords, or tokens directly in code or config files
- Switch to a different stack/library without asking first
- Add filler phrases ("Great question!", "Certainly!", "Of course!")
- Restate what was just asked before answering
- Suggest improvements or refactors beyond what was asked
- Propose switching to a different stack or library without being asked
---