Complete State Hub bootstrap (POLYCODE-WP-0001); add POLYCODE-WP-0002
This commit is contained in:
parent
c0fc597f37
commit
395d0fddd0
4 changed files with 46 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ type: workplan
|
|||
title: "Bootstrap State Hub integration"
|
||||
domain: infotech
|
||||
repo: polycode-sim
|
||||
status: ready
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
created: "2026-07-08"
|
||||
|
|
@ -20,11 +20,13 @@ PolyCode Simulator is a Python-based agent simulation modeling investor and vote
|
|||
|
||||
```task
|
||||
id: POLYCODE-WP-0001-T01
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "d0f6a1cd-641f-4a63-890c-99bc5c12cc4b"
|
||||
```
|
||||
|
||||
Result 2026-07-08: INTENT.md and SCOPE.md reviewed; README/spec aligned with planned v0.1 layout.
|
||||
|
||||
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
||||
Replace generated placeholders with repo-specific facts where needed.
|
||||
|
||||
|
|
@ -32,11 +34,13 @@ Replace generated placeholders with repo-specific facts where needed.
|
|||
|
||||
```task
|
||||
id: POLYCODE-WP-0001-T02
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "6ad22e61-ad4d-4643-ad49-000e41e4959b"
|
||||
```
|
||||
|
||||
Result 2026-07-08: Documented planned Python workflow in stack-and-commands.md (code scaffold tracked in WP-0002).
|
||||
|
||||
Identify the repo's install, test, lint, build, and run commands. Add or refine
|
||||
those commands in the agent instructions so future coding sessions can verify
|
||||
changes confidently.
|
||||
|
|
@ -45,11 +49,13 @@ changes confidently.
|
|||
|
||||
```task
|
||||
id: POLYCODE-WP-0001-T03
|
||||
status: todo
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "d0d8fea2-28e8-4766-8295-9118a8378c2c"
|
||||
```
|
||||
|
||||
Result 2026-07-08: Created POLYCODE-WP-0002.
|
||||
|
||||
Create the first implementation workplan for the repository's most important
|
||||
next change. After workplan file updates, run the sync locally from this repo
|
||||
checkout:
|
||||
|
|
|
|||
26
workplans/POLYCODE-WP-0002-simulator-v01-scaffold.md
Normal file
26
workplans/POLYCODE-WP-0002-simulator-v01-scaffold.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
id: POLYCODE-WP-0002
|
||||
type: workplan
|
||||
title: "PolyCode simulator v0.1 scaffold"
|
||||
domain: infotech
|
||||
repo: polycode-sim
|
||||
status: ready
|
||||
owner: codex
|
||||
topic_slug: custodian
|
||||
created: "2026-07-08"
|
||||
updated: "2026-07-08"
|
||||
---
|
||||
|
||||
# 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: todo
|
||||
priority: high
|
||||
```
|
||||
|
||||
Add minimal runnable simulator with default strategies, params file, `./runs/` output, and a smoke test for one demo run.
|
||||
Loading…
Add table
Add a link
Reference in a new issue