Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions DEFENSE_IN_DEPTH.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down