From detent
Runs the deterministic status trace for detent system and relays the complete output verbatim.
How this command is triggered — by the user, by Claude, or both
Slash command
/detent:detentThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run `python3 -m detent` from the plugin root (if that import fails, run it with
`PYTHONPATH=${CLAUDE_PLUGIN_ROOT}`). Relay its COMPLETE output verbatim in a code block — do not
summarize, reorder, or annotate it; the trace IS the status (BEDROCK cell 17's contract). If it
exited nonzero, state only: "coverage check FAILED — see FAIL lines above." Nothing else.Run python3 -m detent from the plugin root (if that import fails, run it with
PYTHONPATH=${CLAUDE_PLUGIN_ROOT}). Relay its COMPLETE output verbatim in a code block — do not
summarize, reorder, or annotate it; the trace IS the status (BEDROCK cell 17's contract). If it
exited nonzero, state only: "coverage check FAILED — see FAIL lines above." Nothing else.
npx claudepluginhub clear-sights/detent --plugin detent/harness-statusDisplays the current health of the project's harness — enforcement ratio, drift, and garbage collection state by reading HARNESS.md.
/bencium-verifyWalks ACCEPTANCE.md against actual repo state, runs configured verify commands, and reports PASS/FAIL/SKIP with evidence for each check.
/healthRuns the Self-Star Doctor health check across 7 junctions (delegation, fitness, autoevolve, steward, verifier-spine, security, kairn-link) and displays a green/yellow/red board.
/traceReads a Nika run's flight recorder — shows verdict, root-cause task, integrity check, and resume command if paused.
/verifyRuns a multi-phase verification gate (tests, lint, type-check, visual check) after code execution, producing a structured report and blocking shipping on failure.