chore: repoint URLs after the repo rename to lci-codegraph - #6
Merged
Conversation
The repository was renamed from vymalo/codegraph to vymalo/lci-codegraph so it matches the crate name it will publish under. GitHub redirects the old URLs, but the manifest's repository/homepage fields get baked into the published crate and shown on docs.rs, so they are updated explicitly rather than left to a redirect. Also records the two extraction fixes under 0.1.0 rather than a new Unreleased section, since 0.1.0 has not shipped to crates.io yet. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
1. Summary
This PR changes:
vymalo/codegraphtovymalo/lci-codegraph—Cargo.toml(repository,homepage), the README CI badge, and the CHANGELOG release link0.1.0entry rather than a new Unreleased sectionIt solves:
2. Intent
The intent of this PR is:
3. Scope
In Scope
Out of Scope
lci-codegraph— only the repository name was out of step.4. Verification
I verified this change by:
Commands run:
Results:
Zero stale occurrences remain. CI on this PR re-runs the full suite, so the #4 fixes are re-verified on top of the rename.
5. Screenshots / Evidence
Add evidence here:
lci-codegraphis confirmed available on crates.io; the barecodegraphname is already taken by an unrelated crate, which is why this crate always carried the prefix and why the repo name was the thing out of step.6. Risk Assessment
Risk level:
Potential risks:
Mitigation:
7. AI Usage Declaration
AI was used for:
Human verification:
8. Reviewer Focus
Please focus your review on:
Specifically: whether the CHANGELOG fixes belong under
0.1.0(my reading: yes, since it has not shipped) or under anUnreleasedheading.