fix(docs): rename stale gittensory reference in miner MCP client-config doc - #5957
Conversation
…ig doc 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.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-15 00:44:36 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 2 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agent
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.
|
Summary
test/unit/miner-mcp-client-config-doc.test.tswas failing onmain's fulltest:cigate: it assertedpackages/loopover-miner/README.mdstill contains../gittensory-mcp/README.md#client-config, but docs: fix post-rebrand dead gittensory-* references in contributor docs #5884 already renamed that relative link to../loopover-mcp/."gittensory"as the ORB server key while its sibling entry was already"loopover-miner"— completed that rename (JSON key + two prose backtick references) and updated the test's matching assertion.Test plan
npx vitest run test/unit/miner-mcp-client-config-doc.test.ts— 3/3 passnpm run test:cigate green locally