built-in-public commands

8 tagged built-in-public, measured the same way as everything else here.

Browse within: claude-ai 8

plan-update

01

viitorohit/sitrep

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.

19 1mo ago A 0 tokens original MIT

selfheal

02

viitorohit/sitrep

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).

19 1mo ago A 0 tokens original MIT

session-end

03

viitorohit/sitrep

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…

19 1mo ago A 0 tokens original MIT