feat: restore typed semantic projection to Codefly - #190
Merged
Conversation
AntoineToussaint
force-pushed
the
fix/semantic-index-tooling
branch
2 times, most recently
from
August 9, 2026 00:15
e73e720 to
81dc6d2
Compare
AntoineToussaint
force-pushed
the
fix/semantic-index-tooling
branch
from
August 9, 2026 00:17
81dc6d2 to
b0e1e36
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #189. Supports codefly-dev/mind#369.\n\nRestores semantic inspection to the Codefly hands boundary with one body-free typed projection:\n- shared SemanticIndex contract with COMPLETE / DEGRADED / NOT_ATTEMPTED coverage\n- deterministic file hashes, imports, declarations, calls, references, signature/body hashes, and analyzer provenance\n- Core Code implementation for Go, Python, TypeScript/JavaScript, Java, Kotlin, and C#\n- Tooling and lang.Toolbox delegation\n- corrected architecture guidance: Mind consumes typed facts and never owns project source or parsers\n\nUnhappy paths are first-class: malformed files degrade with per-file issues while preserving usable evidence; unsupported source is explicit NOT_ATTEMPTED.\n\nVerification:\n- GOWORK=off go test ./...\n- GOWORK=off go vet ./code ./toolbox/lang/...\n- real filesystem + real tree-sitter contract tests across all six language families\n- serialized response tests prove implementation bodies and initializer literals do not cross the boundary