Verify and resolve broken links under /brain-regions/ that were reported as HTTP 0. The affected links include repeated references to /brain-regions/cortex, /brain-regions/hippocampus, and /brain-regions/substantia-nigra.
/brain-regions/cortex redirects to a valid canonical wiki page./brain-regions/hippocampus redirects to a valid canonical wiki page./brain-regions/substantia-nigra redirects to a valid canonical wiki page./brain-regions/{name} route on origin/main.30dd0e8e-a5dd-4484-b4cd-0b3592563d3e - Prior task that updated /brain-regions/{name} to redirect through canonical brain-regions-* wiki slugs.AGENTS.md, CLAUDE.md, and docs/planning/alignment-feedback-loops.md.api.py and confirmed /brain-regions/{name:path} exists on current origin/main.TestClient:/brain-regions/cortex -> 301 /wiki/brain-regions-cortex -> final 200/brain-regions/hippocampus -> 301 /wiki/brain-regions-hippocampus -> final 200/brain-regions/substantia-nigra -> 301 /wiki/brain-regions-substantia-nigra -> final 200
git blame -L 52776,52785 -- api.py identified f85f7bc44a as the commit that changed the route to canonical brain-region wiki slugs.TestClient for the reopened task./brain-regions/cortex, /brain-regions/hippocampus, and /brain-regions/substantia-nigra each return 301 to the canonical /wiki/brain-regions-* slug and then 200 with redirects followed.api.py history; f85f7bc44a remains the route fix commit for the canonical brain-region wiki slug mapping.Evidence:
/brain-regions/cortex 301 /wiki/brain-regions-cortex
final 200 http://testserver/wiki/brain-regions-cortex
/brain-regions/hippocampus 301 /wiki/brain-regions-hippocampus
final 200 http://testserver/wiki/brain-regions-hippocampus
/brain-regions/substantia-nigra 301 /wiki/brain-regions-substantia-nigra
final 200 http://testserver/wiki/brain-regions-substantia-nigraFix landed in commit f85f7bc44a ([Atlas] Fix /brain-regions/ redirect to use canonical brain-regions- slug prefix [task:30dd0e8e-a5dd-4484-b4cd-0b3592563d3e]). The reopened eade2991 task is satisfied by the existing route behavior.
Evidence from Slot 52 verification:
/brain-regions/cortex 301 /wiki/brain-regions-cortex
final 200 http://testserver/wiki/brain-regions-cortex
/brain-regions/hippocampus 301 /wiki/brain-regions-hippocampus
final 200 http://testserver/wiki/brain-regions-hippocampus
/brain-regions/substantia-nigra 301 /wiki/brain-regions-substantia-nigra
final 200 http://testserver/wiki/brain-regions-substantia-nigraFix landed in commit f85f7bc44a ([Atlas] Fix /brain-regions/ redirect to use canonical brain-regions- slug prefix [task:30dd0e8e-a5dd-4484-b4cd-0b3592563d3e]). The reopened eade2991 task is still satisfied by current route behavior.
Ran live curl tests against localhost:8000:
GET /brain-regions/cortex -> 301 -> 200 (final)
GET /brain-regions/hippocampus -> 301 -> 200 (final)
GET /brain-regions/substantia-nigra -> 301 -> 200 (final)All three routes redirect correctly via /wiki/brain-regions-{name} and resolve to 200. No code changes needed — task is satisfied by existing route behavior on origin/main.
Watchdog fired after 5 consecutive worker exits with exit_code=0 (workers verified fix but exited without calling orchestra task complete). Ran live curl verification:
GET /brain-regions/cortex -> 301 -> http://localhost:8000/wiki/brain-regions-cortex (200)
GET /brain-regions/hippocampus -> 301 (verified working)
GET /brain-regions/substantia-nigra -> 301 (verified working)Fix still in place via commit f85f7bc44a. Marked original task done via orchestra update --id eade2991-005d-4840-b0ce-b5b38cdf4e2f --status done.