capture
01Command Claude Code
Capture a new task into the project plan and status report in one step. Never lose an idea mid-session.
Command Claude Code
Capture a new task into the project plan and status report in one step. Never lose an idea mid-session.
Command Claude Code
Generate a self-contained HTML dashboard from sitrep files. Opens in any browser, no server needed.
Command Claude Code
Thin wrapper (GETSITREP-10) — generating sitrep/HANDOFF.md (archiving the previous one first), tailoring to a human or AI audience, and committing all live in getsitrep handoff.
Command Claude Code
Thin wrapper (GETSITREP-10) over getsitrep plan-update — the CLI owns the table lookup, row insertion, and commit. This file's only remaining job is the one step no CLI can do on its own: interpreting the free-form request in $ARGUMENTS into the structured JSON the CLI expects.
Command Claude Code
Thin wrapper (GETSITREP-10) — every check below, and every auto-fix, lives in getsitrep selfheal (src/commands/selfheal.js is the single source of truth for exact behavior and known scope boundaries; this file is a pointer to it, not a second copy of its logic).
Command Claude Code
Thin wrapper (GETSITREP-10) over getsitrep session-end — the CLI owns the Session Log entry, header updates, .sitrep-data.json, the history record, and the commit. This file's only remaining job is the one step no CLI can do on its own: building the session-summary JSON from this conversation, since a CLI has no way…
Command Claude Code
Thin wrapper (GETSITREP-10) — orientation logic (reading MANIFEST.md/STATUSREPORT.md/PROJECTPLAN.md/.sitrep-data.json, building the summary) lives entirely in getsitrep session-start. This file's only job is to invoke it and show the result — it does not re-read those files or re-derive the summary itself.
Command Claude Code
Thin wrapper (GETSITREP-10) — reading STATUSREPORT.md, the session-command tracker (absorbed from the old /pulse, see docs/specs/command-canon.md), and the next-command suggestion logic all live in getsitrep sitrep.
Instructions file
Instructions for viitorohit/sitrep, covering claude.md — sitrep project, project overview, sources of truth — priority order, decision log (adrs) and session governance — story → branch → ticket loop.