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

16 lines
294 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
# Planned v0.1 workflow (see README.md)
python3 simulator.py
python3 experiments.py
# After workplan edits
statehub fix-consistency
```