fix(cli): index <path> never rebuilds an ancestor instead (#1524) - #1797
Merged
Merged
Conversation
An explicit path names the project to rebuild; it is not a hint to go looking for one. resolveProjectPath's upward walk is right for a query run from a subdirectory, but for a full re-index it silently rebuilt the nearest initialized parent's graph when <path> had no index of its own. Refuse with the parent's path and the way to index <path> itself; a bare `codegraph index` still resolves from cwd as before. Fixes #1524
This was referenced Sep 8, 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.
Summary
danusha2345) onto currentmain: an explicitcodegraph index <path>no longer walks up to rebuild a nearest initialized ancestor under a silentDone.resolveProjectPathwould have picked, and tell the user how toinitthe named path. Barecodegraph index(cwd) still resolves upward.6674d970with CHANGELOG resolved for current Unreleased; author danusha2345 preserved.Fixes #1524
Test plan
codegraph index .from child exits 1, names parent, no child.codegraph, parent DB untouchednpx vitest run __tests__/cli-index-explicit-path.test.ts— 2 passed