docs(ui): rename gittensory prose to loopover across docs routes - #5881
Merged
Conversation
Rebrand cutover cleanup: update brand-name prose across 22 docs route .tsx files under apps/loopover-ui (self-hosting guides, MCP client docs, quickstart, troubleshooting, etc.). Several docker compose / CLI command examples had genuinely gone stale (the real service and bin names already renamed) rather than just cosmetic -- fixed those to match reality. Also updates 3 doc-content assertion tests whose expected strings still referenced the old command names. Deliberate legacy references (gittensory-selfhost container image tag, gittensory.aethereal.dev / gittensory-api.aethereal.dev domain aliases) are left untouched.
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
18 tasks
24 tasks
This was referenced Jul 14, 2026
Closed
Closed
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.tsxfiles underapps/loopover-ui(self-hosting guides, MCP client docs, quickstart, troubleshooting, release checklist, etc.).loopover(notgittensory) and the miner/mcp CLI binaries are alreadyloopover-miner/loopover-mcp, so a handful of copy-pasteable command examples in the docs were telling self-hosters to run commands that no longer exist. Fixed those to match the real current names.docs-beta-onboarding.test.ts,docs-miner-quickstart.test.ts,docs-selfhost-update-rollback.test.ts) whose expected strings/titles still referenced the old command names — they were asserting against text this PR corrects.gittensory-selfhostcontainer-image legacy tag examples, and thegittensory.aethereal.dev/gittensory-api.aethereal.devdomain aliases.Scope
type(scope): short summaryConventional Commit format.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run actionlint(vianpm run test:ci)npm run typecheck(vianpm run test:ci)npm run test:coverage— full unsharded run, 100% green; docs/test-only diff, nosrc/**lines changednpm run test:workers(vianpm run test:ci)npm run build:mcp(vianpm run test:ci)npm run test:mcp-pack(vianpm run test:ci)npm run ui:openapi:check(vianpm run test:ci)npm run ui:lint(vianpm run test:ci)npm run ui:typecheck(vianpm run test:ci)npm run ui:build(vianpm run test:ci)npm audit --audit-level=moderatenpm run test:cigate run locally, exit 0Safety
openapi.jsonuntouched.UI Evidencesection. — N/A, text-only prose changes, not a visual/layout change.Notes