2026-07-08 15:07:22 +02:00
---
id: POLYCODE-WP-0002
type: workplan
title: "PolyCode simulator v0.1 scaffold"
domain: infotech
repo: polycode-sim
2026-07-08 15:21:15 +02:00
status: finished
2026-07-08 15:07:22 +02:00
owner: codex
topic_slug: custodian
created: "2026-07-08"
updated: "2026-07-08"
2026-07-08 15:21:15 +02:00
state_hub_workstream_id: "f0281f0c-327c-430e-ab1a-c3fd031511e3"
2026-07-08 15:07:22 +02:00
---
# PolyCode simulator v0.1 scaffold
Implement the documented v0.1 simulation engine (`simulator.py` , `strategies.py` , `experiments.py` , `params_default.json` ) described in README and specs.
## Simulator scaffold
```task
id: POLYCODE-WP-0002-T01
2026-07-08 15:21:15 +02:00
status: done
2026-07-08 15:07:22 +02:00
priority: high
2026-07-08 15:21:15 +02:00
state_hub_task_id: "e8411084-8d8e-4c08-a07c-1b1865be2baa"
2026-07-08 15:07:22 +02:00
```
2026-07-08 15:21:15 +02:00
Result 2026-07-08: Added simulator.py, strategies.py, experiments.py, params_default.json; pytest smoke green; demo run writes runs/.
2026-07-08 15:07:22 +02:00
Add minimal runnable simulator with default strategies, params file, `./runs/` output, and a smoke test for one demo run.