Commit a63b8a7
chore(governance): populate empty .github/CODEOWNERS (#82)
## Summary
`.github/CODEOWNERS` was an empty file. This populates it to mirror the
sibling [echidna repo's
CODEOWNERS](https://github.com/hyperpolymath/echidna/blob/main/.github/CODEOWNERS):
- Default owner `* @hyperpolymath` so PR review notifications route
correctly
- Explicit path entries for `/src/`, `/crates/`, `/.github/`,
`/scripts/`, `/.machine_readable/`
## Out of scope (filed separately)
The dot/config audit also surfaced `.gitignore` + `.gitattributes`
carrying `SPDX-License-Identifier: PMPL-1.0` instead of MPL-2.0 (the
sole-repo default). That is a licence edit and per the owner directive
must be done **manually, file-by-file, owner-only** — filed as a
tracking issue.
## Test plan
- [ ] CODEOWNERS file is non-empty
- [ ] GitHub recognises hyperpolymath as code owner
- [ ] Future PRs auto-request review from @hyperpolymath
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent da4831f commit a63b8a7
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments