/archcore:review is now the single inspection skill. The dashboard you used to get from /archcore:status is its default output; deep audits are an explicit flag. /archcore:graph is gone — its orphan list and relation counts already lived inside review.
Improvements
/archcore:review(no args) — returns the one-screen dashboard: counts by category, type, status, relation coverage, plus a one-line issues summary. Project-wide, no filter./archcore:review --deep— full audit: gaps, staleness, orphans, missing relations, prioritized recommendations./archcore:review <filter>— any non-flag argument (knowledge,tag:auth,type:adr) implies--deepand scopes the audit.- Sibling skills (
actualize,bootstrap,context) carry shorter anti-trigger lines now thatstatusandgraphare no longer in the palette.
Misc
- Visible
/archcore:*palette: 16 commands (9 intent + 6 tracks + 1 utility), down from 18. skills/status/andskills/graph/removed from the plugin bundle.- Documentation updated across
/plugin/,/reference/skills/, and/start/plugin-quick-start/to reflect the new counts and merged behavior. - Stronger checks added during context generation to catch drift earlier.
- Plugin metadata keywords expanded for marketplace discovery.
Migration
- Users who typed
/archcore:statusshould switch to/archcore:review(with no args). Same output, single skill. - Users who relied on
/archcore:graphfor a Mermaid diagram can ask the agent to render Mermaid directly fromlist_relations— observed usage of the dedicated skill was near zero, and the orphan/relation data is already insidereview.