docs(packages): fix stale gittensory prose and audit citations#6863
Merged
Conversation
Sweeps the remaining stale "gittensory" self-references in packages/loopover-engine/README.md, packages/loopover-mcp/README.md, packages/loopover-ui-kit/src/theme.css, and review-enrichment's Dockerfile/README.md (self-referential prose describing loopover's own current gate/design-system/review-engine identity), plus a review-enrichment/README.md SENTRY_REPOSITORY default that had drifted from the real current default in src/upload-sourcemaps.ts (JSONbored/loopover, verified directly against source). Also re-verifies and fixes four citations in src/review/repo-agnostic-capability-audit.md that had gone stale since the audit was written (each verified against the real current source line): - maintainer-recap-wire.ts:203's actor is now "loopover", not "gittensory". - parity.ts/stats.ts's shadow-writer default is now "loopover", not "gittensory" -- parity-wire.ts:218's own computeParityReadiness call is the one place that still deliberately reaches the preserved "gittensory-native" DB literal, by explicitly overriding that default, so it's called out separately rather than folded into the same (now-incorrect) "shared gittensory default" framing. - advisory.ts's brand-mention line numbers had drifted (563/895/911/945 -> 580/919/935/969) and no longer contain any "gittensory" mention at all, only "loopover". - cutover-gate.ts:8's own comment-example string is now "JSONbored/loopover,..." (repo also moved from src/rules/ to src/review/ since the audit was written; the doc doesn't cite full paths so that part didn't need a fix). Left the doc's earlier "Findings by file/module" checklist section alone (it's a deliberately-preserved historical snapshot of what was hardcoded when issue #5744's audit was written, describing "gittensory" as a concept rather than quoting a literal) -- only fixed citations that assert a specific, now-verifiably-wrong fact about current source. Docs-only change -- no `src/**` runtime behavior touched.
Contributor
|
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 | a00c984 | Commit Preview URL Branch Preview URL |
Jul 17 2026, 09:16 AM |
Bundle ReportBundle size has no change ✅ |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6863 +/- ##
=======================================
Coverage 93.64% 93.64%
=======================================
Files 685 685
Lines 68238 68238
Branches 18707 18707
=======================================
Hits 63903 63903
Misses 3350 3350
Partials 985 985
Flags with carried forward coverage won't be shown. Click here to find out more. |
24 tasks
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
packages/loopover-engine/README.md,packages/loopover-mcp/README.md,packages/loopover-ui-kit/src/theme.css, andreview-enrichment/Dockerfile/README.mddescribing loopover's own current gate/design-system/review-engine identity, plus areview-enrichment/README.mdSENTRY_REPOSITORYdefault that had drifted from the real current default inreview-enrichment/src/upload-sourcemaps.ts(verified:JSONbored/loopover, notJSONbored/gittensory).src/review/repo-agnostic-capability-audit.mdthat had gone stale since the audit was written, each checked directly against the real current source line:maintainer-recap-wire.ts:203'sactoris now"loopover", not"gittensory".parity.ts/stats.ts's shadow-writer default is now"loopover", not"gittensory"--parity-wire.ts:218's owncomputeParityReadinesscall is the one place that still deliberately reaches the preservedgittensory-nativeDB literal, by explicitly overriding that default, so it's called out separately now rather than folded into the same (now-incorrect) "shared gittensory default" framing.advisory.ts's brand-mention line numbers had drifted (563/895/911/945 -> 580/919/935/969) and the content itself no longer contains any "gittensory" mention at all, only "loopover".cutover-gate.ts:8's own comment-example string is now"JSONbored/loopover,...".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 (docs-only change; nosrc/**runtime lines touched, only a.mdfile undersrc/review/)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)Safety
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, chore(config): fix stale gittensory prose in infra/root config files #6841, chore(config): fix stale gittensory prose in wrangler.jsonc comments #6849, docs(miner): fix stale gittensory prose and broken links in loopover-miner docs #6859).