Commit 913a773
authored
docs: CODEOWNERS-POLICY.adoc + bring CODEOWNERS into Rule 1 compliance (#213)
Two of the eight files #204 tracks, landed together because writing the
policy document while violating the policy would have been
self-contradictory.
`.github/CODEOWNERS` carried six lines, every one naming the sole
maintainer:
* @hyperpolymath /rust-core/ @hyperpolymath /elixir-orchestration/
@hyperpolymath /src/vcl/ @hyperpolymath /container/ @hyperpolymath
/.github/ @hyperpolymath
The catch-all `*` and the `/.github/` line are precisely the two shapes
`hyperpolymath/standards` CODEOWNERS-POLICY.adoc Rule 1 prohibits for
solo-maintained repos, and the prohibition is not stylistic:
* `*` requested a review from the sole maintainer on **every** PR,
including every Dependabot bump — and this repo gets a lot of those.
* `/.github/` fired again on workflow changes, so CI-touching PRs
generated two requests rather than one.
* Neither gated anything. A sole maintainer cannot be blocked on their
own review, and the Base ruleset requires 0 approving reviews, so no
merge was ever actually held by these lines.
* Attribution never depended on them: every file carries an SPDX header
and `reuse lint` enforces that at 100%.
Replaced with the canonical comment-only header. Rule 3 (co-owner
removal needs explicit confirmation) is **not** engaged — no line mapped
to anyone other than the sole maintainer, so nobody's review gate was
removed. Worth stating explicitly, since "deleting CODEOWNERS lines" is
otherwise exactly the shape of change Rule 3 exists to prevent.
`CODEOWNERS-POLICY.adoc` deliberately **references** the estate policy
rather than forking it — a second copy would drift, and then the repo
would have two policies disagreeing. What it adds is the conformance
record: what this repo does, which rules are engaged, and why the
removed lines were noise rather than control. That is the part that
cannot live upstream.
The doc names `GOVERNANCE.adoc` as not-yet-written and blocked on the
TPCF perimeter ruling, rather than linking to it as though it exists.
The gap is visible instead of implied.
Verified: `tests/doc-consonance-gate.sh` passes (no "VeriSim Query
Language" misnomer); `reuse lint` compliant — `REUSE.toml` already globs
`**/*.adoc` to CC-BY-SA-4.0, so the new file needed no annotation
change.
<!--
SPDX-License-Identifier: CC-BY-SA-4.0
Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
-->
## Summary
<!-- What does this PR do, and why? -->
Closes #
## Type of change
- [ ] 🐛 Bug fix (non-breaking change that fixes an issue)
- [ ] ✨ New feature (non-breaking change that adds functionality)
- [ ] 💥 Breaking change (would change existing behaviour)
- [ ] 🕳️ Soundness fix (fixes a checker/proof false-negative)
- [ ] 📖 Documentation
- [ ] 🧹 Refactor / tech debt (behaviour-preserving)
- [ ] ⚡ Performance
- [ ] 🔧 Build / CI / tooling
## How has this been verified?
<!-- Establish ground truth: which tool did you RUN, and what did it
report?
Don't cite a status doc — cite the command and its output. -->
## Checklist
- [ ] My commits are **signed** (`git commit -S`).
- [ ] I ran the project's own checks/tests locally and they pass.
- [ ] New files carry the correct `SPDX-License-Identifier` (code/config
`MPL-2.0`,
prose `CC-BY-SA-4.0`); I did not relicense existing files.
- [ ] Docs are updated, and no public claim now overstates what the code
does.
- [ ] I have not introduced a soundness hole (or I have flagged where I
might have).
## Notes for reviewers
<!-- Anything that needs special attention, follow-up, or context. -->1 parent 96baa43 commit 913a773
2 files changed
Lines changed: 80 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 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 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments