docs(review): rename gittensory prose to loopover in src/review (batch A) - #5883
Merged
Conversation
…h A) Rebrand cutover cleanup: update brand-name prose in comments across 28 src/review/**/*.ts files (adapters, alerts, auto-apply/tune, content-lane primitives, cutover-gate, enrichment, feature activation, and related wiring modules). Comment-only changes, no behavior change. Deliberate legacy references (the pre-rename GITTENSORY_LEGACY_* check-run name constants, the 'gittensory-native' review_audit source discriminator, the x-gittensory-request-id REES header, and the gittensory-repo-focus-manifest module path) are left untouched.
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
This was referenced Jul 14, 2026
JSONbored
added a commit
that referenced
this pull request
Jul 14, 2026
PR #5883 renamed brand-name prose in src/review/guardrail-config.ts and src/review/linked-issue-label-propagation.ts but not their byte-identical twins under packages/loopover-engine/src/review/, breaking scripts/check-engine-parity.ts on main. Aligns the engine copies' comment text with the host copies. Also fixes a stale finding-taxonomy.test.ts assertion that still expected the pre-rename "gittensory://finding-taxonomy" MCP resource URI literal (the constant itself was already correctly renamed by #5883; only this test's hardcoded expectation had drifted).
Closed
This was referenced Jul 15, 2026
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
src/review/**— the reviewbot→loopover convergence-port modules (adapters, alerts, auto-apply/auto-tune, content-lane primitives), cutover-gate, enrichment wiring, feature activation, and related modules. Comment-only, no behavior change.GITTENSORY_LEGACY_*check-run name constants and their exact string values (check-names.ts), the'gittensory-native'review_audit.sourcediscriminator used across parity/outcomes tracking (a real DB column value, not prose — renaming it would desync new writes from historically-recorded rows), thex-gittensory-request-idheader the engine sends to the REES enrichment service, and the../config/gittensory-repo-focus-manifestimport path (the module itself is still filed under its old name; renaming just the import string would break module resolution).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; comment-only diff, no coverable lines changednpm 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