ultraworkers-claw-code/rust/crates/rusty-claude-cli/src
Jobdori 03bd7f0551 feat: add 40 slash commands — command surface 67/141
Port 40 missing user-facing slash commands from upstream parity audit:

Session: /doctor, /login, /logout, /usage, /stats, /rename, /privacy-settings
Workspace: /branch, /add-dir, /files, /hooks, /release-notes
Discovery: /context, /tasks, /doctor, /ide, /desktop
Analysis: /review, /security-review, /advisor, /insights
Appearance: /theme, /vim, /voice, /color, /effort, /fast, /brief,
  /output-style, /keybindings, /stickers
Communication: /copy, /share, /feedback, /summary, /tag, /thinkback,
  /plan, /exit, /upgrade, /rewind

All commands have full SlashCommandSpec, enum variant, parse arm,
and stub handler. Category system expanded with two new categories.
Tests updated for new counts (67 specs, 39 resume-supported).
fmt/clippy/tests all green.
2026-04-03 08:09:14 +09:00
..
app.rs test: cover new CLI slash command handlers 2026-04-02 06:05:24 +00:00
args.rs fix: auto compaction threshold default 200k tokens 2026-04-01 03:55:00 +00:00
init.rs fix: auto compaction threshold default 200k tokens 2026-04-01 03:55:00 +00:00
input.rs Reduce REPL overhead for orchestration-heavy workflows 2026-04-02 07:19:14 +00:00
main.rs feat: add 40 slash commands — command surface 67/141 2026-04-03 08:09:14 +09:00
render.rs wip: plugins progress 2026-04-01 07:09:29 +00:00