chore(github): add CODEOWNERS#1
Merged
Merged
Conversation
Lands the CODEOWNERS file required by Plan §5.10. Single-developer phase: every path falls back to the maintainer for review. Path-specific overrides arrive once there is more than one human reviewer. The matching branch-protection flip (require_code_owner_reviews: true) is applied as a separate gh api call after this PR merges. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The CI workflow attempted to run inside ghcr.io/cachyos/cachyos:latest, which does not exist (or is private) — the lint job failed at "Initialize containers" with a docker pull retry-storm. For M0 the lint/build/test work only exercises Rust and POSIX tooling; plain ubuntu-latest is sufficient and unblocks the first PR. The Plan §7.1 M0 risk note already anticipated this; reinstating an Arch-family runner is M1 work, gated on either an official image landing on GHCR or a custom image we publish ourselves. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
cargo-machete v0.9.2 transitively requires rustc 1.86 (via cargo-platform 0.3.2), so 'cargo install cargo-machete --locked' fails the lint job under our pinned 1.85 toolchain. Same shape risk applies to cargo-nextest / cargo-audit / cargo-deny in the future. Switch all four to taiki-e/install-action@v2 which downloads pre-built binaries — sidesteps the build-time MSRV of the tooling entirely while keeping the project's own MSRV pinned at 1.85. Also drop the cachyos container from the test and audit jobs (mirrors the earlier fix for the lint job — same TODO applies). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Lands the
CODEOWNERSfile required by Plan §5.10.Single-developer phase: every path falls back to the maintainer for review. Path-specific overrides arrive once there is more than one human reviewer.
The matching branch-protection flip (
require_code_owner_reviews: true) is applied as a separategh apicall after this PR merges.Verification
cat .github/CODEOWNERSshows the canonical content.🤖 Generated with Claude Code