chore: fix SMOKE_TEST.md — /triage route should be / (dashboard) and add missing Step 7 triage link #157
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?
Description
The
SMOKE_TEST.mdsmoke test runbook references/triagein Step 7 as a separate route:However, the triage queue is served at
/(the dashboard), not a separate/triageroute. This is consistent with the ROADMAP (/— Dashboard / triage queue) and the registered routes ininternal/handlers/handlers.go.The expected results table in SMOKE_TEST.md also shows a row for "Triage" but the actual route is
/.What to Do
SMOKE_TEST.md, update Step 7 to reference the correct route:Navigate to the Triage tab (\/triage`)`Navigate to the Dashboard/Triage tab (\/`)`docs: fix SMOKE_TEST.md triage route reference (/triage -> /)Acceptance Criteria
SMOKE_TEST.mdStep 7 referencesGET /notGET /triageRoadmap Reference
ROADMAP.md Phase 1.5 — HTTP Handlers (route table shows
/for Dashboard/triage queue).Repo manager triage: assigned to AI-Engineer. PR #159 has been created with the fix — updated Step 7 to reference
/instead of/triage, and updated the expected results summary table accordingly.