From 41afbf3548650eca7209095faaf82f1237b6022a Mon Sep 17 00:00:00 2001 From: Matteo Cherubini Date: Tue, 9 Jun 2026 15:27:58 +0200 Subject: [PATCH] docs: clarify general Ingest rules reflect automated steps --- templates/agents-genome.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/agents-genome.md b/templates/agents-genome.md index df4c38c..f9446d9 100644 --- a/templates/agents-genome.md +++ b/templates/agents-genome.md @@ -47,12 +47,12 @@ Session end or return to `disabled`: remind operator to run `git-crypt lock` on 1. `raw/` is read-only. Never create, modify, or delete files in `raw/`. 2. `wiki/` is agent-owned. Create, update, and maintain all wiki pages here. -3. Every operation → one log entry appended to `wiki/log.md` (§Log). -4. Every new page → one entry appended to `wiki/index.md` (§Index). +3. Every operation → one log entry appended to `wiki/log.md` (§Log) (automated via manifest during Ingest). +4. Every new page → one entry appended to `wiki/index.md` (§Index) (automated via manifest during Ingest). 5. Never commit to `main`. Branch per task; PR required; no self-merge. 6. Contradict, don't overwrite. New evidence contradicts existing claim → §Conflict. 7. Never commit plaintext to any path marked for encryption in `.gitattributes`. -8. Every PR must use `templates/pr-description.md`. Do not omit the tabular summary. +8. Every PR must use `templates/pr-description.md`. Do not omit the tabular summary (automated via run-ingest.sh during Ingest). ### NEVER