From 401d910b2f3c90683ff5360d5dc0ce8f1b064e40 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 8 Oct 2025 15:41:52 +0200 Subject: [PATCH] Specs: Prevent auto-generated docs from getting edited manually Signed-off-by: Michael Mayer --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 9549b2e20..1f9521162 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -27,6 +27,7 @@ Learn more: https://agents.md/ - When introducing new metadata sources (e.g., `SrcOllama`, `SrcOpenAI`), define them in both `internal/entity/src.go` and the frontend lookup tables (`frontend/src/common/util.js`) so UI badges and server priorities stay aligned. - Whenever the Change Management instructions for a document require it, publish changes as a new file with an incremented version suffix (e.g., `*-v3.md`) rather than overwriting the original file. - Older spec versions remain in the repo for historical reference but are not linked from the main TOC. Do not base new work on superseded files (e.g., `*-v1.md` when `*-v2.md` exists). +- Auto-generated configuration and command references live under `specs/generated/`. Agents MUST NOT read, analyse, or modify anything in this directory; refer humans to `specs/generated/README.md` if regeneration is required. **Style note:** Document headings must use Title Case (capitalize every significant word) across Markdown files to keep generated navigation and changelogs consistent.