Complete State Hub bootstrap (POLYCODE-WP-0001); add POLYCODE-WP-0002
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
tegwick 2026-07-08 15:07:22 +02:00
parent c0fc597f37
commit 395d0fddd0
4 changed files with 46 additions and 18 deletions

View file

@ -1,19 +1,15 @@
## Stack
<!-- TODO: Fill in language, frameworks, and key dependencies -->
- **Language:**
- **Key deps:**
- **Language:** Python 3.11+ (simulator scaffold planned)
- **Key deps:** stdlib-first; pytest when `simulator.py` lands
## Dev Commands
```bash
# TODO: Fill in the standard commands for this repo
# Planned v0.1 workflow (see README.md)
python3 simulator.py
python3 experiments.py
# Install dependencies
# Run tests
# Lint / type check
# Build / package (if applicable)
# After workplan edits
statehub fix-consistency
```