From aa550f28b41f1d08c67f43d42f93d8dc93c62421 Mon Sep 17 00:00:00 2001 From: tegwick Date: Tue, 5 May 2026 10:57:47 +0200 Subject: [PATCH] Minor change to workplan --- workplans/KONT-WP-0004-durable-persistence.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/workplans/KONT-WP-0004-durable-persistence.md b/workplans/KONT-WP-0004-durable-persistence.md index c5a2e4a..d9477bc 100644 --- a/workplans/KONT-WP-0004-durable-persistence.md +++ b/workplans/KONT-WP-0004-durable-persistence.md @@ -4,12 +4,12 @@ type: workplan title: "Durable Persistence Foundation" domain: markitect repo: kontextual-engine -status: planned +status: todo owner: codex topic_slug: markitect created: "2026-05-05" updated: "2026-05-05" -state_hub_workstream_id: pending +state_hub_workstream_id: "e177f2dc-a2a0-41a4-b5cd-82e8f9f12f34" --- # KONT-WP-0004: Durable Persistence Foundation @@ -56,6 +56,7 @@ Out of scope: id: KONT-WP-0004-T001 status: todo priority: high +state_hub_task_id: "6b665ab1-cc8e-473b-824a-d953b598bb72" ``` Promote the storage decision from deferred to explicit: local-first SQLite for @@ -76,6 +77,7 @@ Acceptance: id: KONT-WP-0004-T002 status: todo priority: high +state_hub_task_id: "eed4f0b5-9080-4c76-9ae6-841459edbab6" ``` Extend `KnowledgeRepository` from create/list/get into a durable lifecycle @@ -97,6 +99,7 @@ Acceptance: id: KONT-WP-0004-T003 status: todo priority: high +state_hub_task_id: "7f34e36f-4e9b-40ab-bbe9-afaee4553a9f" ``` Create the first durable schema for collections, artifacts, revisions, @@ -119,6 +122,7 @@ Acceptance: id: KONT-WP-0004-T004 status: todo priority: high +state_hub_task_id: "6d20a457-7246-4380-943f-c6d726506356" ``` Implement `SQLiteKnowledgeRepository` behind the same repository contract used @@ -141,6 +145,7 @@ Acceptance: id: KONT-WP-0004-T005 status: todo priority: high +state_hub_task_id: "e4e6f188-9ac3-4daf-9633-f11d812e50fa" ``` Add artifact revision and change-record support so persistent knowledge can be @@ -161,6 +166,7 @@ Acceptance: id: KONT-WP-0004-T006 status: todo priority: medium +state_hub_task_id: "d0a9e9d4-12eb-406b-b32c-5b45f931f18c" ``` Persist `OperationRun`, `WorkflowStep`, `InputBundle`, and `RunManifest` @@ -180,6 +186,7 @@ Acceptance: id: KONT-WP-0004-T007 status: todo priority: medium +state_hub_task_id: "965738a5-9538-45f6-98bb-7987aba62904" ``` Add lightweight persistence for context-package references and external memory @@ -201,6 +208,7 @@ Acceptance: id: KONT-WP-0004-T008 status: todo priority: medium +state_hub_task_id: "ea7313ce-fb1f-49b1-b5da-66a036893a04" ``` Provide a deterministic import/export path for repository snapshots so early