-
dotnet test backend/CCE.slngreen -
pnpm nx run-many -t lint,testgreen - If API surface changed:
./scripts/check-contracts-clean.shgreen - If UI changed:
pnpm nx run-many -t e2e(web-portal-e2e + admin-cms-e2e) green - Manual smoke notes (if any):
- No new secrets / credentials in code
- AuthN / AuthZ impact considered
- Input validation on new endpoints
- Audit-log entry for new state-changing operations