--- 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).