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>
This commit is contained in:
parent
eef408bb19
commit
ca12843013
33 changed files with 2533 additions and 30 deletions
51
workplans/ADHOC-2026-07-21.md
Normal file
51
workplans/ADHOC-2026-07-21.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
---
|
||||
id: ADHOC-2026-07-21
|
||||
type: workplan
|
||||
title: "Post-Phase-1 cleanup and local smoke support"
|
||||
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: "65e254a7-4feb-4179-a4fe-4d5ede8ce963"
|
||||
---
|
||||
|
||||
# Post-Phase-1 cleanup and local smoke support
|
||||
|
||||
Low-risk follow-up after QONTO-WP-0002 completion:
|
||||
|
||||
- add fixture-backed local Qonto source so the service can run without real bank credentials
|
||||
- add a real HTTP smoke script around the Phase 1 REST surface
|
||||
- add repo classification metadata so `fix-consistency` no longer warns about the missing file
|
||||
|
||||
## Task: Fixture-backed local smoke mode
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-07-21-T01
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "a6ee7d5c-8bfc-46ba-a951-32e8bbc41c96"
|
||||
```
|
||||
|
||||
Add a local fixture-backed Qonto client path and a smoke script that starts the
|
||||
service against canned organization/transaction payloads, then verifies
|
||||
`/v1/health`, `/v1/accounts`, and `/v1/snapshot`.
|
||||
|
||||
Done when: the service can be run locally without real Qonto credentials and a
|
||||
documented smoke path exists.
|
||||
|
||||
## Task: Repo classification metadata
|
||||
|
||||
```task
|
||||
id: ADHOC-2026-07-21-T02
|
||||
status: done
|
||||
priority: low
|
||||
state_hub_task_id: "6f1289bc-104e-4812-a50c-c8b5145df2b9"
|
||||
```
|
||||
|
||||
Add `.repo-classification.yaml` for `qonto-assistant` so State Hub consistency
|
||||
checks no longer warn about the missing classification file.
|
||||
|
||||
Done when: `fix-consistency` reports no classification-gap warning for this repo.
|
||||
Loading…
Add table
Add a link
Reference in a new issue