feat(terminology): prose sweep tool and custodian workplan cleanup (CUST-WP-0055 T04)
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 6s

Add sweep_workstream_prose.py for agent-guidance files, sweep active workplan
prose in-repo, tighten scan allowlist exclusions, and update ADR-001 closure
protocol to workplan-first terminology.
This commit is contained in:
codex 2026-07-08 16:35:37 +02:00
parent 3bdefb3c4a
commit 2e0deee2ef
42 changed files with 312 additions and 186 deletions

View file

@ -40,9 +40,9 @@ def main() -> None:
help="Keep sandbox after run",
)
parser.add_argument(
"--workstream-id",
"--workplan-id",
default=None,
help="State Hub workstream ID for progress event",
help="State Hub workplan ID for progress event",
)
parser.add_argument(
"--no-report",