Frontmatter
| id | 7320 |
| title | Update Agent Workflow for Memory |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 1, 2025, 10:56 PM |
| updatedAt | Oct 3, 2025, 12:14 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7320 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | 7316 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 3, 2025, 12:14 PM |
With the memory capture and query tools in place, this ticket involves updating the agent's core instructions (
AGENTS.md) to integrate this new capability into its standard workflow.Acceptance Criteria
AGENTS.mdfile is updated with a new section describing the two-stage query process.npm run ai:query) for technical implementation details. b. Second, query the memory database (npm run ai:query-memory) for historical context, past decisions, and user requirements related to the current task.