fix(github): finish @gittensory -> @loopover cutover in gittensory-engine + regen openapi.json - #5718
Conversation
…gine JSDoc + regen openapi.json PR #5715 renamed the mention command's dispatch regex but missed the packages/gittensory-engine package tree (a separate source root from top-level src/), leaving several @gittensory command-syntax examples in JSDoc comments that feed the generated OpenAPI schema descriptions. Also regenerates apps/gittensory-ui/public/openapi.json, which was stale (still had the pre-rebrand "Gittensory API" title) and failing the ui:openapi:check drift gate.
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
loopover-ui | cc71676 | Commit Preview URL Branch Preview URL |
Jul 14 2026, 07:29 AM |
…2 chars PR #5715's literal find-replace shortened the JSX text content without re-wrapping the surrounding {" "} whitespace-preservation tokens, leaving prettier-incompatible line breaks in 3 files. Auto-fixed via eslint --fix (pure whitespace/wrapping, no content change).
|
Warning 🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨🟨 ⏸️ LoopOver review result - manual review recommendedReview updated: 2026-07-14 07:29:56 UTC
⏸️ Suggested Action - Manual Review
Review summary Nits — 7 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 Visual preview
Click any thumbnail to open the full-size screenshot. Before = production · After = this PR's preview deploy. 🟩 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
src/github/commands.ts) but its@gittensory-scoped sweep never reachedpackages/gittensory-engine/— a separate source root — leaving several@gittensory <command>syntax examples live in JSDoc comments (focus-manifest.ts,types/manifest-deps-types.ts).apps/gittensory-ui/public/openapi.jsonwas stale (still had the pre-rebrand"Gittensory API"title) and failingui:openapi:check.openapi.jsonfrom current source now that both are consistent.Test plan
npx tsx scripts/write-ui-openapi.ts --checkpassesgrep -rn "@gittensory" --include="*.ts"across the repo returns zero matchesGittensorsubnet/token name (a distinct, unrelated identifier) was not touched