test(miner): rename gittensory-miner/ams prose to loopover-miner/ams (batch 2) - #5878
Merged
Conversation
…(batch 2) Rebrand cutover cleanup: update describe()/it() titles, mkdtempSync tmpdir prefixes, and comments across 26 test/unit files (governor, init, local-store, loop, mcp, and migrate clusters) to use the current loopover-miner/loopover-ams naming. Also fixes a stale "run gittensory-miner init" message in laptop-init.js.
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
18 tasks
Closed
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
test/unit/*.tsfiles (governor, init, local-store, loop, mcp, and migrate clusters) whosedescribe()/it()titles,mkdtempSynctmpdir prefixes, and inline comments still used the baregittensory-miner/gittensory-amsstrings as human-readable labels.packages/loopover-miner/lib/laptop-init.js's doctor-check detail message still said"run gittensory-miner init", telling self-hosters to run a CLI command that no longer exists (the real bin isloopover-miner). Test assertion updated in the same commit.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; test-only diff plus one already-covered source linenpm 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
UI Evidencesection. — N/A, no UI changes.Notes
describe()/tmpdir-prefix renames tracked in rebrand epic Epic: complete the gittensory -> loopover rebrand (full cutover, no dual-support) #5705. Follows test(miner): rename gittensory-miner/ams prose to loopover-miner/ams #5874 (batch 1).