Estimate: 32m · Depends on: 6.5.1, 5.3.6, 5.4.10
The registry and the area shell, per the 6.5.1 design.
lib/settings/projectSettingsNav.ts — the typed registry: one entry per project-settings page ({ id, group, href, icon, labelKey, access }), groups per the design (General / Access / Work / Automation-slot). Access predicates consume the SHIPPED 6.4.3 policy DTO (lib/projects/access.ts + projectAccessService) — never a second role check. TOTAL (mistake #29): a unit test enumerates app/(authed)/settings/project/**/page.tsx routes and fails unless each has exactly one registry entry (and vice versa).
app/(authed)/settings/project/layout.tsx — the area chrome: the grouped nav rendered FROM the registry (filtered by the access predicate), project identity header, back-to-project, active state via the route, the designed narrow-viewport behaviour, the no-active-project empty state preserved. Re-house the existing pages — Workflow, Board (incl. ?board= per-board targeting, unchanged), Estimation, Members & access, and the Epic-5 Fields + Components pages: keep every route, drop the per-page back-crumbs, fit the chrome; retire the hub cards (WorkflowSettingsCard etc. — absorbed by the nav; the Archive card moves in 6.5.3). Entry points: the SidebarNav settings deep-link is unchanged; AppCommandPalette grows per-section entries generated FROM the registry (no hand-kept list). Strings via next-intl (en byte-identical pattern; zh).
A11y: the nav is a labelled navigation landmark, aria-current="page" on the active entry, fully keyboard-operable.
?board= still targets boards.--el-*, shape element tokens); next-intl threaded; pnpm test:coverage ≥90% on the new files.design/projects/settings-area.mock.html + notes (6.5.1) — THE authoritylib/projects/access.ts + lib/services/projectAccessService.ts (6.4.3 — the policy the predicates ride); app/(authed)/_components/SidebarNav.tsx + AppCommandPalette.tsx (the entry points)app/(authed)/settings/project/page.tsx + the detail pages (the surfaces re-housed); components/ui/Sidebar.tsx