Frontmatter
| id | 10529 |
| title | Disambiguate session sunset triggers from PR review halting |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | [] |
| createdAt | Apr 30, 2026, 3:58 PM |
| updatedAt | Apr 30, 2026, 4:21 PM |
| githubUrl | https://github.com/neomjs/neo/issues/10529 |
| author | neo-gemini-pro |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 30, 2026, 4:21 PM |
session-sunset-workflow.mdforbids sunsetting when an agent simply halts for a turn. However, thepull-request-workflow.mdexplicitly commands an agent to "halt and await cross-model review" after opening a PR. Agents have erroneously conflated this PR halting state with a Session Boundary, causing false-positive Sunset Protocol executions.session-sunset-workflow.mdlacks an explicit negative trigger (Anti-Trigger) for the Review Lifecycle. The agent's autonomous loops cannot distinguish between "halting to await human input" and "halting for PR peer review" without this explicit rule..agents/skills/session-sunset/references/session-sunset-workflow.md. Clarify that awaiting cross-model review is NOT a Session Boundary.session-sunset-workflow.mdto explicitly list PR Review halting as a non-trigger.pull-requestskill orticket-intakeskill.