diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8339057 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# High-risk paths. Last matching pattern wins. +# Root-anchored so nested copies (e.g. skills/**/scripts/) are not owned here. +/.github/ @jaredwray +/.cursor/ @jaredwray +/.devcontainer/ @jaredwray +/scripts/ @jaredwray diff --git a/DEFENSE_IN_DEPTH.md b/DEFENSE_IN_DEPTH.md index 58e30f7..5ca01de 100644 --- a/DEFENSE_IN_DEPTH.md +++ b/DEFENSE_IN_DEPTH.md @@ -6,12 +6,12 @@ Profile: npm library · public ## 1. Security docs -- [ ] `SECURITY.md` present — contact info + "How this repository is secured" summary (PR #105 pending) -- [ ] `DEFENSE_IN_DEPTH.md` present (this file) (PR #105 pending) +- [x] `SECURITY.md` present — contact info + "How this repository is secured" summary — PR #105 +- [x] `DEFENSE_IN_DEPTH.md` present (this file) — PR #105 ## 2. CODEOWNERS and cloud bootstrap -- [ ] `.github/CODEOWNERS` covers `/.github/`, `/.cursor/`, `/.devcontainer/`, `/scripts/` with owners the maintainer names +- [ ] `.github/CODEOWNERS` covers `/.github/`, `/.cursor/`, `/.devcontainer/`, `/scripts/` with owners the maintainer names (PR #106 pending) - [ ] Codespaces and Cursor Cloud Agents bootstrap Aikido Safe Chain via scripts/setup-cloud-environment.sh (--ci shims, frozen lockfile) ## 3. Dependencies (pnpm)