Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 755 Bytes

File metadata and controls

17 lines (13 loc) · 755 Bytes

AGENTS.md

Agent Execution Contract

  • Agents MUST implement only specs with status: approved.
  • Priority of truth on conflicts: ADR > PRD > API > UI.
  • If requirements are ambiguous or missing, agents MUST write clarification questions instead of guessing.
  • Every code change MUST reference spec IDs in commit/PR notes (e.g. Implements: PRD-001, API-001).
  • Backend tasks MUST cite PRD + API + language guideline (e.g. BE-SPRING-001 or BE-GO-001) before implementation.
  • High-risk operations (production release, DB migration, secrets/permissions change) require explicit human approval.

Required Output for Each Task

  1. Change summary
  2. Test evidence
  3. Risk and rollback notes
  4. Spec traceability (which IDs were implemented)