fix(rebrand): rename gittensory-cli- tmpdir prefix across mcp-cli test family - #5958
Conversation
…t family The mcp-cli-*.test.ts files and their shared harness all use mkdtempSync(tmpdir(), "gittensory-cli-") as a human-readable temp-dir label -- purely cosmetic, no cross-references. Completes the full-cutover rename this convention was missed by originally.
|
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 #5958 +/- ##
=======================================
Coverage ? 95.15%
=======================================
Files ? 589
Lines ? 46675
Branches ? 14899
=======================================
Hits ? 44414
Misses ? 1511
Partials ? 750
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-15 01:26:35 UTC
⏸️ Suggested Action - Manual Review Review summary Nits — 2 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agent
Review context
Contributor next steps
Signal definitions
[BETA] Chat with GittensoryAsk Gittensory 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/gittensory-commands 🟩 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
test/unit/mcp-cli-*.test.tsfiles plus the sharedtest/unit/support/mcp-cli-harness.tsall usedmkdtempSync(tmpdir(), "gittensory-cli-")(and the-tools-/-config-variants) as a human-readable temp-dir label. Purely cosmetic, no cross-references to the exact prefix string anywhere.gittensory-miner/gittensory-amsnaming, notgittensory-cli.Test plan
npm run test:cigate green locally