feat(review): add review.auto_merge_summary read-only conditions table (#2051) - #3793
feat(review): add review.auto_merge_summary read-only conditions table (#2051)#3793Lang-bt wants to merge 1 commit into
Conversation
JSONbored#2051) Wire the manifest knob through focus-manifest parse/serialize, the unified-comment bridge collapsible, and the processor publish path with unit + queue integration tests. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (94.11%) is below the target coverage (99.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3793 +/- ##
==========================================
- Coverage 93.33% 93.33% -0.01%
==========================================
Files 317 317
Lines 32467 32481 +14
Branches 11901 11906 +5
==========================================
+ Hits 30303 30316 +13
Misses 1530 1530
- Partials 634 635 +1
🚀 New features to boost your workflow:
|
|
Caution 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 🛑 Gittensory review result - fixes requiredReview updated: 2026-07-06 11:31:05 UTC
🛑 Suggested Action - Fix Blockers Review summary Nits — 5 non-blocking
CI checks failing
Review context
Contributor next steps
Signal definitions
🟩 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 Gittensory, a quiet PR intelligence layer for OSS maintainers.
|
|
Gittensory is closing this pull request on the maintainer's behalf (CI is failing (codecov/patch); conflicts with the base branch — resolve and open a fresh PR). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
Closes #2051
Summary
review.auto_merge_summary(bool, default off) to the focus manifest — when enabled, the unified review comment renders a read-only Auto-merge conditions collapsible..gittensory.yml.exampleandconfig/examples/gittensory.full.yml(kept in sync).Scope
type(scope): short summaryConventional Commit format.CONTRIBUTING.mdand does not reintroduce GitHub Pages, VitePress,site/, orCNAME.help wanted,gittensor:feature).Validation
git diff --checknpm run typechecknpm run test:coverage -- test/unit/auto-merge-summary-collapsible.test.ts test/unit/focus-manifest.test.ts test/unit/unified-comment-bridge.test.ts test/unit/config-templates.test.ts test/unit/queue.test.ts -t "auto_merge_summary|auto-merge|Auto-merge|parses review.auto_merge"(targeted regression + queue wiring)npm audit --audit-level=moderate(0 vulnerabilities)Skipped (not touched by this diff):
npm run actionlint,npm run test:workers,npm run build:mcp,npm run test:mcp-pack, UI toolchain — no workflow/MCP/UI paths changed.codecov/patchapplies to changedsrc/**lines/branches (≥99% target). Added unit tests for derive/build helpers, manifest parse/serialize/resolve, bridge on/off render arms, and a queue integration test for processor wiring.Safety
UI Evidence
N/A — backend unified-comment rendering only; no visible UI changes.
Notes
YAML template paths are covered by
config-templates.test.ts. Default off ⇒ byte-identical comment when the knob is unset.Made with Cursor