chore: fix gittensory -> loopover rename residue in docs - #6089
Conversation
README.md self-referentially said "Formerly LoopOver" (should credit the actual former name, Gittensory). config/examples/README.md and TEMPLATES.md still referred to the manifest filename as gittensory.yml and the dogfooding repo as JSONbored/gittensory, both stale post-rename (canonical filename is .loopover.yml / .yml.example; repo is JSONbored/loopover). Left two related items untouched, deliberately: the docs badge domain (gittensory.aethereal.dev) may still be the correct live website domain per prior rename-status notes -- not confirmed stale, so not changed here; and the legacy comment renderer's <!-- gittensory-pr-panel:v1 --> HTML marker, which needs an alias (not a straight rename) to avoid orphaning in-flight comments -- left for whatever comes out of the separate legacy-renderer-retirement investigation. Closes #6074
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-15 09:01:55 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 3 non-blocking
Linked issue satisfactionPartially addressed 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://gittensory.aethereal.dev/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.
|
Closes #6074. Small, mechanical, prose-only.
Summary
README.md:3read "Formerly LoopOver." — self-referential nonsense; now correctly credits the actual former name, Gittensory.config/examples/README.mdreferred to the manifest starter asgittensory.ymland namedgittensoryin a fleet-notes list, inconsistent with the SAME file's own line 17 ("The canonical manifest filename is.loopover.yml").config/examples/TEMPLATES.mdhad a### \JSONbored/gittensory` (dogfooding)section heading and a"Same split as `gittensory`"reference — both should sayloopover/JSONbored/loopover, matching every other template reference in the same file (.loopover.yml,loopover.minimal.yml,loopover-config/`, etc.).Deliberately NOT touched
gittensory.aethereal.dev) — per prior rename-status context, the website/cloud-presentation layer is a distinct, intentionally-hardcoded surface from the engine rename; I don't have confirmation this domain itself was renamed (vs. the GitHub repo/npm packages/directory paths, which were), so changing it risked breaking a real working link rather than fixing residue. Flagging rather than guessing.<!-- gittensory-pr-panel:v1 -->HTML marker — this is load-bearing for the comment-upsert match logic (markerAliases()), so a straight rename risks orphaning in-flight PR comments; it needs an additive alias, not a rename, and is better handled alongside whatever comes out of investigate: is the legacy comment renderer still needed anywhere? #6073 (the legacy-renderer-retirement investigation) rather than as an isolated prose fix.Test plan
npm run docs:drift-check— passgit diff --checkcleanSUPPORT.md,CODE_OF_CONDUCT.md,SECURITY.md,CONTRIBUTING.md,AGENTS.md) for the same self-referential rename bug — none found