generated from coulomb/repo-seed
- T01 (Review Generated Integration Files): Reviewed INTENT.md, SCOPE.md, AGENTS.md, .custodian-brief.md. Refined SCOPE.md (removed generic generated placeholder, added repo-specific In/Out Scope, Current State noting completion of WP-0001 and WP-0002, canon alignment). Refined README.md with links to canon-mapping and workplans. Confirmed INTENT and AGENTS already specific. - T02 (Verify Local Developer Workflow): Confirmed pure-docs repo (no build/test files). Added 'Local Developer Workflow' section to AGENTS.md documenting verification commands (cat/ls for review, hub curls, make fix-consistency from state-hub, progress POSTs) and extension guidance. - Updated FEATURE-WP-0001 workplan: T01/T02 marked done with detailed notes; frontmatter status set to finished. - Includes completion of FEATURE-WP-0002 (canon alignment for PRD/UCC, docs/canon-mapping.md + interface card stub, terminology updates with EvaluationScope and ITC mappings). - Ran make fix-consistency REPO=feature-control after changes (synced hub, set workstreams to finished). All per AGENTS.md session protocol, workplan instructions, and custodian brief. Bootstrap workstream now 3/3 complete; no active workstreams remaining.
77 lines
3.5 KiB
Markdown
77 lines
3.5 KiB
Markdown
---
|
|
id: FEATURE-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: helix_forge
|
|
repo: feature-control
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: helix-forge
|
|
created: "2026-06-14"
|
|
updated: "2026-06-14"
|
|
state_hub_workstream_id: "1aaa395e-0255-41f3-86a5-40faf9b45429"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
Open feature based multi-vendor, multi-tenant, multi-scope feature availability and provisioning engine.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: FEATURE-WP-0001-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "500944da-13b4-4a14-b753-89ea7ce29a1d"
|
|
```
|
|
|
|
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
|
Replace generated placeholders with repo-specific facts where needed.
|
|
|
|
**Completed 2026-06-14:**
|
|
- INTENT.md: Reviewed — already detailed, repo-specific, and lightly updated in prior session for canon alignment; no further generated placeholders.
|
|
- SCOPE.md: Reviewed and refined — removed generic "generated by statehub register" placeholder; added repo-specific "In Scope" (lists PRD/UCC/mapping/workplans), "Out of Scope", "Current State" (notes both workstreams complete post WP-0002), and canon alignment note.
|
|
- AGENTS.md: Reviewed — protocol and convention already specific to feature-control/helix_forge; no generated placeholders.
|
|
- .custodian-brief.md: Reviewed — generated file (do not edit per note); confirmed accurate reflection of hub state (bootstrap 1/3 before this session, WP-0002 10/10).
|
|
- README.md: Reviewed and refined — expanded from one-liner to include pointers to INTENT, canon-mapping, workplans, and status.
|
|
|
|
All generated/generic content replaced with feature-control-specific facts.
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
```task
|
|
id: FEATURE-WP-0001-T02
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "9916c6d7-1a4c-416e-a17a-692375afd31e"
|
|
```
|
|
|
|
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.
|
|
|
|
**Completed 2026-06-14:**
|
|
- Explored repo (find for Makefile/package.json/pyproject/etc.; ls root/specs/workplans/docs): Pure documentation and planning repo. No source code, no traditional toolchain. No install, test, lint, build, or run commands exist or apply.
|
|
- Refined in AGENTS.md (new "Local Developer Workflow" section added after Session Protocol): Documents verification commands (cat for review/orient, ls workplans, hub curls, make fix-consistency from state-hub after edits, progress logging). Notes absence of code commands and how to extend if implementation added later.
|
|
- This enables future sessions to confidently verify (e.g. re-cat brief/workplans, re-run fix-consistency, confirm task sync and no drift).
|
|
|
|
Added the section to AGENTS.md so all future agents follow the same workflow for this docs-focused repo.
|
|
|
|
## Seed First Real Workplan
|
|
|
|
```task
|
|
id: FEATURE-WP-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "624d94e6-2078-457b-b874-9c3218d92410"
|
|
```
|
|
|
|
Create the first implementation workplan for the repository's most important
|
|
next change. After workplan file updates, run from `~/state-hub`:
|
|
|
|
```bash
|
|
make fix-consistency REPO=feature-control
|
|
```
|
|
|
|
Completed 2026-06-14 by creating FEATURE-WP-0002 (canon terminology alignment for PRD/UCC + deeper feature management research). The new workplan contains the comparison findings, explicit canon mappings, OpenFeature grounding, and the concrete revision tasks. See workplans/FEATURE-WP-0002-canon-prd-ucc-alignment.md.
|