CODEOWNERS 701 B

12345678910111213141516171819
  1. # Code owners for OpenAgentsControl
  2. #
  3. # Owners are automatically requested for review on PRs that touch matching
  4. # paths. Security-sensitive paths are listed explicitly so they always require
  5. # a maintainer review.
  6. # Default owner for everything in the repo.
  7. * @darrenhinde
  8. # CI/CD workflows — untrusted-input execution surface.
  9. /.github/workflows/ @darrenhinde
  10. /.github/dependabot.yml @darrenhinde
  11. /.github/CODEOWNERS @darrenhinde
  12. # Security policy and reporting.
  13. /SECURITY.md @darrenhinde
  14. # PR validation and detection scripts consumed by CI.
  15. /scripts/validation/ @darrenhinde