2026-07-08 14:50:32 +02:00
|
|
|
## Stack
|
|
|
|
|
|
2026-07-08 15:07:22 +02:00
|
|
|
- **Language:** Python 3.11+ (simulator scaffold planned)
|
|
|
|
|
- **Key deps:** stdlib-first; pytest when `simulator.py` lands
|
2026-07-08 14:50:32 +02:00
|
|
|
|
|
|
|
|
## Dev Commands
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-07-08 15:21:15 +02:00
|
|
|
python3 -m pytest -q tests/
|
2026-07-08 15:07:22 +02:00
|
|
|
python3 simulator.py
|
|
|
|
|
python3 experiments.py
|
2026-07-08 14:50:32 +02:00
|
|
|
|
2026-07-08 15:07:22 +02:00
|
|
|
# After workplan edits
|
|
|
|
|
statehub fix-consistency
|
2026-07-08 14:50:32 +02:00
|
|
|
```
|