program_tools 0.3.0

Rust script runner — compile and execute Rust files as scripts with output capture.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Command Specs

### Scope

- **Purpose**: Catalog test specifications for each CLI subcommand.
- **Responsibility**: One spec file per subcommand; TC- prefix; min 8 cases per spec.
- **In Scope**: The `run` subcommand.
- **Out of Scope**: Parameter edge cases (→ `param/`); invariant verification (→ `invariant/`).

### Overview Table

| Name | Purpose | Status |
|------|---------|--------|
| `run.md` | `command` spec for `run` ||