Frontmatter
| id | 7356 |
| title | Clarify ai:add-memory command in AGENTS.md |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Oct 4, 2025, 2:38 PM |
| updatedAt | Oct 4, 2025, 2:43 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7356 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7316 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 4, 2025, 2:43 PM |
The agent made an error when first attempting to save a memory to the core, using the incorrect
--sessionIdflag instead of the correct--session-id. This was because the instructions inAGENTS.mdwere not explicit about the exact command-line structure.This ticket is to update the agent guidelines to prevent this specific error in the future.
Acceptance Criteria
.github/AGENTS.mdfile is updated within the "Memory Core Protocol" section to include a clear, templated example of thenpm run ai:add-memorycommand, showing the correct--session-idflag and argument structure.