From b2b9ae2dfca97d8db309408109ba9943aebf1210 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Wed, 15 Oct 2025 14:04:29 -0500 Subject: [PATCH] docs(output): clarify manual cleanup policy --- output/AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/AGENTS.md b/output/AGENTS.md index 4e509cc..003ee6c 100644 --- a/output/AGENTS.md +++ b/output/AGENTS.md @@ -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. -- Only remove history from `outbox/` or `processed/` after you are certain the artifacts are no longer needed. +- Only remove history from `outbox/` or `processed/` after you are certain the artifacts are no longer needed, and **do so manually**—no code, scripts, or AI agents are allowed to delete from these directories.