AGENTS.md · git:20260706.467f0cd · 2026-07-06 · sha256 9549567409c8ca85
AGENTS.md git:20260706.467f0cdA
Immutable. This exact content is served forever at /api/v1/blob/9549567409c8ca85.
# AGENTS > Purpose: design and maintain Codex/Claude-style skills, plus supporting docs and MCP tool catalog. ## Priorities 1. Correctness and safety over speed. 2. Clear scope and acceptance criteria before changes. 3. Automated verification whenever possible. 4. Small, reviewable commits and recoverable state. 5. Check `BACKLOG.md` for deferred items at session start; delete entries when resolved. ## Tooling and tests - Prefer local tools first; use MCP only when needed. - Run the narrowest test that proves the change, then expand if risk is high. - Do not claim tests ran if they did not. ## Safety - Avoid destructive commands unless explicitly requested. - Preserve backward compatibility unless asked to break it. - Never expose secrets; redact if encountered. ## Output style - Keep responses concise and structured. - Provide file references with line numbers when editing. - Always include risks and suggested next steps for non-trivial changes.