fix: package quality-debt CLI support
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Build and Publish Multi-Context Image / build-and-push (push) Successful in 24s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
This commit is contained in:
tegwick 2026-08-30 23:36:23 +02:00
parent 2343574a0c
commit fc8ec49d9e
4 changed files with 35 additions and 0 deletions

View file

@ -32,3 +32,15 @@ require `primary/railiance01`; `make dashboard-local` remains available for
intentional fallback development. `make dashboard-check` built all 71 pages
successfully (with the pre-existing `/docs/intakes``/suggestions` broken-link
warning).
## Package the quality-debt CLI
```task
id: STATE-WP-ADHOC-2026-08-30-T02
status: done
priority: medium
state_hub_task_id: "2fdc57f8-af0b-54e5-98b6-8476d53cddb1"
description: "Included scripts/quality_debt.py and scripts/quality_assessment.py in State Hub wheels. Added a packaging regression; 21 focused CLI tests pass. A clean wheel install ran statehub quality-debt successfully and reported 43 existing quality-debt items."
```
Include the quality-debt scanner and its assessment helper in State Hub wheels, and verify the installed CLI works outside the source checkout.