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
8
9
10
11
12
13
14
15
16
17
# Commands — Test Planning

Per-command integration test case indices for `clr`. See [commands.md](../../commands.md) for specification.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| run.md | Integration tests for the `run` command (default) |
| help.md | Integration tests for the `help` command (`--help` / `-h`) |

## Index

| Command | File | Tests |
|---------|------|-------|
| `run` (default) | [run.md]run.md | 8 TC |
| `help` | [help.md]help.md | 4 TC |