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
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Authoritative docs:

- Keep PRs focused: one issue / one theme.
- Avoid drive-by refactors unless the issue is specifically about refactoring.
- Minimal changes, no unrelated refactors.
Comment on lines 43 to +44
Copy link

Copilot AI Jan 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new bullet point is redundant with the existing line 43. Both convey essentially the same message about avoiding unrelated refactors. Consider consolidating these into a single, clearer statement instead of having two similar guidelines.

Suggested change
- Avoid drive-by refactors unless the issue is specifically about refactoring.
- Minimal changes, no unrelated refactors.
- Keep changes minimal and avoid unrelated or drive-by refactors unless the work is explicitly about refactoring.

Copilot uses AI. Check for mistakes.

### 2.3 Determinism over cleverness

Expand Down