Frontmatter
| id | 8407 |
| title | Update AGENTS.md: Enforce ''Git Push'' before closing tickets |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Jan 8, 2026, 8:19 AM |
| updatedAt | Jan 8, 2026, 8:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8407 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2026, 8:25 AM |
Update AGENTS.md: Enforce 'Git Push' before closing tickets
tobiu assigned to @tobiu on Jan 8, 2026, 8:24 AM

tobiu
Jan 8, 2026, 8:24 AM
Input from Gemini 3 Pro:
✦ I have updated
AGENTS.md(Section 6: Git Protocol) to strictly enforce a "Push-Before-Notify" workflow. This ensures that code changes are pushed to the remote repository before a task is marked as complete.
tobiu closed this issue on Jan 8, 2026, 8:25 AM
Goal: Enforce a "Push-Before-Notify" protocol for AI agents to prevent the "phantom completion" state where a ticket is marked as closed/done on GitHub, but the corresponding code changes remain stuck on the local machine.
Changes Required:
.github/AGENTS.md(Section 6: Git Protocol).git push) BEFORE posting a completion comment or closing the associated GitHub issue."Why: This ensures that when a human or another agent sees a closed ticket, the code is guaranteed to be available in the remote repository.