runbox 1.2.0

CLI for scaffolding container runner integration files
Documentation
1
2
3
4
5
6
7
8
# verb/

| File | Responsibility |
|------|----------------|
| `test` | Dispatcher: delegates by VERB_LAYER; default calls container runner |
| `test.d/l0` | Host-native layer: runs w3 .test level::3 directly |
| `test.d/l1` | Container-internal layer: runs w3 .test level::3 with offline flags |
| `build` | Compile runbox crate artifacts via cargo build |