runbox 1.2.0

CLI for scaffolding container runner integration files
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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 |