Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a053ff-1d6f-7fe2-ac1c-a6eb40a42a0c
46 lines
1.7 KiB
Markdown
46 lines
1.7 KiB
Markdown
---
|
|
id: STATE-WP-ADHOC-2026-08-30
|
|
type: workplan
|
|
title: "Ad hoc fixes — 2026-08-30"
|
|
domain: infotech
|
|
repo: state-hub
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: state-hub
|
|
created: "2026-08-30"
|
|
updated: "2026-08-30"
|
|
state_hub_workstream_id: "0b6218b2-8dce-5c11-aa5a-196c0521f3fe"
|
|
---
|
|
|
|
## Align UI startup with the production State Hub
|
|
|
|
```task
|
|
id: STATE-WP-ADHOC-2026-08-30-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "82e36947-3ca3-522d-b5ae-78c2e00e16d8"
|
|
```
|
|
|
|
Make the railiance01 production tunnel plus workstation dashboard the normal
|
|
documented startup path. Clearly separate local fallback commands and prevent
|
|
the normal dashboard/tunnel targets from silently using an empty local API.
|
|
|
|
Completed 2026-08-30. The README and Makefile now present `make bridges`
|
|
followed by `make dashboard` as the normal production UI path. The bridge guard
|
|
rejects a non-primary listener on port 8000; the dashboard and `make check`
|
|
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.
|