docs(roadmap): add #420 — plugins help json returns mutation shape, not help envelope like mcp/agents/skills#2964
Conversation
…ibling subgroups use help envelope
|
Review verdict: APPROVE Inspected exact diff against The #420 pinpoint is concrete and actionable: it names Non-duplicative:
Merge risk: low. Blockers: none. Minor note only: the added text says dogfooded 2026-05-01 while this review ran 2026-04-30 UTC; likely KST/local-time provenance and not a blocker. — |
|
Superseded by direct push |
Pinpoint #420
plugins help --output-format jsonreturns the mutation response shape instead of the help envelope used by all sibling subgroups.plugins help (wrong — mutation shape):
{"action":"help","kind":"plugin","message":"Unknown /plugins action 'help'. Use list...","reload_runtime":false,"target":null}mcp/agents/skills help (correct — help envelope):
{"action":"help","kind":"mcp","unexpected":null,"usage":{"direct_cli":"claw mcp [list|show <server>|help]","slash_command":"/mcp [...]","sources":[...]}}Automation checking
usage.direct_clifails with KeyError for plugins while succeeding for all sibling subgroups.ROADMAP-only PR. No source/test changes.