test-driver/workplans/TD-WP-0001-statehub-bootstrap.md
tegwick 7249c6a403 Register with State Hub, persist concept assessment, seed first workplan
- history/2026-08-22-concept-assessment-swot.md: SWOT assessment of the
  concept corpus with recommendations for the first workplan
- statehub register: infotech domain, TD-WP prefix, generated AGENTS.md,
  .custodian-brief.md and TD-WP-0001 bootstrap workplan
- .repo-classification.yaml: category research, domain infotech
- SCOPE.md rewritten with real repo boundaries
- TD-WP-0002: vertical spike reordering M0-M10 into one end-to-end thread
  that can falsify the crystallization thesis early
- commit previously untracked INTENT.md and docs/

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 1629012@bnt-lap001
Assistant-Session: 78d4fb13-8a1e-474b-87a3-9b9261c49a39
2026-08-22 22:40:39 +02:00

61 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`.