docs(engine): rename gittensory prose to loopover in packages/loopover-engine (batch A) - #5897
Conversation
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-15 00:02:01 UTC
🛑 Suggested Action - Manual Review Review summary Nits — 3 non-blocking
Why this is blocked
📋 Copy for AI agents — paste into your coding agentCI checks failing
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.
|
- .loopover.yml: apply the same prose rename as its required-identical twin src/config/gittensory-repo-focus-manifest.ts's bundled YAML (test/unit/gittensory-focus-manifest.test.ts checks byte-identity). - test/unit/e2e-test-commit.test.ts: update two assertions to match the renamed e2e/loopover-pr-N.spec.ts path (src/github/e2e-test-commit.ts is in this batch). - src/rules/advisory.ts: revert the prose rename here -- it shares a gate-decision marker pair with packages/loopover-engine/src/advisory/ gate-advisory.ts (already renamed in #5897) and scripts/check-engine-parity.ts requires both sides change together; #5897 will own this pair instead.
7db7860 to
3994bca
Compare
- .loopover.yml: apply the same prose rename as its required-identical twin src/config/gittensory-repo-focus-manifest.ts's bundled YAML (test/unit/gittensory-focus-manifest.test.ts checks byte-identity). - test/unit/e2e-test-commit.test.ts: update two assertions to match the renamed e2e/loopover-pr-N.spec.ts path (src/github/e2e-test-commit.ts is in this batch). - src/rules/advisory.ts: revert the prose rename here -- it shares a gate-decision marker pair with packages/loopover-engine/src/advisory/ gate-advisory.ts (already renamed in #5897) and scripts/check-engine-parity.ts requires both sides change together; #5897 will own this pair instead.
3994bca to
b259da1
Compare
- .loopover.yml: apply the same prose rename as its required-identical twin src/config/gittensory-repo-focus-manifest.ts's bundled YAML (test/unit/gittensory-focus-manifest.test.ts checks byte-identity). - test/unit/e2e-test-commit.test.ts: update two assertions to match the renamed e2e/loopover-pr-N.spec.ts path (src/github/e2e-test-commit.ts is in this batch). - src/rules/advisory.ts: revert the prose rename here -- it shares a gate-decision marker pair with packages/loopover-engine/src/advisory/ gate-advisory.ts (already renamed in #5897) and scripts/check-engine-parity.ts requires both sides change together; #5897 will own this pair instead.
b259da1 to
f3f84eb
Compare
- .loopover.yml: apply the same prose rename as its required-identical twin src/config/gittensory-repo-focus-manifest.ts's bundled YAML (test/unit/gittensory-focus-manifest.test.ts checks byte-identity). - test/unit/e2e-test-commit.test.ts: update two assertions to match the renamed e2e/loopover-pr-N.spec.ts path (src/github/e2e-test-commit.ts is in this batch). - src/rules/advisory.ts: revert the prose rename here -- it shares a gate-decision marker pair with packages/loopover-engine/src/advisory/ gate-advisory.ts (already renamed in #5897) and scripts/check-engine-parity.ts requires both sides change together; #5897 will own this pair instead.
f3f84eb to
3b7247f
Compare
- .loopover.yml: apply the same prose rename as its required-identical twin src/config/gittensory-repo-focus-manifest.ts's bundled YAML (test/unit/gittensory-focus-manifest.test.ts checks byte-identity). - test/unit/e2e-test-commit.test.ts: update two assertions to match the renamed e2e/loopover-pr-N.spec.ts path (src/github/e2e-test-commit.ts is in this batch). - src/rules/advisory.ts: revert the prose rename here -- it shares a gate-decision marker pair with packages/loopover-engine/src/advisory/ gate-advisory.ts (already renamed in #5897) and scripts/check-engine-parity.ts requires both sides change together; #5897 will own this pair instead.
3b7247f to
61b81d5
Compare
- .loopover.yml: apply the same prose rename as its required-identical twin src/config/gittensory-repo-focus-manifest.ts's bundled YAML (test/unit/gittensory-focus-manifest.test.ts checks byte-identity). - test/unit/e2e-test-commit.test.ts: update two assertions to match the renamed e2e/loopover-pr-N.spec.ts path (src/github/e2e-test-commit.ts is in this batch). - src/rules/advisory.ts: revert the prose rename here -- it shares a gate-decision marker pair with packages/loopover-engine/src/advisory/ gate-advisory.ts (already renamed in #5897) and scripts/check-engine-parity.ts requires both sides change together; #5897 will own this pair instead.
…irs (#5895) * docs(core): rename gittensory prose to loopover in remaining src subdirs Rebrand cutover cleanup: update brand-name prose in comments across 31 files in src/api, src/auth, src/config, src/db, src/env.d.ts, src/github, src/index.ts, src/integrations, src/notifications, src/openapi, src/orb, src/queue, src/rules, src/scoring, src/server.ts, src/settings, src/types.ts, and src/upstream. Comment-only, no behavior change. Includes the matching engine-twin fix for src/settings/autonomy.ts (packages/loopover-engine/src/settings/autonomy.ts) to keep scripts/check-engine-parity.ts passing. Deliberate legacy references left untouched: GITTENSORY_LEGACY_* check-run name constants, GITTENSORY-[A-Z0-9]+ Sentry issue slugs, the gittensory.aethereal.dev/gittensory-api.aethereal.dev domain aliases, gittensory-selfhost container-image tag, and the gittensory-repo-focus-manifest module path (file itself not yet renamed). * fix(core): resync twin files and stale test fixtures broken by rename - .loopover.yml: apply the same prose rename as its required-identical twin src/config/gittensory-repo-focus-manifest.ts's bundled YAML (test/unit/gittensory-focus-manifest.test.ts checks byte-identity). - test/unit/e2e-test-commit.test.ts: update two assertions to match the renamed e2e/loopover-pr-N.spec.ts path (src/github/e2e-test-commit.ts is in this batch). - src/rules/advisory.ts: revert the prose rename here -- it shares a gate-decision marker pair with packages/loopover-engine/src/advisory/ gate-advisory.ts (already renamed in #5897) and scripts/check-engine-parity.ts requires both sides change together; #5897 will own this pair instead. * chore: regenerate openapi.json after JSONbored/gittensory example rename
…r-engine (batch A) Rebrand cutover cleanup: update brand-name prose in comments across 19 packages/loopover-engine/src/**/*.ts files (advisory, duplicate detection, focus-manifest, index, issue-rag-query, local-scorer, miner-prediction-metrics, the miner subsystem, prompt-packet, and review content-lane/guardrail modules). Comment-only, except the 'gittensory-deterministic' activeModel value in local-scorer.ts (no external consumer -- test/local-scorer.test.ts updated in the same commit).
…rose Completes the gittensory->loopover rename for the deliberately- divergent gate-decision twin (packages/loopover-engine/src/advisory/ gate-advisory.ts, already renamed) -- scripts/check-engine-parity.ts requires both sides of this pair change together in one PR.
61b81d5 to
596fe2d
Compare
…corer.test.ts src/signals/local-scorer.ts is a thin re-export shim over packages/loopover-engine/src/local-scorer.ts (renamed in this batch), so this root-level test's hardcoded 'gittensory-deterministic' expectation broke at runtime even though it never imports the engine package directly. Missed earlier because it's a different file from packages/loopover-engine/test/local-scorer.test.ts, already fixed.
596fe2d to
16d09f4
Compare
Summary
packages/loopover-engine/src/**/*.tsfiles (advisory, duplicate detection, focus-manifest, index, issue-rag-query, local-scorer, miner-prediction-metrics, the miner subsystem, prompt-packet, and review content-lane/guardrail modules), plussrc/rules/advisory.ts. Comment-only, except:local-scorer.ts'sactiveModel: "gittensory-deterministic"value — an internal, non-persisted string with no external consumer besides its own test, updated in the same commit.src/rules/advisory.tsandpackages/loopover-engine/src/advisory/gate-advisory.tsshare a deliberately-divergent gate-decision marker pair (GATE_DECISION_TWIN_PAIRinscripts/check-engine-parity.ts) that must change together in one PR — both renamed here.review/guardrail-config.ts,review/linked-issue-label-propagation.ts) are byte-identical twins of already-renamed host files (src/review/**); this batch picks up main's already-correct state for them via rebase, soscripts/check-engine-parity.tsstays green.Scope
type(scope): short summaryConventional Commit format.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.Validation
git diff --checknpx tsx scripts/check-engine-parity.ts— ok (verified with a real base-ref, matching CI)npm run typecheck— cleanSafety
UI Evidencesection. — N/A, no UI changes.Notes