docs(signals): move orphaned review.enrichment doc comment to its function - #8030
Conversation
…ction focus-manifest.ts had two doc blocks stacked in front of resolveReviewAutoReviewConfig: its own (JSONbored#2060) plus the JSONbored#2050 review.enrichment-analyzer-toggles block, which actually documents resolveEnrichmentAnalyzerToggles (defined 24 lines later with no comment of its own -- it lost its comment in a reorder). Move the JSONbored#2050 block down to sit directly above resolveEnrichmentAnalyzerToggles, leaving resolveReviewAutoReviewConfig with only its own JSONbored#2060 comment. Comment-only; no code or behavior change. Closes JSONbored#8021
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
1 similar comment
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-22 14:06:30 UTC
Review summary Nits — 3 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed 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.
|
Closes #8021
What
src/signals/focus-manifest.tshad two doc blocks stacked in front ofresolveReviewAutoReviewConfig: its own (#2060) plus thereview.enrichmentanalyzer-toggles block (#2050) — which actually documentsresolveEnrichmentAnalyzerToggles, defined 24 lines later with no comment of its own (it lost its comment in a reorder).Moved the
#2050block down to sit directly aboveresolveEnrichmentAnalyzerToggles, leavingresolveReviewAutoReviewConfigwith only its own#2060comment.Scope
packages/loopover-engine/src/focus-manifest.ts) already carries its own separately-worded#2050comment, socheck-engine-paritydoesn't compare these doc blocks.