# Current governance owner for release and sensitive paths.
# Extend these entries with a Declaratus maintainer team once one exists.

# CI, release automation, and repository-level agent instructions.
/.github/CODEOWNERS @Barry-Johnston
/.github/workflows/ @Barry-Johnston
/.github/copilot-instructions.md @Barry-Johnston
/.github/instructions/ @Barry-Johnston

# Package metadata, dependency lock state, and release-facing docs.
/pyproject.toml @Barry-Johnston
/uv.lock @Barry-Johnston
/README.md @Barry-Johnston

# Governance and operating posture.
/HANDOFF.md @Barry-Johnston
/AGENTS.md @Barry-Johnston
/CLAUDE.md @Barry-Johnston
/docs/current-state.md @Barry-Johnston
/docs/declaratus-migration.md @Barry-Johnston
/docs/qa-findings-plan.md @Barry-Johnston
/docs/agent-usage.md @Barry-Johnston
/docs/agents/ @Barry-Johnston

# Core package behavior, validation, schemas, and bundled Visio assets.
/src/spolvero/ @Barry-Johnston
/tests/ @Barry-Johnston
/src/spolvero/schemas/ @Barry-Johnston
/src/spolvero/templates/ @Barry-Johnston

# Distributed agent adapters and Codex skill surface.
/adapters/ @Barry-Johnston
/skills/ @Barry-Johnston
