Description
Add per-path review ownership so security-sensitive control-plane changes route to the right reviewers.
Problem Statement
This repo has no CODEOWNERS file. It holds treasury governance, nonce/sequence management, and RPC failover logic — changes here carry meaningfully different risk than a docs change, but there's no documented owner routing.
Proposed Changes
Technical Implementation Scaffolding
- Target Repository: vero-core-engine
- Target Path: .github/CODEOWNERS
- Branch Naming: chore/issue--add-codeowners
- Authority Context: Repository hygiene / non-code
Acceptance Criteria
Definition of Done
Description
Add per-path review ownership so security-sensitive control-plane changes route to the right reviewers.
Problem Statement
This repo has no
CODEOWNERSfile. It holds treasury governance, nonce/sequence management, and RPC failover logic — changes here carry meaningfully different risk than a docs change, but there's no documented owner routing.Proposed Changes
.github/CODEOWNERSmapping security-sensitive paths (engine-core/src/treasury.rs, nonce/RPC-related files, governance files) and each major module@N-thnI @N-i-xxTechnical Implementation Scaffolding
Acceptance Criteria
.github/CODEOWNERSexists and covers every top-level module and security-sensitive filesDefinition of Done