Merged
Conversation
- Bump version to 0.3.8 in package.json and package-lock.json - Refresh docs/architecture.md: remove stale lore_routes, lore_notes, api_routes, notes tables/tools; add lore_trace, lore_diff, lore_cohesion, lore_dependents
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #216 +/- ##
=======================================
Coverage 87.49% 87.49%
=======================================
Files 85 85
Lines 9475 9475
Branches 2932 2932
=======================================
Hits 8290 8290
Misses 1185 1185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.8
Version bump: 0.3.7 → 0.3.8
Compare range:
v0.3.7...release/v0.3.8Key changes since v0.3.7
Features
compile_commands.jsonfor C/C++ (feat(scip): auto-install indexers and generate compile_commands.json for C/C++ #211)lore_trace(execution path tracing),lore_diff(API surface diffing),lore_cohesion(module cohesion metrics),lore_dependents(unified reverse-dependency queries) (feat(tools): add lore_trace execution path tracing tool #198, feat(tools): add lore_diff API surface diff tool (#194) #201, feat(tools): add lore_cohesion module cohesion ranking tool (#192) #202, feat(tools): add lore_dependents tool for unified reverse-dependency queries #204)mcp --rootnow indexes automatically (feat(cli): auto-index on MCP start when --root is given #182)Refactors
createLoreMcpServer()is now async (returnsPromise<McpServer>)createLoreMcpServerAsync()removedEXT_TO_LANGduplication fixed (was missing 10 languages)ScipFlushManagerlore_routes,lore_notes(feat: remove lore_notes tools #190, refactor: remove lore_routes tool and api_routes extraction #191)Fixes
/varsymlink resolved in MCP server entry guard (fix(server): resolve macOS /var symlink in MCP server entry guard #208)file_path(Add per-test line coverage attribution (#195) #200)Docs refreshed
docs/architecture.md— removed stalelore_routes,lore_notes,api_routes,notesreferences; addedlore_trace,lore_diff,lore_cohesion,lore_dependentsto tool table and mermaid diagramValidation
tsc --noEmit)