15 lines
294 B
Markdown
15 lines
294 B
Markdown
## Stack
|
|
|
|
- **Language:** Python 3.11+ (simulator scaffold planned)
|
|
- **Key deps:** stdlib-first; pytest when `simulator.py` lands
|
|
|
|
## Dev Commands
|
|
|
|
```bash
|
|
# Planned v0.1 workflow (see README.md)
|
|
python3 simulator.py
|
|
python3 experiments.py
|
|
|
|
# After workplan edits
|
|
statehub fix-consistency
|
|
```
|