Frontmatter
| id | 7341 |
| title | Correct agent memory initialization protocol |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 4, 2025, 10:02 AM |
| updatedAt | Oct 4, 2025, 10:03 AM |
| githubUrl | https://github.com/neomjs/neo/issues/7341 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7316 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 4, 2025, 10:03 AM |
The
AGENTS.mdfile incorrectly implied that the session ID should be saved to long-term memory. This ticket corrects the protocol to ensure that the agent immediately begins persisting the session to the memory core using the generated session ID, starting with the very first user prompt.Changes
AGENTS.mdto add an explicit step: "Persist Initial Context" after generating a new session ID in two separate flows.