# CODEOWNERS itself:
/.github/CODEOWNERS @Percepta-Core/build-foundations

# Workspace configuration:
/pnpm-workspace.yaml @Percepta-Core/build-foundations
/pnpm-lock.yaml @Percepta-Core/build-foundations
/turbo.json @Percepta-Core/build-foundations
/package.json @Percepta-Core/build-foundations
**/turbo.json @Percepta-Core/build-foundations
**/package.json @Percepta-Core/build-foundations
**/.npmrc @Percepta-Core/build-foundations
**/.nvmrc @Percepta-Core/build-foundations
**/.node-version @Percepta-Core/build-foundations

# TypeScript configuration:
**/tsconfig*.json @Percepta-Core/build-foundations

# Linting and formatting:
**/oxlint.config.* @Percepta-Core/build-foundations
**/oxfmt.config.* @Percepta-Core/build-foundations
**/eslint.config.* @Percepta-Core/build-foundations
**/prettier.config.* @Percepta-Core/build-foundations

# Test runners and test infrastructure:
**/vitest*.config.* @Percepta-Core/build-foundations
**/vitest.setup.* @Percepta-Core/build-foundations
**/jest.config.* @Percepta-Core/build-foundations
**/playwright.config.* @Percepta-Core/build-foundations

# Bundlers, transpilers, framework configs, codegen:
**/tsdown.config.* @Percepta-Core/build-foundations
**/vite.config.* @Percepta-Core/build-foundations
**/rollup.config.* @Percepta-Core/build-foundations
**/webpack.config.* @Percepta-Core/build-foundations
**/esbuild.config.* @Percepta-Core/build-foundations
**/next.config.* @Percepta-Core/build-foundations
**/babel.config.* @Percepta-Core/build-foundations
**/swc.config.* @Percepta-Core/build-foundations
**/postcss.config.* @Percepta-Core/build-foundations
**/tailwind.config.* @Percepta-Core/build-foundations
**/drizzle.config.* @Percepta-Core/build-foundations
**/orval.config.* @Percepta-Core/build-foundations

# CI/CD:
/.github/ @Percepta-Core/build-foundations
**/.github/ @Percepta-Core/build-foundations

# Git hooks, repo metadata:
/.husky/ @Percepta-Core/build-foundations
**/.gitattributes @Percepta-Core/build-foundations
**/.gitignore @Percepta-Core/build-foundations

# Container, orchestration, deploy infrastructure:
/Dockerfile @Percepta-Core/build-foundations
/Dockerfile.* @Percepta-Core/build-foundations
**/Dockerfile @Percepta-Core/build-foundations
**/Dockerfile.* @Percepta-Core/build-foundations
/docker-compose*.yml @Percepta-Core/build-foundations
/docker-compose*.yaml @Percepta-Core/build-foundations
/.dockerignore @Percepta-Core/build-foundations
**/.dockerignore @Percepta-Core/build-foundations

# Workspace developer tooling (IDE, agents, in-editor settings):
/.vscode/ @Percepta-Core/build-foundations
/.cursor/ @Percepta-Core/build-foundations
/.codeium/ @Percepta-Core/build-foundations
/.windsurfrules @Percepta-Core/build-foundations
