30 lines
878 B
Markdown
30 lines
878 B
Markdown
---
|
|
id: POLYCODE-WP-0002
|
|
type: workplan
|
|
title: "PolyCode simulator v0.1 scaffold"
|
|
domain: infotech
|
|
repo: polycode-sim
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: custodian
|
|
created: "2026-07-08"
|
|
updated: "2026-07-08"
|
|
state_hub_workstream_id: "f0281f0c-327c-430e-ab1a-c3fd031511e3"
|
|
---
|
|
|
|
# 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
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "e8411084-8d8e-4c08-a07c-1b1865be2baa"
|
|
```
|
|
|
|
Result 2026-07-08: Added simulator.py, strategies.py, experiments.py, params_default.json; pytest smoke green; demo run writes runs/.
|
|
|
|
Add minimal runnable simulator with default strategies, params file, `./runs/` output, and a smoke test for one demo run.
|