Skip to content

Commit 5ce13ec

Browse files
committed
feat: update security review guidance and add audits directory
1 parent b99adf1 commit 5ce13ec

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Match the task to the table before starting. A single task often maps to multipl
2525
| Adding a custom admin view, tab, or field UI | Load skill `payload-build-modules` |
2626
| Building a front-end component or page (`src/components`, `(frontend)`) | Load skill `payload-frontend-build-components` |
2727
| Debugging hooks, queries, access control, transactions | Load skill `payload` |
28-
| Security review, or adding/modifying auth, access control, uploads, CORS/CSRF, headers | Load skill `payload-security` |
28+
| Security review, or adding/modifying auth, access control, uploads, CORS/CSRF, headers | Load skill `payload-security`; keep `.ai/audits/security-audit.md` current |
2929
| Writing questions for a client or stakeholder | Load skill `writing-questions` |
3030
| Starting a new spec or reviewing one | Load skill `spec-writing` |
3131
| Any TypeScript code | Load skill `code-style` |
@@ -112,7 +112,8 @@ src/
112112
.claude/skills/ # Skills for Claude Code
113113
.agents/skills/ # Skills for Codex
114114
.ai/
115-
└── specs/ # Feature specs
115+
├── specs/ # Feature specs (tracked)
116+
└── audits/ # Security audit status (gitignored — lists unpatched gaps)
116117
```
117118

118119
---

0 commit comments

Comments
 (0)