chore(config): fix stale gittensory prose in wrangler.jsonc comments#6849
Conversation
Five self-referential comments in wrangler.jsonc's vars block still said
"gittensory" where they mean "this app" (e.g. "drive two OPERATOR surfaces
off gittensory's own review-outcome data") or described a since-renamed
command prefix ("the `@gittensory plan` command" -- the real mention prefix
regex in src/github/commands.ts has matched `@loopover` for a while now).
Also fixes one illustrative repo-list example.
Comment-only change -- verified `npm run cf-typegen:check` still reports
worker-configuration.d.ts up to date (no vars/binding shape changed), and
none of the handful of tests that reference "wrangler.jsonc" as a path
string inspect this file's actual comment prose.
Leaves untouched, and re-verified against source before doing so:
- The unrelated `gittensor` (Bittensor subnet) naming at lines 32-34,
159-166 -- a different term entirely, not part of this rebrand.
- The `gittensory-native` DB source-column literal and its explanatory
comment (lines 186-187) -- a real, compared-against-historical-rows value.
- The JSONbored/gittensory entry in LOOPOVER_PUBLIC_STATS_REPOS (lines
209, 211) -- explicitly justified by the adjacent comment as needed for
this repo's own pre-rename audit_events rows, still stored under the old
full_name.
- The queue-rename and domain-retirement history comments (lines 41,
286-290) -- accurate past-tense descriptions of things already renamed
or retired.
|
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 #6849 +/- ##
=======================================
Coverage 93.63% 93.63%
=======================================
Files 683 683
Lines 68163 68163
Branches 18706 18706
=======================================
Hits 63827 63827
Misses 3350 3350
Partials 986 986
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
Warning ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-17 08:23:27 UTC
Review summary Nits — 2 non-blocking
Concerns raised — review before merging
📋 Copy for AI agents — paste into your coding agentDecision drivers
Context & advisory signals — never blocks the verdict
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://loopover.ai/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
wrangler.jsoncis the live Cloudflare Worker config, so this is deliberately its own small, isolated PR (comment-only, nothing else bundled in).varsblock still said "gittensory" meaning "this app" (e.g. "drive two OPERATOR surfaces off gittensory's own review-outcome data"), and one described a since-renamed mention-command prefix ("the@gittensory plancommand" --src/github/commands.ts's actual mention regex has matched@loopoverfor a while now, verified directly). Also fixed one illustrative repo-list example in a comment.varsvalues changed -- verified withnpm run cf-typegen:checkthatworker-configuration.d.tsis still up to date (the generated types only capture binding/var shapes, not comments), and checked that none of the handful of tests referencing"wrangler.jsonc"inspect this file's actual comment prose (they only use the string as a path/guardrail-classification fixture).gittensor(Bittensor subnet) naming at a few nearby lines -- a different term entirely, not part of this rebrand.gittensory-nativeDB source-column literal and its explanatory comment -- a real value compared against historical rows.JSONbored/gittensoryentry inLOOPOVER_PUBLIC_STATS_REPOS-- explicitly justified by the adjacent comment (this repo's own pre-renameaudit_eventsrows are still stored under the oldfull_name).Scope
type(scope): short summaryConventional Commit format.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpm run actionlintnpm run typechecknpm run test:coveragelocally (comment-only change; novars/binding shape touched)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=moderate(0 vulnerabilities)npm run test:cigreen end to end, exit code captured directly (0)npm run cf-typegen:checkpasses -- confirmsworker-configuration.d.tsis unaffectedSafety
UI Evidencesection -- N/A, no visible change.Notes
gittensoryreferences left over from the rebrand (docs(selfhost): fix stale gittensory-selfhost self-host doc defaults #6826 self-hosting docs, chore(config): fix stale gittensory prose in infra/root config files #6841 root/infra config). This is deliberately the smallest, most isolated one given the file's stakes.