Frontmatter
| id | 9771 |
| title | Add missing config JSDoc to Memory Core Lifecycle Services |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Apr 8, 2026, 12:24 AM |
| updatedAt | Apr 8, 2026, 12:25 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9771 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 8, 2026, 12:25 AM |
Add missing config JSDoc to Memory Core Lifecycle Services
Closeddocumentationenhancementai
The
static configobjects insideChromaLifecycleService.mjsandInferenceLifecycleService.mjsare missing the required JSDoc property annotations (@member,@type). This violates the Neo.mjs strict coding guidelines which require all configurations to be documented for the class system and the auto-generated documentation generator.These config blocks will be retrofitted with the required JSDoc.