docs: fix post-rebrand dead gittensory-* references in contributor docs - #5884
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-15 00:12:50 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 3 non-blocking
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://gittensory.aethereal.dev/docs/gittensory-commands 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
The gittensory→loopover rebrand (JSONbored#5705) renamed the CLI binaries, package directories, and Cloudflare Worker names, but four contributor-facing doc files still cited the old names: - CONTRIBUTING.md: the production Workers are now named `loopover-ui` / `loopover-api` (per apps/loopover-ui/wrangler.jsonc and root wrangler.jsonc), and the MCP bin is `loopover-mcp init-client --print` (per packages/loopover-mcp/package.json). The gittensory.aethereal.dev / gittensory-api.aethereal.dev hostnames are intentionally kept — wrangler.jsonc documents them as still-live post-rebrand (JSONbored#4765), and the fix is the Worker NAME a contributor looks up in the dashboard, not the route. - packages/loopover-miner/README.md: two relative links pointed at the renamed packages/gittensory-engine / packages/gittensory-mcp directories; fixed to packages/loopover-engine / packages/loopover-mcp. - .claude/skills/contributing-to-loopover/SKILL.md and reference.md: the copy-pasteable `gittensory-mcp` commands (dead bin) → `loopover-mcp`, the `gittensory-ui` visual-review mention → `loopover-ui`, and the dead `@jsonbored/gittensory-{engine,miner}` package names → `@loopover/{engine,miner}`. JSONbored/gittensory repo URLs are left as-is (the repo redirect is live and the issue keeps them), and the `[mcp_servers.gittensory]` config key stays — the MCP server identifier was not renamed, only its binary. Closes JSONbored#5809
e460547 to
7a3f783
Compare
…ig doc (#5957) PR #5884 renamed the ../gittensory-mcp/ relative link to loopover-mcp but left the cross-reference test asserting the old path, breaking test:ci. Also complete the client-config JSON example's key rename (its loopover-miner sibling was already renamed) and the "hosted gittensory backend" prose.
Summary
The
gittensory→loopoverrebrand (#5705) renamed the CLI binaries, package directories, and Cloudflare Worker names, but four contributor-facing doc files still cited the pre-rename names. This fixes them against the live source-of-truth:CONTRIBUTING.md— Worker names →loopover-ui/loopover-api(perapps/loopover-ui/wrangler.jsoncand rootwrangler.jsonc); MCP bin →loopover-mcp init-client --print(perpackages/loopover-mcp/package.json).packages/loopover-miner/README.md— two broken relative links pointing at the renamedpackages/gittensory-engine/packages/gittensory-mcpdirectories →packages/loopover-engine/packages/loopover-mcp..claude/skills/contributing-to-loopover/SKILL.md&reference.md— copy-pasteablegittensory-mcpcommands (dead bin) →loopover-mcp; thegittensory-uivisual-review mention →loopover-ui; the dead@jsonbored/gittensory-{engine,miner}package names →@loopover/{engine,miner}.Deliberately left unchanged (verified)
gittensory.aethereal.dev/gittensory-api.aethereal.devhostnames —apps/loopover-ui/wrangler.jsoncstill routesgittensory.aethereal.devand the root config documents the old domain as intentionally still-live post-rebrand (Decide & schedule the domain sunset window #4765). The fix here is the Worker name a contributor looks up in the Cloudflare dashboard, not the live route.JSONbored/gittensoryrepo URLs and thescreenshotsworktree/branch derived from the repo name — the repo redirect is live and the issue itself keeps these.[mcp_servers.gittensory]config key — the MCP server identifier was not renamed, only its binary.Notes
Docs-only (
*.md) change — outsidecodecov.yml'scoverage.include, so the patch/project gates don't fire (expected). Every renamed target already exists onmain; only the doc text lagged.Closes #5809