feat: registry hardening, structural analysis, single-repo MCP default#19
Merged
carlos-alm merged 4 commits intomainfrom Feb 22, 2026
Merged
feat: registry hardening, structural analysis, single-repo MCP default#19carlos-alm merged 4 commits intomainfrom
carlos-alm merged 4 commits intomainfrom
Conversation
Analyze 21 code intelligence tools, rank codegraph #7/22, and establish 8 core principles (zero-infrastructure, dual engine, confidence scoring, incremental builds, embeddable-first, single registry, security defaults, scope boundaries).
Contributor
Greptile SummaryThis PR adds v1.5.0 release documentation and hardens the publish workflow. The changes include:
All documentation changes follow CLAUDE.md conventions (removed prohibited references). No code changes in this PR - exclusively documentation and CI/CD improvements. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 1571f2a |
The release trigger had no access to version-override inputs, causing commit-and-tag-version to fall through to auto-detect which silently produced the stale version. Now extracts version from the release tag, verifies the bump actually happened, and checks npm registry before publishing to catch version conflicts early.
Contributor
Author
Latest: README competitive comparison updateReplaced the feature comparison table with actual competitors from Removed (not real competitors):
Added (ranked above us + Claude-code-memory):
Also updated the "How other tools compare" section with descriptions for all new entries, trimmed irrelevant old entries (Sourcegraph, CodeSee, Understand, Snyk Code — different product categories). |
Contributor
Author
# Conflicts: # .github/workflows/publish.yml
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.
Summary
pruneRegistry()for stale entries,--reposallowlist for access control, auto-suffix name collisionssrc/structure.jswith directory nodes, containment edges, and metrics (symbol density, fan-out, cohesion). Newcodegraph structureandcodegraph hotspotsCLI commands--multi-repoor--reposopt-inhotspotsData, brokeparser.js↔constants.jscircular dependencyTest plan
npm testpasses all existing + new testscodegraph build .succeeds on selfcodegraph structureandcodegraph hotspotsproduce expected outputcodegraph mcpstarts in single-repo mode by defaultcodegraph mcp --multi-repoenables multi-repo accesscodegraph registry pruneremoves stale entries