claude_runner 1.0.0

CLI for executing Claude Code via builder pattern; YAML schema constants for command registration
Documentation
1
2
3
4
5
6
7
# src/

| File | Responsibility |
|------|----------------|
| `lib.rs` | Public API: `COMMANDS_YAML` constant + `VerbosityLevel` re-export. |
| `main.rs` | CLI binary: arg parsing, `ClaudeCommand` builder, execute. |
| `verbosity.rs` | `VerbosityLevel` newtype: output gating with semantic level methods. |