claw-code-parity/rust/crates/rusty-claude-cli/src
YeonGyu-Kim d88144d4a5 feat(commands): slash-command validation, help formatting, CLI wiring
- Add centralized validate_slash_command_input for all slash commands
- Rich error messages and per-command help detail
- Wire validation into CLI entrypoints in main.rs
- Consistent /agents and /skills usage surface
- Verified: cargo test -p commands 22 passed, integration test passed, clippy clean
2026-04-02 18:24:47 +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(commands): slash-command validation, help formatting, CLI wiring 2026-04-02 18:24:47 +09:00
render.rs wip: plugins progress 2026-04-01 07:09:29 +00:00