From 235178e5145e07fdc5325926714b290647781f23 Mon Sep 17 00:00:00 2001 From: Marco Presta Date: Mon, 18 May 2026 09:33:26 -0400 Subject: [PATCH] chore(repo-hygiene): Tier 1 -- CODEOWNERS Establishes CODEOWNERS for the portfolio repo-hygiene Tier 1 rollout per eva-foundation memory `reference_portfolio_repo_hygiene_tier1_2026-05-17`. Sole maintainer; convention is explicit even though no review approvals are required. Companion repo-settings changes applied earlier today via gh API: - allow_merge_commit=false, allow_rebase_merge=false (squash-merge only) - Branch protection hardened: allow_force_pushes=false (was true!), required_conversation_resolution=true, allow_deletions=false Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..68dc7db --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +# CODEOWNERS for agentic-state/GovOps-LaC +# +# Sole maintainer; PRs do not require external review approval. CODEOWNERS +# is declared anyway so the convention is explicit and ready for any +# future contributors who pick up this open-source prototype. +# +# Per portfolio repo-hygiene Tier 1 (eva-foundation memory entry +# `reference_portfolio_repo_hygiene_tier1_2026-05-17`). + +* @MarcoPolo483