Implement canonical pricing core and close WP-0003

This commit is contained in:
codex
2026-07-02 20:48:16 +02:00
parent ab700caa4b
commit 6c6f3d40ae
10 changed files with 705 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Canonical pricing core and schema extraction"
domain: financials
repo: adaptive-pricing
status: ready
status: finished
owner: codex
topic_slug: helix-forge
created: "2026-07-02"
@@ -21,7 +21,7 @@ define the canonical pricing-model schema needed by the later milestones.
```task
id: ADAPTIVE-WP-0003-T01
status: todo
status: done
priority: high
state_hub_task_id: "c79647e3-f760-4a2f-ae45-a3532692a3d3"
```
@@ -34,7 +34,7 @@ eligibility, lifecycle metadata, and provider-mapping hooks.
```task
id: ADAPTIVE-WP-0003-T02
status: todo
status: done
priority: high
state_hub_task_id: "2d27616b-ea0c-4600-b7a2-eb5a22932b58"
```
@@ -48,7 +48,7 @@ first adopter of the extracted core rather than leaving the core trapped inside
```task
id: ADAPTIVE-WP-0003-T03
status: todo
status: done
priority: high
state_hub_task_id: "6fa1ee8f-27ae-45b3-bd98-ea2a4873c0c8"
```
@@ -61,7 +61,7 @@ commitment-backed models.
```task
id: ADAPTIVE-WP-0003-T04
status: todo
status: done
priority: medium
state_hub_task_id: "fed8cb44-4219-4b7f-b641-90d872ebc285"
```
@@ -74,7 +74,7 @@ existing dashboard behavior.
```task
id: ADAPTIVE-WP-0003-T05
status: todo
status: done
priority: medium
state_hub_task_id: "77305962-6f56-44aa-a8e4-32cfc5de262b"
```
@@ -83,4 +83,3 @@ Exit when the repo has a documented canonical schema, a validator with tests,
and a working Coulomb observatory instance backed by the new internal model.
Dependencies: `ADAPTIVE-WP-0002` completed baseline.