Frontmatter
| id | 7335 |
| title | Clarify Agent Memory Protocol and Tooling |
| state | Closed |
| labels | documentationenhancement |
| assignees | tobiu |
| createdAt | Oct 3, 2025, 12:56 PM |
| updatedAt | Oct 3, 2025, 12:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7335 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7316 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 3, 2025, 12:57 PM |
During the first live test of the memory core, the agent failed to follow the "save-then-respond" protocol due to two issues:
AGENTS.md, where the memory check was not performed during initialization.addMemory.mjsscript's command-line interface, leading to several failed attempts to save the session history.This ticket covers the documentation and process improvements needed to prevent these failures in the future.
Acceptance Criteria
.github/AGENTS.mdfile is updated to move the memory server check into the "Session Initialization" section.buildScripts/ai/addMemory.mjsscript is updated with clear documentation for its command-line options, especially--thoughtand--session-id.