docs(roadmap): add #413 — acp json leaks internal tracking numbers as public fields#2957
docs(roadmap): add #413 — acp json leaks internal tracking numbers as public fields#2957code-yeongyu wants to merge 1 commit intomainfrom
Conversation
…mbers as public fields
|
Review verdict: APPROVE Inspected exact diff against The #413 pinpoint is concrete and actionable: it names the exact command ( Non-duplicative: nearby ACP/help JSON items cover discoverability/unsupported ACP support or help-format behavior; this specifically tracks public JSON leakage of internal tracking fields. Minor wording nuance: ACP JSON already has Merge risk: low. Blockers: none. — |
Pinpoint #413
acp --output-format jsonexposes internal backlog references in the public JSON contract:{ "discoverability_tracking": "ROADMAP #64a", "tracking": "ROADMAP #76", "message": "ACP/Zed editor integration is not implemented...", "status": "discoverability_only", "supported": false, ... }Two fields (
discoverability_tracking,tracking) are verbatim internal backlog ticket numbers that should never appear in a public machine-readable contract.messageis implementation-note prose that serves as the sole machine-classifiable signal.ROADMAP-only PR. No source/test changes.