docs: clarify general Ingest rules reflect automated steps
This commit is contained in:
parent
e8dea9c8bc
commit
41afbf3548
1 changed files with 3 additions and 3 deletions
|
|
@ -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/`.
|
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.
|
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).
|
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).
|
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.
|
5. Never commit to `main`. Branch per task; PR required; no self-merge.
|
||||||
6. Contradict, don't overwrite. New evidence contradicts existing claim → §Conflict.
|
6. Contradict, don't overwrite. New evidence contradicts existing claim → §Conflict.
|
||||||
7. Never commit plaintext to any path marked for encryption in `.gitattributes`.
|
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
|
### NEVER
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue