docs(output): make outbox/processed immutable
This commit is contained in:
@@ -15,4 +15,4 @@ The `output/` tree houses the delivery pipeline that watches for approved Markdo
|
||||
- Before testing, ensure `ForRelease/inbox` is empty; this watcher expects at most one Markdown file at a time.
|
||||
- Monitor logs via `./run-output-processor.sh logs -f` while converting to confirm the Markdown leaves inbox and the exports appear in outbox.
|
||||
- If Pandoc fails, the Markdown moves to `ForRelease/failed`; fix the content there, then move it back to `inbox` for another run.
|
||||
- Treat `ForRelease/outbox` and `ForRelease/processed` as append-only: add new artifacts when directed, but never delete, move, rename, or even suggest cleanup or retention changes. Preservation of history is the human operator's responsibility alone; do not consider, plan, or recommend cleanup or retention changes under any circumstance.
|
||||
- Treat `ForRelease/outbox` and `ForRelease/processed` as immutable history managed solely by the human operator. Only create or append new artifacts when explicitly instructed, and never delete, move, rename, or even contemplate cleanup, retention, or consolidation actions in these directories.
|
||||
|
||||
Reference in New Issue
Block a user