Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Assistant: claude-code Assistant-Model: opus Assistant-Process: 7184@bnt-lap001 Assistant-Session: 4b436ae2-b17c-4b40-8754-200b161b26e4
1.5 KiB
| id | type | title | domain | repo | status | owner | created | updated | state_hub_workstream_id |
|---|---|---|---|---|---|---|---|---|---|
| QONTO-WP-ADHOC-2026-09-05 | workplan | Clear verification lint failures and stale scope status | infotech | qonto-assistant | finished | codex | 2026-09-05 | 2026-09-05 | 1093671f-2856-59f2-a2b6-0d2a42ccb81d |
Restore clean static checks
id: QONTO-WP-ADHOC-2026-09-05-T01
status: done
priority: low
state_hub_task_id: "b9a2fcf4-5aed-5793-9711-a1d8122a561d"
Applied Ruff import and formatting corrections to existing source/tests and shortened one docstring to clear the 44 repository lint failures. Corrected SCOPE.md's stale runtime-not-started entry. Full Ruff checks and the 88-test suite passed using the venv directly because pip was missing. The bootstrap repair below resolves that limitation.
Repair pip-less local verification bootstrap
id: QONTO-WP-ADHOC-2026-09-05-T02
status: done
priority: low
state_hub_task_id: "dd0dbe30-dea7-53da-8d10-a86a494aa3f1"
Bootstrap pip through Python ensurepip when an existing venv lacks pip, then verify the standard make install-dev, test and lint commands.
Done: Make now probes for pip and runs ensurepip only when needed. The existing pip-less venv was repaired successfully; make install-dev, make test (88 passed), and make lint all pass. A repeated install-dev does no extra work.
Runtime handoff review confirms rapp-qonto owns packaging and rollout evidence; this repo's direct Kubernetes assets remain migration input. Production approval stays separate from the verified reef runtime.