# runbox
| File | Responsibility |
|------|----------------|
| `Cargo.toml` | Package manifest, feature gates, optional dependencies |
| `unilang.commands.yaml` | CLI command definitions metadata for unilang |
| `src/` | Library and binary source code |
| `docs/` | Behavioral requirements: feature doc instances |
| `tests/` | Integration test suite |
| `verb/` | Shell scripts for each `do` protocol verb |
| `runbox/` | Container runner config for this crate |