source: repo-manager reason: deterministic projection registration Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a05e30-2884-71b0-98d7-7edd16ae737b
51 lines
1.5 KiB
Markdown
51 lines
1.5 KiB
Markdown
---
|
|
id: QONTO-WP-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: "559856db-cf1d-586d-a15a-80367dc9ceb5"
|
|
---
|
|
|
|
# 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: QONTO-WP-ADHOC-2026-07-21-T01
|
|
status: done
|
|
priority: medium
|
|
state_hub_task_id: "dade98ff-959b-5031-a993-5358771f3202"
|
|
```
|
|
|
|
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: QONTO-WP-ADHOC-2026-07-21-T02
|
|
status: done
|
|
priority: low
|
|
state_hub_task_id: "6a23bdf4-dd1f-5f86-9597-f2635e99aa2b"
|
|
```
|
|
|
|
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.
|