From thoth
Shows repository status and active durable runs from the shared ledger.
How this command is triggered — by the user, by Claude, or both
Slash command
/thoth:status [--json] [--doctor] [--report] [--dashboard start|stop|rebuild]The summary Claude sees in its command listing — used to decide when to auto-load this command
# /thoth:status ## Generated Surface This file is generated from `thoth.command_specs.COMMAND_SPECS`. Do not hand edit. ## Real Runtime Execution The repo-local Thoth runtime command for this slash command has already been executed before Claude sees this prompt. ## Response Contract - Treat the structured bridge payload above as the only authority for this invocation. - If `bridge_success` is `false`, report the exact bridge failure and stop. - If stdout starts with `version=`, repeat stdout exactly and output nothing else. - If `bridge_success` is `true`, report only the real comm...
This file is generated from thoth.command_specs.COMMAND_SPECS. Do not hand edit.
The repo-local Thoth runtime command for this slash command has already been executed before Claude sees this prompt.
THOTH_STATUS_ARGUMENTS_FILE="$(mktemp -t thoth-status-arguments.XXXXXX)"
trap 'rm -f "$THOTH_STATUS_ARGUMENTS_FILE"' EXIT
cat > "$THOTH_STATUS_ARGUMENTS_FILE" <<'THOTH_STATUS_ARGUMENTS_EOF'
$ARGUMENTS
THOTH_STATUS_ARGUMENTS_EOF
"${CLAUDE_PLUGIN_ROOT}/scripts/thoth-claude-command.sh" status --thoth-arguments-file "$THOTH_STATUS_ARGUMENTS_FILE"
bridge_success is false, report the exact bridge failure and stop.version=, repeat stdout exactly and output nothing else.bridge_success is true, report only the real command result in one short receipt.mechanical_fastnoneresult_envelopeReport only abnormal state, blockers, and active run deltas.
56npx claudepluginhub seeleai/thoth --plugin thoth/crew-insightsShows cockpit-style health and next-action insights across one or more Git repositories. Supports --repos for cross-repo fleet views and --json for machine-readable output.
/statusShows active and recent Codex jobs for this repository, including review-gate status. Accepts optional job ID, --wait, --timeout-ms, and --all flags.
/harness-healthGenerates a structured health snapshot of the harness — enforcement status, mutation trends, learning velocity, cadence compliance, and meta-observability checks. Also supports --deep and --trends modes.
/doctorRuns a health check on the great_cto pipeline, reporting missing files, format issues, hook status, and permission errors. Accepts --fix to emit remediation commands.
/sugar-statusDisplays Sugar autonomous development system status, task queue, and execution metrics. Supports --detailed and --tasks flags for expanded views.
/statusShows mint execution status for active tasks: running specs, progress, gates (lint/types/tests), stop signals, recent issues, and open issues count.