Frontmatter
| id | 9807 |
| title | Enforce Type-Aware Gap Targeting Constraints |
| state | Closed |
| labels | aiarchitecture |
| assignees | tobiu |
| createdAt | Apr 9, 2026, 10:14 AM |
| updatedAt | Apr 9, 2026, 11:06 AM |
| githubUrl | https://github.com/neomjs/neo/issues/9807 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 9803 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2026, 11:05 AM |
Enforce Type-Aware Gap Targeting Constraints
Closedaiarchitecture

Problem
Abstract Graph nodes like
CONCEPT,EPIC, andGUIDEare being evaluated byexecuteCapabilityGapInferencefor missing codebase implementations (src/ortest/). This results in false-positive "Codebase Gap" assertions for non-codeable semantic concepts (e.g., "Core Config System", which generated false alerts in Session f08ea938-8982-40e2-bdd5-1ae3d815ca6b).Solution
Update the capability gap pipeline to enforce Strict Node-Type Filtering. Inference algorithms must only evaluate physical representation types (
CLASS,METHOD,COMPONENT). Higher-order abstract nodes must be skipped to silence these false-positive assertions.Parent Epic
Part of Epic #9803