feat(review): add review.auto_merge_summary read-only conditions table (#2051) - #3806
Closed
Lang-bt wants to merge 2 commits into
Closed
feat(review): add review.auto_merge_summary read-only conditions table (#2051)#3806Lang-bt wants to merge 2 commits into
Lang-bt wants to merge 2 commits 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>
…ch (JSONbored#2051) Exercise mergeReadiness-omitted render path, explicit false knob, warn-state linked-issue row, and missing mergeStateLabel so bridge patch coverage reaches 99%. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
JSONbored
reviewed
Jul 6, 2026
JSONbored
left a comment
Owner
There was a problem hiding this comment.
merge conflicts:
This branch has conflicts that must be resolved
Use the [web editor](https://github.com/JSONbored/gittensory/pull/3806/conflicts) or the command line to resolve conflicts before continuing.
src/review/unified-comment-bridge.ts
src/signals/focus-manifest.ts
test/unit/focus-manifest.test.ts
test/unit/signals-coverage.test.ts
12 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.
Closes #2051
Summary
review.auto_merge_summary(bool, default off) — read-only Auto-merge conditions collapsible in the unified comment..gittensory.yml.exampleandconfig/examples/gittensory.full.yml.Supersedes #3793 (closed after
codecov/patchat 94.11%; this push adds branch-coverage tests for the partial bridge path).Scope
CONTRIBUTING.md.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|auto-merge|Auto-merge|parses review.auto_merge"npm audit --audit-level=moderate(0 vulnerabilities)codecov/patchrequires ≥99% on changedsrc/**lines/branches — added tests for mergeReadiness-omitted path, explicitfalseknob, warn-state linked issue, and missingmergeStateLabel.Safety
UI Evidence
N/A — backend unified-comment rendering only.
Made with Cursor