From 311f9394739e08488a003df93da5283447647d85 Mon Sep 17 00:00:00 2001 From: Carmen Kivisild Date: Sun, 6 Sep 2026 16:22:44 -0600 Subject: [PATCH] chore: bring the governance files up to the standard set Control parity across the published repositories was audited and this one was missing part of the standard set. Adds only what was absent. Every published repository already carries the real controls: secret scanning, push protection, Dependabot alerts and a secret-scan workflow. The gaps were in governance, so this changes no behaviour and adds no CI cost. Where CONTRIBUTING.md is added it is a language-neutral version rather than a copy, because the published repositories span TypeScript, Python, shell and templates and the existing copy assumes one toolchain. It keeps what applies everywhere: branch and commit conventions, one purpose per pull request, saying what you actually ran, and never committing a credential or a customer identifier. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01WW1H1UrqnEE2Arx9i3Q2Qv --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e0d2065 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @ckivisild-elnora-ai