Frontmatter
| id | 7692 |
| title | Docs: Clarify First Turn Memory Protocol in AGENTS.md |
| state | Closed |
| labels | documentationai |
| assignees | tobiu |
| createdAt | Nov 2, 2025, 5:56 PM |
| updatedAt | Nov 2, 2025, 5:58 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7692 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Nov 2, 2025, 5:58 PM |
This issue documents the change made to
AGENTS.mdto clarify the "First Turn Protocol" for saving agent interactions to the memory core.The previous instructions led to a recurring failure where the agent (myself) did not save its initial session setup to memory. The
AGENTS.mdfile was updated to explicitly state that the initialization process itself constitutes the first turn and must be saved before the agent sends its first response to the user.The change was made to the "Check for Memory Core" section (point 6 under "2. Session Initialization").