fix(docs): sweep remaining gittensory-* rename residue in self-host ops docs - #6044
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6044 +/- ##
==========================================
+ Coverage 95.17% 95.22% +0.05%
==========================================
Files 592 593 +1
Lines 46960 46972 +12
Branches 15007 15015 +8
==========================================
+ Hits 44693 44730 +37
+ Misses 1511 1493 -18
+ Partials 756 749 -7
Flags with carried forward coverage won't be shown. Click here to find out more. |
…ps docs Fixes three isolated rename-residue spots: the self-hosting-operations doc named a dead loopover-docker-safe-prune timer instead of the real loopover-docker-prune one installed a few lines later in the same file, the miner terraform module's header comment still told operators to use the pre-rename .gittensory-miner.env filename, and the repo-agnostic capability audit doc linked to the pre-rename packages/gittensory-miner/ path (a dead 404 link). Adds a regression test asserting the stale strings are gone and the correct replacements are present. Closes JSONbored#5937
55159c4 to
41194c2
Compare
|
Tip 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-15 07:54:48 UTC
✅ Suggested Action - Approve/Merge
Review summary Nits — 3 non-blocking
Linked issue satisfactionAddressed 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.
|
Summary
apps/loopover-ui/src/routes/docs.self-hosting-operations.tsxline 411 named a deadloopover-docker-safe-prunesystemd timer in the disk-cleanup prose, self-contradicting the same file's own install snippet a few lines later, which installs the realloopover-docker-prunetimer (also shipped atsystemd/loopover-docker-prune.timer.example). Fixed the prose to name the real timer.packages/loopover-miner/terraform/main.tfline 7's header comment told operators to drop secrets into a pre-rename.gittensory-miner.env; the module's ownREADME.mdandDEPLOYMENT.mdalready use.loopover-miner.env.example. Fixed the comment to match.src/review/repo-agnostic-capability-audit.mdline 8 linked topackages/gittensory-miner/docs/repo-agnostic-capability-audit.md, a dead 404 — the directory was renamed topackages/loopover-miner/. Fixed the link to the real path.test/unit/self-host-ops-rename-residue.test.ts, a grep-based regression test (following theminer-docker-compose.test.tspattern) asserting the three stale strings are gone and the correct replacements are present in all three files.Scope
type(scope): short summaryConventional Commit format, for examplefix(api): restore profile access checks.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Closes #123) — a linked open issue is required for every contributor PR.Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally — none of the three changed files are insrc/**'s Codecovcoverage.include(a UI route, a terraform comment, and a markdown doc), socodecov/patchdoesn't gate this change directly; the new regression test intest/unit/passes and exercises all three fixes.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=moderateIf any required check was skipped, explain why:
test:workers,build:mcp/test:mcp-pack, andui:buildweren't re-run standalone for this change since it touches no worker, MCP, or UI-build-affecting code (only doc prose, a terraform comment, and a markdown link) — the fullnpm run test:cigate run locally covers all of these and was green apart from pre-existing, unrelated local-environment gaps (missingsqlite3CLI binary used by an unrelated reporting-DB test, and a strayGITHUB_TOKENenv var tripping an unrelated miner test's "no token" branch) that reproduce identically onmainwithout this diff.Safety
UI Evidencesection below with JPG/JPEG or PNG screenshots arranged as organized, captioned, clickable thumbnails. SVG screenshots are not used as review evidence. Review-only screenshots or recordings are not committed to the repository.UI Evidence
Not applicable — this is a text-only fix to prose/comments (a stale identifier in a code sample, a terraform header comment, and a markdown link target). No layout, styling, or rendered visual difference results; the rendered doc page's structure is unchanged.
Notes