audit-core/workplans/AUDIT-WP-0001-statehub-bootstrap.md

68 lines
1.5 KiB
Markdown
Raw Normal View History

2026-06-22 17:52:32 +02:00
---
id: AUDIT-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: audit-core
status: finished
2026-06-22 17:52:32 +02:00
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: done
2026-06-22 17:52:32 +02:00
priority: high
state_hub_task_id: "59896d6b-85ed-455d-9bd4-b546a050205e"
2026-06-22 17:52:32 +02:00
```
Result 2026-06-22: INTENT.md and SCOPE.md reviewed; AGENTS.md and brief confirmed.
2026-06-22 17:52:32 +02:00
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: done
2026-06-22 17:52:32 +02:00
priority: high
state_hub_task_id: "f74d7033-a20b-45da-9d0a-23426e60403e"
2026-06-22 17:52:32 +02:00
```
Result 2026-06-22: Documented Python/pytest workflow in stack-and-commands.md.
2026-06-22 17:52:32 +02:00
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: done
2026-06-22 17:52:32 +02:00
priority: medium
state_hub_task_id: "5df0cd46-9193-48a0-bd59-0e6acbc56270"
2026-06-22 17:52:32 +02:00
```
Result 2026-06-22: Created AUDIT-WP-0002.
2026-06-22 17:52:32 +02:00
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
```