Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ stays scoped, and ends with evidence the next session can trust.
speculative configurability, abstractions, or adjacent cleanup.
- Keep edits surgical. Every changed line should trace to the request, and any
unrelated dead code or risk should be mentioned instead of silently refactored.
- For complex functions, add one short comment that describes the function's
purpose.
- Define success criteria and verification before or during implementation, then
loop until the relevant checks pass or a blocker is explicit.

Expand Down
Loading