Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# codeowners-tool

Make safe, provable changes to GitHub CODEOWNERS files — in one repo, or across a
hundred.
hundred. Designed for rolling out programmatic CODEOWNERS changes across 100+ repositories, including regulated environments.
This enables:
- platform teams to control platform-owned files
- AI agents to self-approve specific files when GitHub's required CODEOWNERS review setting is enabled
Behavior is covered by an extensive edge-case test suite.

**The problem.** CODEOWNERS is written in *lines*, but what anyone cares about is *who
owns which file*. The two are connected by rules that surprise people: the **last**
Expand Down