15 lines
282 B
Markdown
15 lines
282 B
Markdown
## Stack
|
|
|
|
- **Language:** Python 3.11+ (simulator scaffold planned)
|
|
- **Key deps:** stdlib-first; pytest when `simulator.py` lands
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
python3 -m pytest -q tests/
|
|
python3 simulator.py
|
|
python3 experiments.py
|
|
|
|
# After workplan edits
|
|
statehub fix-consistency
|
|
```
|