qonto-assistant/workplans/QONTO-WP-0001-statehub-bootstrap.md
tegwick ca12843013 Complete Phase 1: policy kernel, REST service, and local smoke tooling
Implements QONTO-WP-0002 (policy-gated Qonto REST service with audit
logging, rate limiting, and credential handling) and the ADHOC-2026-07-21
follow-up (fixture-backed local smoke mode, repo classification metadata).
Marks QONTO-WP-0001/0002 and the ad-hoc workplan finished, and regenerates
WORK-RECORDS.md and the ADHOC workplan's state_hub_workstream_id via
fix-consistency.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-22 21:21:05 +02:00

70 lines
1.9 KiB
Markdown

---
id: QONTO-WP-0001
type: workplan
title: "Bootstrap State Hub integration"
domain: infotech
repo: qonto-assistant
status: finished
owner: codex
topic_slug: the-custodian
created: "2026-07-21"
updated: "2026-07-21"
state_hub_workstream_id: "b2faddb4-2fdc-4e2a-b2df-9b6dd38faa86"
---
# Bootstrap State Hub integration
Register and prime `qonto-assistant` for fleet agents: identity files, first
workplans, hub consistency.
## Review Generated Integration Files
```task
id: QONTO-WP-0001-T01
status: done
priority: high
state_hub_task_id: "aab19eda-00ff-4e43-91c6-7272bd0422e5"
```
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
Replace generated placeholders with repo-specific facts where needed.
**Done 2026-07-21:** INTENT authored from governed-assistant design; SCOPE
refined; README points at specs/research; register generated AGENTS.md + brief.
## Verify Local Developer Workflow
```task
id: QONTO-WP-0001-T02
status: done
priority: medium
state_hub_task_id: "360f399a-36f8-44e6-af8a-55fb0d5732a3"
```
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.
**Done 2026-07-21:** Runtime stack and commands are now documented. Local
verification prefers `make install-dev`, `make test`, `make lint`, and
`make run`; fallback verification for this workstation is documented in
`AGENTS.md` and `docs/operator-runbook.md`.
## Seed First Real Workplan
```task
id: QONTO-WP-0001-T03
status: done
priority: medium
state_hub_task_id: "ee9a8125-ff00-4640-80bd-81567722bba6"
```
Create the first implementation workplan for the repository's most important
next change. After workplan file updates, run:
```bash
statehub fix-consistency
```
**Done 2026-07-21:** `workplans/QONTO-WP-0002-policy-kernel-and-rest.md` (Phase 1
from ArchitectureBlueprint).