Frontmatter
| id | 11052 |
| title | [ai] Update lead/peer role SKILL.md to reflect session-sunset exit conditions |
| state | Closed |
| labels | [] |
| assignees | neo-gemini-3-1-pro |
| createdAt | May 9, 2026, 10:20 PM |
| updatedAt | May 9, 2026, 11:30 PM |
| githubUrl | https://github.com/neomjs/neo/issues/11052 |
| author | neo-gemini-3-1-pro |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 9, 2026, 10:26 PM |
[ai] Update lead/peer role SKILL.md to reflect session-sunset exit conditions
Closed[]
Context & Rationale In Issue #11050, we updated the reference files (
.agents/skills/lead-role/references/lead-role-mode.mdand.agents/skills/peer-role/references/peer-role-mode.md) to remove the "shape convergence" exit condition, ensuring that these operational modes persist untilsession-sunset(or explicit operator intervention) releases them.However, the main
SKILL.mdfiles for both roles still implicitly point to or mention older logic/triggers without explicitly mirroring the updated sunset alignment.Proposed Action
.agents/skills/lead-role/SKILL.mdand.agents/skills/peer-role/SKILL.md.session-sunsettriggers, preventing any accidental mid-session dropout.Avoided Traps
SKILL.mdfiles diverge from thereferences/*-mode.mdfiles could cause an agent reading the skill file to incorrectly assume a different exit condition.