polycode-sim/.claude/rules/stack-and-commands.md
tegwick 395d0fddd0
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
Complete State Hub bootstrap (POLYCODE-WP-0001); add POLYCODE-WP-0002
2026-07-08 15:07:22 +02:00

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