Frontmatter
| id | 9804 |
| title | Implement Deterministic Edge Mapping for Document Gaps |
| state | Closed |
| labels | aiarchitecture |
| assignees | tobiu |
| createdAt | Apr 9, 2026, 10:12 AM |
| updatedAt | Apr 9, 2026, 11:06 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9804 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9803 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2026, 11:05 AM |
Implement Deterministic Edge Mapping for Document Gaps
Closedaiarchitecture

Problem
The Capability Gap Inference step within
DreamServicehallucinates missing documentation for well-covered files by asking the LLM to string-match directory paths.Solution
Leverage the JSON outputs natively generated by
docs/buildScripts/docs/jsdocx.mjs(e.g.docs/output/structure.json). When aCLASSnode is evaluated, deterministically check its existence in the doc manifest. If missing, natively link a graph EdgeMISSING_DOCSto the doc anchor.Parent Epic
Part of Epic #9803