LearnNewsExamplesServices
Frontmatter
id9804
titleImplement Deterministic Edge Mapping for Document Gaps
stateClosed
labels
aiarchitecture
assigneestobiu
createdAtApr 9, 2026, 10:12 AM
updatedAtApr 9, 2026, 11:06 AM
githubUrlhttps://github.com/neomjs/neo/issues/9804
authortobiu
commentsCount1
parentIssue9803
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 9, 2026, 11:05 AM

Implement Deterministic Edge Mapping for Document Gaps

Closedaiarchitecture
tobiu
tobiu commented on Apr 9, 2026, 10:12 AM

Problem

The Capability Gap Inference step within DreamService hallucinates 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 a CLASS node is evaluated, deterministically check its existence in the doc manifest. If missing, natively link a graph Edge MISSING_DOCS to the doc anchor.

Parent Epic

Part of Epic #9803

tobiu added the ai label on Apr 9, 2026, 10:12 AM
tobiu added the architecture label on Apr 9, 2026, 10:12 AM
tobiu added parent issue #9803 on Apr 9, 2026, 10:12 AM
tobiu
tobiu Apr 9, 2026, 11:05 AM

Implemented natively in DreamService.mjs during Epic #9803.

tobiu closed this issue on Apr 9, 2026, 11:05 AM
tobiu assigned to @tobiu on Apr 9, 2026, 11:06 AM