Implement Stripe publication layer and close WP-0007
This commit is contained in:
parent
124ad48720
commit
a76e57ba89
11 changed files with 1508 additions and 9 deletions
|
|
@ -4,11 +4,11 @@ type: workplan
|
|||
title: "Provider abstraction and Stripe publication"
|
||||
domain: financials
|
||||
repo: adaptive-pricing
|
||||
status: backlog
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: helix-forge
|
||||
created: "2026-07-02"
|
||||
updated: "2026-07-02"
|
||||
updated: "2026-07-03"
|
||||
state_hub_workstream_id: "3e348457-0ef7-4b5c-b4c5-9668e03b63ac"
|
||||
---
|
||||
|
||||
|
|
@ -21,7 +21,7 @@ published to Stripe without making Stripe the source of truth.
|
|||
|
||||
```task
|
||||
id: ADAPTIVE-WP-0007-T01
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "b4eb157d-54a8-4518-b99c-16355c3e22cf"
|
||||
```
|
||||
|
|
@ -34,7 +34,7 @@ configurations.
|
|||
|
||||
```task
|
||||
id: ADAPTIVE-WP-0007-T02
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "73fd1384-0b9e-48ea-851b-4045928e9c58"
|
||||
```
|
||||
|
|
@ -46,7 +46,7 @@ where the mapping is exact, approximate, or unsupported.
|
|||
|
||||
```task
|
||||
id: ADAPTIVE-WP-0007-T03
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "da137f4b-0b2a-49fb-adf2-7133cb908af0"
|
||||
```
|
||||
|
|
@ -58,7 +58,7 @@ provider state remains auditable and synchronized with internal definitions.
|
|||
|
||||
```task
|
||||
id: ADAPTIVE-WP-0007-T04
|
||||
status: todo
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "3e3e2fc3-f38f-4869-890a-94bffac97439"
|
||||
```
|
||||
|
|
@ -70,7 +70,7 @@ state with Stripe artifacts and to unwind failed publish attempts safely.
|
|||
|
||||
```task
|
||||
id: ADAPTIVE-WP-0007-T05
|
||||
status: todo
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "1dd8f49a-87fb-43ea-9c65-b6aa909e4a56"
|
||||
```
|
||||
|
|
@ -79,4 +79,3 @@ Exit when the repo can publish a validated pricing model to Stripe in a
|
|||
repeatable, explainable, and reversible way.
|
||||
|
||||
Dependencies: `ADAPTIVE-WP-0003`, `ADAPTIVE-WP-0004`, `ADAPTIVE-WP-0005`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue