Frontmatter
| id | 8199 |
| title | [Process] Update AGENTS_STARTUP.md to mandate reading recent session summaries |
| state | Closed |
| labels | documentationdeveloper-experienceai |
| assignees | tobiu |
| createdAt | Dec 29, 2025, 6:31 AM |
| updatedAt | Dec 29, 2025, 6:36 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8199 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 29, 2025, 6:36 AM |
Based on recent analysis, reading recent session summaries provides critical "institutional memory," preventing regression and aligning strategic context.
Requirement: Update
AGENTS_STARTUP.md(specifically Section 6: Check for Memory Core) to:get_all_summaries({ limit: 5 })if the Memory Core healthcheck is successful.get_session_memoriesto investigate specific sessions if a summary indicates relevant details (e.g., a "failed" session or complex refactor).Success Criteria:
AGENTS_STARTUP.mdclearly instructs agents to perform this action during initialization.