# CODEOWNERS — review routing for the agent pipeline.

# Global default — solo maintainer for the personal repo
*                                              @rstillw

# High-risk: auth, secrets, payments (Echodo has none yet but reserved)
apps/web/auth.ts                               @rstillw
apps/web/lib/auth/**                           @rstillw
apps/web/middleware.ts                         @rstillw

# Deploy infra — Coolify production
docker/Dockerfile*                             @rstillw
docker/docker-compose.coolify.yml              @rstillw
docker/next.config.docker.ts                   @rstillw

# CI workflows
.github/workflows/**                           @rstillw

# Database — Drizzle schema + migrations
packages/database/src/schema/**                @rstillw
packages/database/migrations/**                @rstillw

# MCP server — Echodo's agent surface; breakage cascades to every consumer
apps/mcp-server/**                             @rstillw

# Cursor sync contract — touching this changes app ↔ markdown behavior
config/CursorSync.md                           @rstillw

# Agent context — pipeline-managed surface; review every change
.cursor/agents/**                              @rstillw
.cursor/rules/**                               @rstillw
AGENTS.md                                      @rstillw
.agent-context-manifest.yml                    @rstillw
