Fresh-install audit finding, verified against main today. nav-manifest.ts lists /security in systemNav (:81) and AppHeader.tsx renders it in the Tier-2 cluster on every System page (:177-194, plus systemPaths :17); app/arbol/page.tsx:70 links it as a clickable card and TabFreshnessPill.tsx:26 maps the /security prefix to a tabId. But there is no src/app/security/page.tsx in the payload, so every install renders nav entries and cards that 404. The docs promise /api/security, /patterns, /rules, /hooks-detail for that page (PulseSystem.md:765). Either the page was meant to ship and got dropped, or the nav entry, card, and pill mapping should go until it does.
Fresh-install audit finding, verified against main today.
nav-manifest.tslists/securityin systemNav (:81) andAppHeader.tsxrenders it in the Tier-2 cluster on every System page (:177-194, plus systemPaths :17);app/arbol/page.tsx:70links it as a clickable card andTabFreshnessPill.tsx:26maps the/securityprefix to a tabId. But there is nosrc/app/security/page.tsxin the payload, so every install renders nav entries and cards that 404. The docs promise/api/security,/patterns,/rules,/hooks-detailfor that page (PulseSystem.md:765). Either the page was meant to ship and got dropped, or the nav entry, card, and pill mapping should go until it does.