Skip to content

docs: cd into the directory git clone actually creates - #34

Merged
ivanvyd merged 1 commit into
mainfrom
fix/clone-dir-and-stale-cache
Aug 1, 2026
Merged

docs: cd into the directory git clone actually creates#34
ivanvyd merged 1 commit into
mainfrom
fix/clone-dir-and-stale-cache

Conversation

@ivanvyd

@ivanvyd ivanvyd commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Found by an independent rename auditor, verified at CONTRIBUTING.md:14-15.

git clone https://github.com/ivanvyd/LakeSpeak.NET.git
cd lakespeak        # <- creates LakeSpeak.NET, not lakespeak

The first command sequence in the contributor guide failed on its second line.

Missed during the rename because the clone URL and the cd are adjacent lines and only the URL carries the repo name — searching for the old name in URL form never matches a bare directory argument. Swept for the pattern; this was the only instance.

Also cleared, outside the repo: a pre-rename LakeSpeak.Genie 0.1.0 in this machine's NuGet cache (~/.nuget/packages/lakespeak.genie/) whose .nuspec still embedded github.com/ivanvyd/lakespeak. Not in the publish path — CI packs fresh from source into artifacts/ — but a real residual worth removing so nothing local ever restores it.

CONTRIBUTING told a new contributor to clone LakeSpeak.NET.git and then cd
lakespeak. Cloning that url creates LakeSpeak.NET, so the very first command
sequence in the contributor guide failed on the second line.

Missed when the repository was renamed because the clone url and the cd sat on
adjacent lines and only the url contains the repository name -- a search for the
old name in a url form does not match a bare directory argument.
@ivanvyd
ivanvyd merged commit c5add27 into main Aug 1, 2026
10 checks passed
@ivanvyd
ivanvyd deleted the fix/clone-dir-and-stale-cache branch August 1, 2026 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant