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

@ -107,7 +107,7 @@ status: done
priority: high
description: >
Extend the `get_domain_summary` MCP tool response to include a
`capabilities` list alongside `repos` and `workstreams`. Each entry
`capabilities` list alongside `repos` and `workplans`. Each entry
should be compact: {type, title, repo_slug} only (no description or
keywords, to keep token cost low).
Implementation: in mcp_server/server.py, after building the summary dict,