chore: write State Hub workstream and task IDs from fix-consistency

Sync workplan frontmatter with hub DB after SAND-WP-0001 and SAND-WP-0002
registration.
This commit is contained in:
2026-06-22 21:32:58 +02:00
parent cdc0e505a9
commit d12ff9a7f4
2 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ topic_slug: custodian
created: "2026-06-22" created: "2026-06-22"
updated: "2026-06-22" updated: "2026-06-22"
status: active status: active
state_hub_workstream_id: "a57d0248-f6aa-42d1-9e33-144cb0b8c577"
--- ---
# Bootstrap State Hub integration # Bootstrap State Hub integration
@@ -22,6 +23,7 @@ Sandboxing for agentic coding facility.
id: SAND-WP-0001-T01 id: SAND-WP-0001-T01
status: done status: done
priority: high priority: high
state_hub_task_id: "d388d99f-9443-494b-9b4c-af4bb2f0760d"
``` ```
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`. Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
@@ -33,6 +35,7 @@ Replace generated placeholders with repo-specific facts where needed.
id: SAND-WP-0001-T02 id: SAND-WP-0001-T02
status: todo status: todo
priority: high priority: high
state_hub_task_id: "30ea8a5c-81db-44b9-aeac-c970d9587e46"
``` ```
Identify the repo's install, test, lint, build, and run commands. Add or refine Identify the repo's install, test, lint, build, and run commands. Add or refine
@@ -45,6 +48,7 @@ changes confidently.
id: SAND-WP-0001-T03 id: SAND-WP-0001-T03
status: done status: done
priority: medium priority: medium
state_hub_task_id: "4b8afb3a-e456-4cf5-845b-39cfabe7af2a"
``` ```
Create the first implementation workplan for the repository's most important Create the first implementation workplan for the repository's most important

View File

@@ -9,6 +9,7 @@ owner: codex
topic_slug: custodian topic_slug: custodian
created: "2026-06-22" created: "2026-06-22"
updated: "2026-06-22" updated: "2026-06-22"
state_hub_workstream_id: "1cdfc6ba-6cd2-4d10-a78f-8fa5996ad567"
--- ---
# Meta-framework foundation and first extension # Meta-framework foundation and first extension
@@ -28,6 +29,7 @@ parallel or before T03 here)
id: SAND-WP-0002-T01 id: SAND-WP-0002-T01
status: todo status: todo
priority: high priority: high
state_hub_task_id: "5a45289c-3130-40f2-99e0-fbb533f56bda"
``` ```
Author `docs/meta-framework.md` (or `specs/meta-framework.md`) defining: Author `docs/meta-framework.md` (or `specs/meta-framework.md`) defining:
@@ -51,6 +53,7 @@ validator, or codegen concerns.
id: SAND-WP-0002-T02 id: SAND-WP-0002-T02
status: todo status: todo
priority: high priority: high
state_hub_task_id: "5747603d-bed2-4d4b-9287-9949befff0c2"
``` ```
Add machine-readable schemas (JSON Schema or Python pydantic models) for: Add machine-readable schemas (JSON Schema or Python pydantic models) for:
@@ -72,6 +75,7 @@ metadata.
id: SAND-WP-0002-T03 id: SAND-WP-0002-T03
status: todo status: todo
priority: high priority: high
state_hub_task_id: "c90d6aaf-8dc7-4ea2-8c78-b3c9255e331e"
``` ```
Create Python package layout (aligned with e2e-framework lineage): Create Python package layout (aligned with e2e-framework lineage):
@@ -95,6 +99,7 @@ and CLI entry point. Satisfies SAND-WP-0001-T02 if not already done.
id: SAND-WP-0002-T04 id: SAND-WP-0002-T04
status: todo status: todo
priority: high priority: high
state_hub_task_id: "578105e8-947b-4755-aeff-181ddb85d750"
``` ```
Implement extension discovery and registration: Implement extension discovery and registration:
@@ -112,6 +117,7 @@ No SaaS extensions in this workplan — self-hosted only.
id: SAND-WP-0002-T05 id: SAND-WP-0002-T05
status: todo status: todo
priority: high priority: high
state_hub_task_id: "6262786d-1019-46a2-b745-b111dfe83620"
``` ```
Extract and adapt provision/teardown from `the-custodian/e2e-framework/`: Extract and adapt provision/teardown from `the-custodian/e2e-framework/`:
@@ -131,6 +137,7 @@ Provide a compatibility note in extension README for interim `make e2e` callers.
id: SAND-WP-0002-T06 id: SAND-WP-0002-T06
status: todo status: todo
priority: high priority: high
state_hub_task_id: "79b22b16-17f3-48eb-a4ad-9eae88f94202"
``` ```
Ship minimal establishment surface: Ship minimal establishment surface:
@@ -158,6 +165,7 @@ snuggle-inventor call the same functions.
id: SAND-WP-0002-T07 id: SAND-WP-0002-T07
status: todo status: todo
priority: medium priority: medium
state_hub_task_id: "79312c62-1213-4045-8bf6-84030f6b9aa7"
``` ```
On sandbox state transitions, emit State Hub progress events (or dedicated On sandbox state transitions, emit State Hub progress events (or dedicated
@@ -176,6 +184,7 @@ identities. Document contract in meta-framework spec.
id: SAND-WP-0002-T08 id: SAND-WP-0002-T08
status: todo status: todo
priority: medium priority: medium
state_hub_task_id: "27221d26-7900-46e4-8c4e-1012023afb65"
``` ```
Add `docs/integrations/` with one page per planned sibling: Add `docs/integrations/` with one page per planned sibling:
@@ -195,6 +204,7 @@ Cross-link from `INTENT.md` Coulomb boundaries section.
id: SAND-WP-0002-T09 id: SAND-WP-0002-T09
status: todo status: todo
priority: medium priority: medium
state_hub_task_id: "e2b089b2-3742-4feb-86c3-788a1f6ffb81"
``` ```
- Author `registry/capabilities/execution.sandbox-provision.md` - Author `registry/capabilities/execution.sandbox-provision.md`
@@ -208,6 +218,7 @@ priority: medium
id: SAND-WP-0002-T10 id: SAND-WP-0002-T10
status: todo status: todo
priority: medium priority: medium
state_hub_task_id: "a95755fb-cda6-4741-847c-78ef7e073cab"
``` ```
End-to-end proof on CoulombCore or sandboxer01 (when reachable): End-to-end proof on CoulombCore or sandboxer01 (when reachable):