From be959c7ae9596e1c2e8a0f11a34aecbf77730728 Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Thu, 7 May 2026 23:57:00 -0700 Subject: [PATCH] cleaned up redundancy --- CLAUDE.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1b25242..005d89e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 2–3 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 ---