Skip to content

Commit c55c372

Browse files
committed
docs: Add 'Ownership-on-Completion' rule to AGENTS.md (#8409)
1 parent 25140d2 commit c55c372

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ First, classify the user's request into one of two categories:
123123
- **Correct:** `feat: Add infinite canvas (#8392)`
124124
- **Standard:** Follow Conventional Commits.
125125
- **Push-Before-Notify:** If a task involves local commits, you **MUST** push changes to the remote repository (`git push`) BEFORE posting a completion comment or closing the associated GitHub issue. Do not mark a ticket as done if the code is only on your local machine.
126+
- **Ownership-on-Completion:** Before closing a ticket, ensure it is assigned to the current user. If unassigned, assign it immediately to capture credit for the work.
126127
- **Update Ticket:** You **MUST** post a comment on the issue if:
127128
1. You deviate from the original plan (explain *why*).
128129
2. The task is complete (summarize the result).

0 commit comments

Comments
 (0)