Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #157 +/- ##
=======================================
Coverage 87.23% 87.23%
=======================================
Files 76 76
Lines 7072 7072
Branches 2290 2290
=======================================
Hits 6169 6169
Misses 903 903 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jafreck
added a commit
that referenced
this pull request
Mar 27, 2026
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.
Release v0.3.3
Version bump: 0.3.2 → 0.3.3
Compare range:
v0.3.2...release/v0.3.3Key changes since v0.3.2
Features
target_idfor reverse graph queries (feat(graph): add target_id for reverse/inbound edge queries #151) —lore_graphnow supportstarget_idfor inbound/reverse edge queries across all five graph kinds (call, import, module, inheritance, type_dependency). Enables "who calls X?" and "what depends on X?" questions.Fixes
SYMBOL_NODE_TYPEScompleteness in 12 extractors, added missing C++ extraction patterns, eliminated empty-name symbol leaks in 6 extractors, added pipeline-level empty-name guard. Grammar hardening: swapped incompatiblenan-based grammars for Lua/Zig/Elm, added ESM-only grammar fallback, Zig extractor dual-grammar support.process-trackermodule ensures Python embedding subprocesses and LSP servers are cleaned up on SIGINT/SIGTERM. Signal handler now awaits asyncshutdown()before exiting.Internal
test.skipIf(!result)patterns; 1,385 tests pass with 0 skipped (excluding LSP smoke).Docs refreshed
lore_graphtool description to mentiontarget_idfor reverse queries; generalized release publish workflow section (removed hardcoded v0.3.0 references).lore_graphtool description; addedprocess-tracker.tsto supporting modules table.Validation
tscclean