Frontmatter
| id | 7695 |
| title | Refactor: Split Agent Instructions for Persistent Enforcement |
| state | Closed |
| labels | enhancementairefactoring |
| assignees | tobiu |
| createdAt | Nov 2, 2025, 7:57 PM |
| updatedAt | Nov 2, 2025, 8:44 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7695 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 2, 2025, 8:44 PM |
This ticket tracks the refactoring of agent instructions to ensure persistent rule enforcement. The current
AGENTS.mdwill be split into two files:AGENTS_STARTUP.mdfor one-time session initialization, andAGENTS.mdfor the per-turn enforcement rules. The.gemini/GEMINI.mdtrigger file will be updated to orchestrate this new flow, importing the newAGENTS.mdto keep the rules in the context of every turn.