chore(rename): update lean-spec-{docs,desktop} → leanspec-{docs,desktop} URLs (Part of #254)#314
Open
tikazyq wants to merge 1 commit into
Open
chore(rename): update lean-spec-{docs,desktop} → leanspec-{docs,desktop} URLs (Part of #254)#314tikazyq wants to merge 1 commit into
tikazyq wants to merge 1 commit into
Conversation
…op} URLs (#254) Follow-up to the sibling-repo renames: - codervisor/lean-spec-docs → codervisor/leanspec-docs - codervisor/lean-spec-desktop → codervisor/leanspec-desktop GitHub redirects the old URLs, but updating explicit references avoids future drift if the old slugs get reclaimed. Touched: - README.md image srcs (logo, kanban screenshot, WeChat QR) + desktop app repo link + Desktop App section - packages/README.md Desktop Repository link - .agents/skills/leanspec-development/references/STRUCTURE.md docs subtree pull URL Part of #254. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates documentation references to reflect the renamed sibling repositories (lean-spec-{docs,desktop} → leanspec-{docs,desktop}), ensuring URLs match the new GitHub slugs rather than relying on redirects.
Changes:
- Update README image sources and links to use
codervisor/leanspec-docsandcodervisor/leanspec-desktop. - Update monorepo
packages/README.mddesktop repo link to the new slug. - Update internal maintainer docs (
STRUCTURE.md) subtree pull URL for the docs site repo.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates docs image URLs and desktop repo links to the new GitHub slugs. |
| packages/README.md | Updates the desktop repository URL reference. |
| .agents/skills/leanspec-development/references/STRUCTURE.md | Updates git subtree pull remote URL for the docs-site subtree. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
163
to
+165
| | **📈 Project Stats** | `leanspec stats` - health metrics and bottleneck detection | | ||
| | **🤖 AI-Native** | MCP server + CLI for AI assistants | | ||
| | **🖥️ Desktop App** | Desktop app repo: [codervisor/lean-spec-desktop](https://github.com/codervisor/lean-spec-desktop) | | ||
| | **🖥️ Desktop App** | Desktop app repo: [codervisor/leanspec-desktop](https://github.com/codervisor/leanspec-desktop) | |
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
The sibling repos got renamed:
codervisor/lean-spec-docs→codervisor/leanspec-docscodervisor/lean-spec-desktop→codervisor/leanspec-desktopGitHub redirects old URLs, so nothing's broken, but explicit references should match the new slugs to survive any future reclaim of the old names.
Touched files:
README.md— logo SVG src, kanban screenshot src, WeChat QR src, Features table desktop-app link, Desktop App section URLpackages/README.md— Desktop Repository URL.agents/skills/leanspec-development/references/STRUCTURE.md—git subtree pullURL for the docs subtreePart of #254.
Test plan
grep -rn lean-spec-docs|lean-spec-desktopreturns nothing outside frozenspecs/🤖 Generated with Claude Code