[Guide] technical.feedback module missing — coverage-reconcile.py exits 1 #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
python3 scripts/coverage-reconcile.pycurrently reports:and exits 1.
hiveops-feedbackis a backend service (src/main/java/com/hiveops), so check 1 expects atechnical.feedbackmodule. It has none. The service is live in prod (deployed 2026-07-09, ports 8024/5190).Why this matters beyond a red exit code
The reconciler is meant to be usable as a session-start / CI gate. A permanently-failing check trains everyone to ignore it, which is how #23 (
fleet.task-permissionsundocumented) went unnoticed for as long as it did — though note that one had a different cause and the reconciler could not have caught it either way (see the SPA-nav blind spot issue).Scope
Add
content/technical/feedback/following the shape of a siblingtechnical.*module. Grounded inhiveops-feedbacksource — endpoints, tables, Kafka topics, roles, gotchas.Worth confirming first: is the queue still empty pending browser#85? If the service is effectively dormant, the module should say so rather than describe a flow nobody exercises.