SDD Change
Instructions
- Read the relevant spec in
docs/specs/. - Confirm the problem, goal, non-goals, contracts, security rules, acceptance criteria, tests, documentation updates, and final checklist.
- Do not implement behavior outside the approved spec.
- Add or update focused tests where practical before changing behavior.
- Run relevant tests and golden tests before final review.
- Report any missing spec, Draft spec, test gap, or contract risk before proceeding.
Safety
- Do not upload source code.
- Do not read or print secrets.
- Ask before mutating files, running shell commands, installing dependencies, or using external network access.
- Keep production access denied.