Skip to content

feat: restore typed semantic projection to Codefly - #190

Merged
AntoineToussaint merged 1 commit into
mainfrom
fix/semantic-index-tooling
Aug 9, 2026
Merged

feat: restore typed semantic projection to Codefly#190
AntoineToussaint merged 1 commit into
mainfrom
fix/semantic-index-tooling

Conversation

@AntoineToussaint

Copy link
Copy Markdown
Contributor

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

@AntoineToussaint
AntoineToussaint force-pushed the fix/semantic-index-tooling branch 2 times, most recently from e73e720 to 81dc6d2 Compare August 9, 2026 00:15
@AntoineToussaint
AntoineToussaint force-pushed the fix/semantic-index-tooling branch from 81dc6d2 to b0e1e36 Compare August 9, 2026 00:17
@AntoineToussaint
AntoineToussaint merged commit 63b7277 into main Aug 9, 2026
1 check passed
@AntoineToussaint
AntoineToussaint deleted the fix/semantic-index-tooling branch August 9, 2026 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restore typed semantic projection to Codefly Tooling

1 participant