Seeded intent, scope and workplan

This commit is contained in:
2026-06-22 17:52:32 +02:00
parent cd11d0851e
commit cdb1a970e5
3 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
---
id: AUDIT-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: audit-core
status: ready
owner: codex
topic_slug: custodian
created: "2026-06-22"
updated: "2026-06-22"
state_hub_workstream_id: "85f4008a-d8a0-409e-886b-ffcc49f78bfb"
---
# Bootstrap State Hub integration
Reliable multi-tenant auto setup audit capability.
## Review Generated Integration Files
```task
id: AUDIT-WP-0001-T01
status: todo
priority: high
state_hub_task_id: "59896d6b-85ed-455d-9bd4-b546a050205e"
```
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: AUDIT-WP-0001-T02
status: todo
priority: high
state_hub_task_id: "f74d7033-a20b-45da-9d0a-23426e60403e"
```
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: AUDIT-WP-0001-T03
status: todo
priority: medium
state_hub_task_id: "5df0cd46-9193-48a0-bd59-0e6acbc56270"
```
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=audit-core
```