# AI Engineering Framework - Code Owners
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Default: maintainers own everything
# Specific paths below can override this for finer-grained ownership
*                                    @arcasilesgroup/maintainers

# spec-101 governance: required_tools + python_env.mode + platform_unsupported
# changes go through the maintainers' review (D-101-03 + D-101-13). The
# manifest is the single source of truth for installer + doctor tool
# resolution -- accidental edits can break install across 14 stacks.
.ai-engineering/manifest.yml         @arcasilesgroup/maintainers

# spec-152: supply-chain-sensitive paths require explicit maintainer review
/.github/**                          @arcasilesgroup/maintainers
/.github/actions/**                  @arcasilesgroup/maintainers
/.github/workflows/release.yml       @arcasilesgroup/maintainers
/scripts/check_workflow_policy.py    @arcasilesgroup/maintainers
/pyproject.toml                      @arcasilesgroup/maintainers
/uv.lock                             @arcasilesgroup/maintainers
