From 98872727a7714afba84ec24a68107cbbd33371e4 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 6 May 2026 11:57:04 +0200 Subject: [PATCH] chore(l4d2): add worktree constraint and update color contract --- AGENTS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index be8c070..9d0c9cb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,6 +19,10 @@ Do not invent architecture outside these plans unless explicitly requested. ## Non-Negotiable Constraints +### Workspace and tools + +- Do not use git worktrees. + ### Naming and boundaries - Use `l4d2` naming consistently. @@ -46,7 +50,7 @@ Do not invent architecture outside these plans unless explicitly requested. - Flask + server-rendered templates + vendored HTMX. - No external frontend framework/dependencies. -- Custom CSS with consistent link color `#0F766E`. +- Custom CSS with tokenized, consistent link and accent colors. - Local username/password auth and `admin` flag. - Persist command logs in `job_logs` table (retain indefinitely). - Desired vs actual server state model.