# Update CVE Audit Agents Use this command when updating the Go or Python CVE audit logic. ## Where the logic lives - `agents/cve-audit-golang.md` — Go audit steps, tools, and PR format - `agents/cve-audit-python.md` — Python audit steps, tools, and PR format The orchestrator (`prompts/cve-security-audit.md`) fetches these files at runtime via raw GitHub URL and works with both Claude and Gemini, so **a single change to an agent file applies to all models automatically** once pushed to `main`. ## Steps 1. Edit the relevant file(s) in `.claude/agents/`. 2. If the workflow structure changed (new steps, renamed sections, different tool requirements), open both orchestrator prompts and verify they still describe the correct fetch URLs and delegation instructions. 3. Commit and push to `main` — the updated agent content is live immediately. ## Checklist - [ ] `agents/cve-audit-golang.md` updated (if Go logic changed) - [ ] `agents/cve-audit-python.md` updated (if Python logic changed) - [ ] `prompts/cve-security-audit.md` still references the correct raw GitHub URLs - [ ] The orchestrator prompt reflects any workflow-level changes - [ ] Changes committed and pushed to `main`