You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,8 @@ When the user gives a prompt to implement a feature or bug fix in this repositor
73
73
74
74
1.**MUST** create a GitHub issue for the feature before starting work (`gh issue create`).
75
75
2.**MUST** keep the issue updated with the current plan and progress as work proceeds.
76
-
3.**MUST** ask the user whether to close the issue after the feature is fully implemented and verified — do not close it automatically or via `Closes #N` in commit messages.
76
+
3.**MUST** put `Closes #N` in the PR body so the issue auto-closes when the PR merges. Closing keywords go in the PR body only, never in commit messages.
77
+
4.**MUST** ask the user before closing an issue manually (`gh issue close`); auto-close via PR merge needs no ask.
77
78
78
79
Routine live operations are not repository feature work:
0 commit comments