design-and-deliver/claude-code-autoconfig
Command Claude Code
Recover recent conversation context from the raw session transcript on disk.
design-and-deliver/claude-code-autoconfig
Command Claude Code
Recover recent conversation context from the raw session transcript on disk.
design-and-deliver/claude-code-autoconfig
Command Claude Code
One-session structural cleanup — refactor the hottest oversized file along a real seam.
design-and-deliver/claude-code-autoconfig
Command Claude Code
A restart closes every terminal at once. The conversations survive — transcripts are append-only — but nothing tells you WHICH of the hundreds on disk were open when the power went. This does.
design-and-deliver/claude-code-autoconfig
Command Claude Code
File a GitHub issue on the anthropics/claude-code repository, with due diligence.
design-and-deliver/claude-code-autoconfig
Command Claude Code
Verify that CLAUDE.md has the required structure. This command does NOT populate project descriptions — CLAUDE.md grows organically through Discoveries as you work. Claude can read your config files directly.
design-and-deliver/claude-code-autoconfig
Command Claude Code
/fleet tells you who is working where. This is its write counterpart: the thing that cleans up after the worktree loop is done.
design-and-deliver/claude-code-autoconfig
Command Claude Code
Run tests for this project.
design-and-deliver/claude-code-autoconfig
Command Claude Code
Show the current session's usage report — tokens first (with the cache-read and per-model splits that make raw totals honest), the weighted $-equivalent beside them, the 5-hour cross-project rollup, and the plan/overage-billing line.
design-and-deliver/claude-code-autoconfig
Command Claude Code
Validate the current claude-code-autoconfig installation. Reports what's correct, what's outdated, and what's missing. Does not modify anything.
design-and-deliver/claude-code-autoconfig
Command Claude Code
Observe a different Claude session that may be running forever on a prompt, and report what its current turn is doing. It reads that session's live transcript off disk — it does not interrupt or query the busy session (a busy session can't answer a slash command mid-turn).
design-and-deliver/claude-code-autoconfig
Hook Claude Code
Runs when a session starts, executing migrate-feedback.js and terminal-title.js via node (2 commands). From design-and-deliver/claude-code-autoconfig.
design-and-deliver/claude-code-autoconfig
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing terminal-title.js via node. From design-and-deliver/claude-code-autoconfig.
design-and-deliver/claude-code-autoconfig
Hook Claude Code
Runs when the agent finishes a response, executing terminal-title.js and arcade-beeps.js via node with --porcelain and --numstat (3 commands). From design-and-deliver/claude-code-autoconfig.
design-and-deliver/claude-code-autoconfig
Hook Claude Code
Runs when the agent sends a notification for permission_prompt and idle_prompt tool calls, executing terminal-title.js and arcade-beeps.js via node with --idle-rescue (3 commands). From design-and-deliver/claude-code-autoconfig.
design-and-deliver/claude-code-autoconfig
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing auto-guard.js via node. From design-and-deliver/claude-code-autoconfig.
design-and-deliver/claude-code-autoconfig
Hook Claude Code
Runs after a tool call finishes for Edit, Write, Bash, Bash, Write, Edit, MultiEdit, NotebookEdit, WebFetch, WebSearch, Task and AskUserQuestion tool calls, executing feedback-rule-check.js, mark-commit-active.js and terminal-title.js via node (3 commands). From design-and-deliver/claude-code-autoconfig.
design-and-deliver/claude-code-autoconfig
Settings file Claude Code
Agent settings declaring 6 hook events (SessionStart, UserPromptSubmit, Stop, Notification) and 43 allowed tools.