9c537b027b
- Add pnpm audit --audit-level=high to CI guardrails job so vulnerable packages are caught before merge, not just in nightly scans - Add CODEOWNERS for review routing on infra, schema, and auth changes Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
# Global fallback — all changes require review
|
|
* @hartmut
|
|
|
|
# Infrastructure
|
|
.github/ @hartmut
|
|
tooling/ @hartmut
|
|
docker-compose*.yml @hartmut
|
|
|
|
# Database schema
|
|
packages/db/prisma/ @hartmut
|
|
|
|
# Auth & security
|
|
packages/api/src/router/auth.ts @hartmut
|
|
packages/api/src/middleware/ @hartmut
|