# Default owner for everything
* @snapotter-hq

# CI/CD and release (restricted, no external PRs accepted)
.github/workflows/ @snapotter-hq
.releaserc.json @snapotter-hq
scripts/ @snapotter-hq

# Config files (protected by hooks, no external changes)
biome.json @snapotter-hq
tsconfig*.json @snapotter-hq

# AI sidecar (requires prior discussion)
packages/ai/ @snapotter-hq

# Auth and permissions (security-sensitive)
apps/api/src/routes/auth*.ts @snapotter-hq
apps/api/src/lib/auth*.ts @snapotter-hq
packages/shared/src/permissions.ts @snapotter-hq

# Database schema and migrations
apps/api/src/db/schema.ts @snapotter-hq
apps/api/drizzle/ @snapotter-hq
