polycode-sim/.claude/rules/stack-and-commands.md

16 lines
282 B
Markdown
Raw Normal View History

## 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
```