docs(miner): fix stale gittensory prose and broken links in loopover-miner docs#6859
Conversation
…miner docs Sweeps the packages/loopover-miner package's remaining stale "gittensory" self-references (README.md, DEPLOYMENT.md, Dockerfile, and most of docs/): - Two broken relative links to packages/gittensory-engine/... (the package was renamed to loopover-engine) in coding-agent-driver.md and miner-selfimprove-calibration.md (both occurrences). - cross-repo-evaluation.md's `gittensory_assumption` failure-category table entry was flatly wrong -- the real constant's value (lib/cross-repo- evaluation.js's CROSS_REPO_FAILURE_CATEGORY.GITTENSOR_ASSUMPTION) is literally "loopover_assumption", verified directly against source. - The schema/miner-goal-spec.schema.json $id and description referenced a ".gittensory-miner.yml" filename that never existed under that name -- the real, only-ever config filename is ".loopover-miner.yml" (verified against packages/loopover-engine/src/miner-goal-spec.ts's discovery list). - Self-referential prose describing loopover's own current conventions, hosted collector, and API/orb (README.md, DEPLOYMENT.md, Dockerfile, ams-auth-identity-research.md, observability.md). - repo-agnostic-capability-audit.md's "## Resolution (#4784)" section (which states current, post-fix truth) -- left the earlier "Findings by file/module" checklist section's own "gittensory"-as-concept prose alone, since that section is a deliberately-preserved pre-fix historical snapshot the Resolution section explicitly supersedes. Left every github.com/JSONbored/gittensory/issues/NNNN historical citation untouched (repo-wide established convention -- GitHub's rename redirect keeps them resolving, and no other file in the repo rewrites this class of link), and left the Findings-section "gittensory"-as-concept prose in both repo-agnostic-capability-audit.md docs alone for the same reason. Docs/schema-only change -- no `src/**` lines touched.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-17 09:03:36 UTC
Review summary Blockers
Nits — 5 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agentDecision drivers
Context & advisory signals — never blocks the verdict
Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver 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://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 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
packages/loopover-miner/'s remaining stale "gittensory" self-references:packages/gittensory-engine/...(the package was renamed toloopover-engine) indocs/coding-agent-driver.mdanddocs/miner-selfimprove-calibration.md(both occurrences in the latter).docs/cross-repo-evaluation.md'sgittensory_assumptionfailure-category table entry was factually wrong -- the real constant's value (lib/cross-repo-evaluation.js'sCROSS_REPO_FAILURE_CATEGORY.GITTENSOR_ASSUMPTION) is literally"loopover_assumption", verified directly against source.schema/miner-goal-spec.schema.json's$idanddescriptionreferenced a.gittensory-miner.ymlfilename that never existed under that name -- the real, only-ever config filename is.loopover-miner.yml(verified againstpackages/loopover-engine/src/miner-goal-spec.ts's file-discovery list).README.md,DEPLOYMENT.md,Dockerfile,docs/ams-auth-identity-research.md,docs/observability.md.docs/repo-agnostic-capability-audit.md's## Resolution (#4784)section, which states current post-fix truth -- left the earlier "Findings by file/module" checklist section's own "gittensory"-as-concept prose alone, since that section is a deliberately-preserved pre-fix historical snapshot the Resolution section explicitly supersedes (mirrors the same judgment call already applied to the siblingsrc/review/repo-agnostic-capability-audit.mddoc, not touched in this PR).github.com/JSONbored/gittensory/issues/NNNNhistorical citation untouched -- confirmed this is an established, repo-wide convention (GitHub's rename redirect keeps them resolving; no other file anywhere in the repo rewrites this class of link), and left the Findings-section "gittensory"-as-concept prose in the audit doc alone for the same historical-snapshot reason.Scope
type(scope): short summaryConventional Commit format.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally (docs/schema-only change; nosrc/**lines touched)npm run test:workersnpm run build:mcpnpm run test:mcp-packnpm run ui:openapi:checknpm run ui:lintnpm run ui:typechecknpm run ui:buildnpm audit --audit-level=moderate(0 vulnerabilities)npm run test:cigreen end to end, exit code captured directly (0). Note: two earlier attempts on this same diff transiently failed on one unrelated, pre-existing test (test/unit/ai-summaries.test.ts's 30s-timeout AI-rewrite-iteration test) -- root-caused to concurrent CPU contention from another active local session's own full test run happening at the same time (confirmed viaps/uptime; load average was 40-75 during both failures), not this diff (it passes reliably in isolation and touches zero files this change relates to). Third attempt, after the contention subsided, was clean.Safety
UI Evidencesection -- N/A, no visible change.Notes
gittensoryreferences left over from the rebrand (docs(selfhost): fix stale gittensory-selfhost self-host doc defaults #6826 self-hosting docs, chore(config): fix stale gittensory prose in infra/root config files #6841 root/infra config, chore(config): fix stale gittensory prose in wrangler.jsonc comments #6849 wrangler.jsonc comments).