diff --git a/workplans/USER-WP-0016-durable-store-migration-and-conformance-harness.md b/workplans/USER-WP-0016-durable-store-migration-and-conformance-harness.md index fb4f70c..c1dc838 100644 --- a/workplans/USER-WP-0016-durable-store-migration-and-conformance-harness.md +++ b/workplans/USER-WP-0016-durable-store-migration-and-conformance-harness.md @@ -46,7 +46,7 @@ without requiring a live Postgres service in the local unit test suite. id: USER-WP-0016-T1 status: done priority: high -state_hub_task_id: "3783e912-76b5-4458-a8c5-a96bc8870e60" +state_hub_task_id: "fdb1bf47-17e6-4bdb-b822-1713217b81cf" ``` Define an ordered migration manifest with the latest schema version and the @@ -56,7 +56,7 @@ logical store record types covered by user-engine. id: USER-WP-0016-T2 status: done priority: high -state_hub_task_id: "7d65e1fa-c7fb-4c83-9512-98296e6ccf4b" +state_hub_task_id: "e2cd55ee-0779-4df1-80e7-62070c134a1b" ``` Add a Postgres bootstrap SQL file that provider repositories can apply or @@ -66,7 +66,7 @@ translate when implementing the store boundary. id: USER-WP-0016-T3 status: done priority: high -state_hub_task_id: "c58db383-bfad-4f52-82d4-9d3c4558b1f2" +state_hub_task_id: "da8e9530-2a30-4c79-9a65-6f00a184b69d" ``` Add reusable store conformance helpers covering readiness, idempotent @@ -77,7 +77,7 @@ rollback, outbox ordering, and redacted diagnostics. id: USER-WP-0016-T4 status: done priority: medium -state_hub_task_id: "71e51aa8-2a2b-463d-938b-0a1f1261c568" +state_hub_task_id: "b4bee55f-3e65-4c27-b2f0-accad0899d13" ``` Run the conformance helpers against `InMemoryUserEngineStore` as the reference @@ -87,7 +87,7 @@ implementation. id: USER-WP-0016-T5 status: done priority: medium -state_hub_task_id: "e8d7cece-605d-4bb3-b0c6-b03fb908e7c0" +state_hub_task_id: "382ff39a-e081-49ea-9039-5dddfa03c587" ``` Document how future Postgres/provider adapters should consume the manifest,