- Next.js Admin Web control plane for Cortex.
- Core journeys: auth, organizations, users/departments, sources, policies, audit logs.
- Prefer server-first patterns where appropriate.
- Keep page-level components focused.
- Move truly reusable UI into shared packages.
- Keep admin interactions explicit with clear validation and error states.
- Verify role/scoping-sensitive UI flows.
- Document manual verification for changed screens when automated coverage is absent.