chore(rename): sweep codervisor/lean-spec → codervisor/leanspec URLs (Part of #254)#312
Merged
Merged
Conversation
…254) Post-repo-rename cleanup. GitHub auto-redirects make the old URL keep working, but explicit references are clearer and survive future config churn (e.g. someone reclaiming the old `lean-spec` slug). Updated: - README.md badges (CI + npm) and Discussions/Issues links, plus the npm badge target from `lean-spec` → `@leanspec/cli` to reflect the new package - .github/workflows/ci.yml `freeze-specs` error string - packages/{http-server,ui}/package.json repository.url + bugs.url - docs-site/docusaurus.config.ts projectName, editUrl, and footer links (en config + zh-Hans footer translations) - Internal skills' `mcp__github__*` repo arguments and prose references (.agents/skills/leanspec-{dev-process,pre-push,pr-lifecycle}, .agents/skills/leanspec-development/references/CI-COMMANDS.md, .claude/skills/watch-ci) - AGENTS.md skill-install command + project mention Left intentionally: - `codervisor/lean-spec-docs`, `codervisor/lean-spec-desktop` — separate repos, not renamed - `https://lean-spec.dev` — domain rename is out of #254 scope - `specs/` historical mentions — frozen snapshot Part of #254. Closes Phase 3 / Phase 4 URL items. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR performs a post-rename cleanup to replace explicit codervisor/lean-spec GitHub references with codervisor/leanspec across docs, workflows, and internal skill documentation, reducing reliance on GitHub redirects.
Changes:
- Updated README badges/links and install instructions to point at
codervisor/leanspecand@leanspec/cli. - Updated repository/bugs URLs in package manifests and repo links/edit URLs in the Docusaurus config.
- Updated internal skills and CI messaging to reference
codervisor/leanspec.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates CI badge, npm badges, skill install command, and community links to the renamed repo/package. |
| packages/ui/package.json | Updates repository.url to codervisor/leanspec. |
| packages/http-server/package.json | Updates repository.url and bugs.url to codervisor/leanspec. |
| docs-site/i18n/zh-Hans/docusaurus-theme-classic/footer.json | Updates footer link metadata descriptions to reference the renamed repo URLs. |
| docs-site/docusaurus.config.ts | Updates projectName, editUrl, and footer/nav GitHub links to codervisor/leanspec. |
| AGENTS.md | Updates the external skill install command and spec issue repo reference to codervisor/leanspec. |
| .github/workflows/ci.yml | Updates the freeze-specs error message to reference codervisor/leanspec. |
| .claude/skills/watch-ci/SKILL.md | Updates the stated repo slug to codervisor/leanspec. |
| .agents/skills/leanspec-pre-push/SKILL.md | Updates MCP GitHub tool examples to target codervisor/leanspec. |
| .agents/skills/leanspec-pr-lifecycle/SKILL.md | Updates repo-scoping text and GitHub search examples to codervisor/leanspec. |
| .agents/skills/leanspec-development/references/CI-COMMANDS.md | Updates GH_REPO example to codervisor/leanspec. |
| .agents/skills/leanspec-dev-process/SKILL.md | Updates references to the canonical spec-issue repo to codervisor/leanspec. |
Comments suppressed due to low confidence (1)
docs-site/docusaurus.config.ts:173
- The footer "npm Package" link still points to
https://www.npmjs.com/package/lean-spec, while the rest of this PR updates the repo/package references to@leanspec/cli. This will send users to the old package page; update it to the new npm package URL for consistency.
label: 'npm Package',
href: 'https://www.npmjs.com/package/lean-spec',
},
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
15
to
17
| The `gh` CLI is **not available** in the Claude VM. Use the GitHub REST API via `curl`. | ||
| The repo is `codervisor/lean-spec`. | ||
| The repo is `codervisor/leanspec`. | ||
|
|
35 tasks
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
Post-rename URL cleanup. GitHub redirects make the old
codervisor/lean-specURLs keep working, but explicit references are clearer and protect against the old slug being reclaimed in the future.Updated
README.md— CI badge URL, npm version/downloads badges (now point at@leanspec/cli), Discussions/Issues links, skill install command.github/workflows/ci.yml—freeze-specserror message textpackages/{http-server,ui}/package.json—repository.urlandbugs.url(packages/mcp/package.jsonandpackages/cli/package.jsonwere already updated)docs-site/docusaurus.config.ts—projectName,editUrlfor docs and blog, footer GitHub/Issues/Discussions/Contributing/Changelog linksdocs-site/i18n/zh-Hans/.../footer.json— Chinese footer link metadatamcp__github__*repo args + prose references in.agents/skills/leanspec-{dev-process,pre-push,pr-lifecycle}/SKILL.md,.agents/skills/leanspec-development/references/CI-COMMANDS.md,.claude/skills/watch-ci/SKILL.mdAGENTS.mdskill install command + project mentionIntentionally left
codervisor/lean-spec-docsandcodervisor/lean-spec-desktop— separate reposhttps://lean-spec.dev— domain rename is out of spec(agents): Rename to LeanSpec and Reorganize Skills Distribution #254 scopespecs/historical mentions — frozen snapshotCloses the URL-sweep items in #254 Phase 3 / Phase 4.
Test plan
pnpm typecheck/pnpm testcleancargo check --workspace/cargo clippy --workspace -- -D warnings/cargo test --workspaceclean (run via pre-push hook on push)editUrllands on the renamed repo when "Edit this page" is clicked🤖 Generated with Claude Code