
Action policy
Attach authentication, tenant, role, permission, feature, quota, and immutability checks to the application capability that needs them.
Tenant-aware identity
Build around tenant access, role membership, feature flags, token claims, and per-tenant encryption material.
Audit and PII context
Record operation categories and verify audit-chain integrity; mark PII access with a stated purpose where the system needs it.
Transactional reliability
Use transaction runners and an outbox pattern to keep committed data changes and published domain events aligned.
Current boundary
What the Framework provides
Reusable application-level primitives for actions, policy, tenancy, audit, resilience, transports, data access, and operational composition.
What your system still owns
Your domain model, infrastructure configuration, identity-provider choice, data classification, deployment policy, threat model, and production runtime decisions.
How to use the boundary
Treat Nexss Framework as a consistent systems foundation. Do not represent it as a hosted platform, a generic sandbox, or a replacement for application architecture.
Next evidence
Make security and tenancy normal parts of system design.
Review the source, model a service boundary, or discuss how Framework building blocks fit a real product architecture.