Complete State Hub bootstrap workplans (WP-0001)

- Review integration files; fill SCOPE where templated
- Document dev workflow in stack-and-commands.md
- Seed WP-0002 implementation workplan; mark bootstrap finished
- Hub sync via fix-consistency
This commit is contained in:
2026-06-22 23:35:26 +02:00
parent 451cf46c16
commit 0f64ddf55d
4 changed files with 60 additions and 128 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: vantage-point
status: ready
status: finished
owner: codex
topic_slug: infotech
created: "2026-06-22"
@@ -20,11 +20,14 @@ Vantage point observability tooling.
```task
id: VANTAGE-WP-0001-T01
status: todo
status: done
priority: high
state_hub_task_id: "a99f9783-0490-4a13-b875-ad0851662aad"
```
Result 2026-06-22: Filled SCOPE.md from INTENT.
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
@@ -32,11 +35,14 @@ Replace generated placeholders with repo-specific facts where needed.
```task
id: VANTAGE-WP-0001-T02
status: todo
status: done
priority: high
state_hub_task_id: "b2b0f201-2eb9-4197-8de7-56f404bf623f"
```
Result 2026-06-22: Registry workflow documented.
Identify the repo's install, test, lint, build, and run commands. Add or refine
those commands in the agent instructions so future coding sessions can verify
changes confidently.
@@ -45,11 +51,14 @@ changes confidently.
```task
id: VANTAGE-WP-0001-T03
status: todo
status: done
priority: medium
state_hub_task_id: "4bce0d0d-d4ad-4c5a-ae12-75ec8a40455b"
```
Result 2026-06-22: Created VANTAGE-WP-0002.
Create the first implementation workplan for the repository's most important
next change. After workplan file updates, run from `~/state-hub`:

View File

@@ -0,0 +1,28 @@
---
id: VANTAGE-WP-0002
type: workplan
title: "NBGM model specification baseline"
domain: infotech
repo: vantage-point
status: ready
owner: codex
topic_slug: infotech
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "bd2d70eb-4c83-4fa3-94ff-7f44b32aeba9"
---
# NBGM model specification baseline
Author the network-based graph model specification baseline.
## NBGM spec v0.1
```task
id: VANTAGE-WP-0002-T01
status: todo
priority: high
state_hub_task_id: "d13bd898-15b0-41ba-aa3b-8c5f96a09fd8"
```
Write spec covering nodes, edges, attributes, provenance, and inspection operations.