docs(miner): rename gittensory prose to loopover in miner/mcp packages - #5899
Conversation
Rebrand cutover cleanup: update brand-name prose in comments across 23 packages/loopover-miner/**/*.js(.d.ts) and packages/loopover-mcp files. Includes a few real (non-comment) values with no external consumer besides this repo's own code: the loopover-miner-mcp.js MCP server's self-reported name, the cross-repo-evaluation failure- category value, and status.js's monorepo-fallback path (which pointed at a nonexistent "gittensory-engine" sibling directory). If this lands before (or after) #5888, packages/loopover-miner/lib/ status.js's identical fix there will show as a no-op on rebase -- same underlying text, no conflict.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-14 22:19:58 UTC
⏸️ Suggested Action - Manual Review Review summary Blockers
Nits — 6 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.
|
CI on this PR surfaced a second stale literal from the same commit (#5899) that the first commit here already fixed one instance of: - test/unit/miner-replay-snapshot.test.ts asserted the old .gittensory-replay-snapshots worktree path; the source (replay-snapshot.js's REPLAY_SNAPSHOT_SUBDIR) was already renamed to .loopover-replay-snapshots. - test/unit/miner-coding-task-spec.test.ts asserted the old "Do not assume LoopOver/gittensory CI conventions" prompt text; the source (coding-task-spec.js) already emits "LoopOver/loopover". Audited every file #5899 touched for other real (non-comment) value changes with no remaining stale test literal.
…n test JSONbored#5899 renamed scanPositiveGittensoryAssumptions -> scanPositiveLoopoverAssumptions and the summary field withoutGittensoryConfig -> withoutLoopoverConfig in packages/loopover-miner/lib/cross-repo-evaluation.js but missed the consuming test file, breaking typecheck (missing export) and one assertion (stale report-text literal) on main.
Summary
packages/loopover-miner/**andpackages/loopover-mcp/**(23 files).packages/loopover-miner/bin/loopover-miner-mcp.js's MCP server self-reportednamefield,cross-repo-evaluation.js'sGITTENSOR_ASSUMPTIONfailure-category value (referenced everywhere via the exported symbol, never a hardcoded literal), andstatus.js's monorepo-workspace-fallback path that pointed at a nonexistent../../gittensory-engine/package.jsonsibling directory (the real package ispackages/loopover-engine).status.jslines while unblocking its own test batch), the overlapping lines are identical text — a clean no-op on rebase either way, no conflict.defaultApiUrl/legacyDefaultApiUrlsinloopover-mcp.js(thegittensory-api.aethereal.dev/gittensory-api.zeronode.workers.devdomain aliases — explicitly named "legacy", deliberate backward-compat).Scope
type(scope): short summaryConventional Commit format.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checkpackages/**'s own JS (no TS build step for these files)Safety
UI Evidencesection. — N/A, no UI changes.Notes