62 lines
1.5 KiB
Markdown
62 lines
1.5 KiB
Markdown
|
|
---
|
||
|
|
id: TD-WP-0001
|
||
|
|
type: workplan
|
||
|
|
title: "Bootstrap State Hub integration"
|
||
|
|
domain: infotech
|
||
|
|
repo: test-driver
|
||
|
|
status: ready
|
||
|
|
owner: codex
|
||
|
|
topic_slug: custodian
|
||
|
|
created: "2026-08-22"
|
||
|
|
updated: "2026-08-22"
|
||
|
|
---
|
||
|
|
|
||
|
|
# 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
|
||
|
|
```
|
||
|
|
|
||
|
|
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
|
||
|
|
```
|
||
|
|
|
||
|
|
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
|
||
|
|
```
|
||
|
|
|
||
|
|
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`.
|