Add guide-board pilot ingestion

This commit is contained in:
2026-05-17 00:09:11 +02:00
parent 1f379ba321
commit 91bb08c8e5
22 changed files with 1074 additions and 12 deletions

View File

@@ -4,13 +4,13 @@ type: workplan
title: "Guide-Board Pilot Ingestion"
repo: artifact-store
domain: stack
status: planned
status: active
owner: codex
topic_slug: stack
planning_priority: high
planning_order: 5
created: "2026-05-15"
updated: "2026-05-15"
updated: "2026-05-16"
state_hub_workstream_id: "701c4d8c-5cf4-4a4a-ab60-1dcae53fe771"
---
@@ -41,9 +41,9 @@ bytes itself. This is the pilot success criterion in INTENT.md.
```task
id: ARTIFACT-STORE-WP-0005-T001
status: cancelled
status: done
priority: high
state_hub_task_id: "eb822821-353c-4cd2-95bf-acb2f084b7ea"
state_hub_task_id: "830f6822-1cfe-4955-a4e0-5b9a42fb5db1"
```
Acceptance:
@@ -61,7 +61,7 @@ Acceptance:
```task
id: ARTIFACT-STORE-WP-0005-T002
status: todo
status: done
priority: high
state_hub_task_id: "ff0ba2eb-b8d3-418a-8685-a54457cea2ed"
```
@@ -82,7 +82,7 @@ Acceptance:
```task
id: ARTIFACT-STORE-WP-0005-T003
status: todo
status: done
priority: high
state_hub_task_id: "5c367257-2d2a-4de9-9a06-663ba2c60d77"
```
@@ -106,7 +106,7 @@ Acceptance:
```task
id: ARTIFACT-STORE-WP-0005-T004
status: todo
status: done
priority: medium
state_hub_task_id: "b1ca7133-ad27-4091-93a0-a4e1b7450791"
```
@@ -124,7 +124,7 @@ Acceptance:
```task
id: ARTIFACT-STORE-WP-0005-T005
status: todo
status: blocked
priority: medium
state_hub_task_id: "bffa3573-4a1f-4c12-8c73-6d55bd8f6297"
```
@@ -139,6 +139,17 @@ Acceptance:
- Procedure runs end-to-end on a developer workstation under 5
minutes.
Blocked note: the artifact-store ingest path was verified against an
existing non-fixture OpenCMIS guide-board run at
`/home/worsch/open-cmis-tck/.local/runs/opencmis-inmemory-pilot` using
an isolated SQLite DB and local storage root. It ingested 23 files,
replayed the event log through sequence 26, and verified 23 storage
locations with zero failures. A fresh guide-board/OpenCMIS producer run
from `~/guide-board` currently stops before artifact-store handoff with
`cmis-summary: report fragment not found: reports/cmis-summary.md`,
which needs to be fixed in the producer/extension before the documented
fresh-run procedure can be marked complete.
## Success criteria
- A real guide-board CMIS run is ingested with one CLI invocation.