-
-
Notifications
You must be signed in to change notification settings - Fork 89
One-click suggested-change blocks on inline review comments #1956
Copy link
Copy link
Closed
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.orbGittensory Orb related - maintainer self-hosting analytics.Gittensory Orb related - maintainer self-hosting analytics.
Description
Metadata
Metadata
Assignees
Labels
gittensor:featureGittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.orbGittensory Orb related - maintainer self-hosting analytics.Gittensory Orb related - maintainer self-hosting analytics.
Projects
StatusShow more project fields
Done
Phase 1 — Review output, noise & trust
Context
Inline review comments ship (
src/review/inline-comments.ts) butInlineFindinghas nosuggestionfield, so we never emit GitHub native suggested-change blocks (```suggestion) that a contributor can commit in one click. The unified-comment renderer already supports the shape.Goal
Let the AI reviewer attach a concrete, committable fix to a line-anchored finding.
Requirements
suggestion(replacement text) toInlineFinding(src/services/ai-review.ts) and thread it throughcomposeInlineFindings/selectInlineComments(src/review/inline-comments.ts) into a GitHub ```suggestion block.review.suggestionsplus the existing three-gate for inline comments. Never changes the gate verdict.Deliverables
Expected outcome
Effort
S/M.