# Redirect Loop Hotfix

Package version: v6.7.1

This static note documents the public route redirect-loop hotfix for Neurokinetic.com. The live symptom was `ERR_TOO_MANY_REDIRECTS` on `/content-architecture/`.

## Fixes applied

- Exact registered routes are evaluated before alias redirects.
- Canonical exact routes such as `/content-architecture/` return without redirecting back to themselves.
- Non-canonical exact routes such as `/content-architecture` still redirect once to `/content-architecture/`.
- WordPress `redirect_canonical` is disabled for custom static routes.

## Manual verification routes

- `/content-architecture/`
- `/semantic-pipeline/`
- `/glossary/`
- `/route-index/`
- `/topic-index/`
- `/evidence-packets/`
- `/public-copy-seo-refinement/`
- `/redirect-loop-hotfix/`

## Boundary

No runtime AI behavior, no endpoint execution, no live crawling, no remote writes, no writable GET actions on Neurokinetic.com, no state mutation through query-string URLs, and no command-and-control claim over other domains.
