Updated by fix-consistency on 2026-08-22: - workplan status: ready → active Assistant: claude-code Assistant-Model: opus Assistant-Process: 1629012@bnt-lap001 Assistant-Session: 78d4fb13-8a1e-474b-87a3-9b9261c49a39
65 lines
1.8 KiB
Markdown
65 lines
1.8 KiB
Markdown
---
|
|
id: TD-WP-0001
|
|
type: workplan
|
|
title: "Bootstrap State Hub integration"
|
|
domain: infotech
|
|
repo: test-driver
|
|
status: active
|
|
owner: codex
|
|
topic_slug: custodian
|
|
created: "2026-08-22"
|
|
updated: "2026-08-22"
|
|
state_hub_workstream_id: "a8573acc-44b5-5364-b0e3-6797c3e2e426"
|
|
---
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
Use-case-driven verification framework for integration, end-to-end, multi-user, authorization and security testing that matures tests from agentic exploration into deterministic regression.
|
|
|
|
## Review Generated Integration Files
|
|
|
|
```task
|
|
id: TD-WP-0001-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "d446eb01-442d-5309-92ca-d6832d09bbd0"
|
|
```
|
|
|
|
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
|
Replace generated placeholders with repo-specific facts where needed.
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
```task
|
|
id: TD-WP-0001-T02
|
|
status: wait
|
|
priority: high
|
|
state_hub_task_id: "39da4237-aaa3-5b4f-93c4-9cbf794f0850"
|
|
```
|
|
|
|
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.
|
|
|
|
## Seed First Real Workplan
|
|
|
|
```task
|
|
id: TD-WP-0001-T03
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "2e9e6f99-66c8-5771-bc95-f92716695037"
|
|
```
|
|
|
|
Create the first implementation workplan for the repository's most important
|
|
next change. After workplan file updates, run the sync locally from this repo
|
|
checkout:
|
|
|
|
```bash
|
|
statehub fix-consistency
|
|
```
|
|
|
|
Blocked until the stack exists: no code, no dependency manifest and no test
|
|
runner are present yet. Unblocks with TD-WP-0002-T04 (deterministic semantic
|
|
kernel), which introduces the first Python package and pytest configuration.
|
|
|
|
Seeded workplan: `workplans/TD-WP-0002-vertical-spike-crystallization.md`.
|