Add review.min_finding_severity (enum: nitpick | minor | major | critical) that suppresses AI findings below the threshold from the review comment (e.g. hide nitpicks). Deterministic post-filter; null (default) ⇒ every finding shown (byte-identical). No effect on gate blockers — display-only. Decomposed from #1959, uses the existing severity taxonomy.
Deliverables
References
src/review/unified-comment.ts:59 (severity field critical|major|minor|nitpick)
src/signals/focus-manifest.ts:422 (normalizeOptionalEnum)
.gittensory.yml.example
part of #1959 (epic #1953)
Part of #1959.
size: S · gittensor:feature
Add
review.min_finding_severity(enum: nitpick | minor | major | critical) that suppresses AI findings below the threshold from the review comment (e.g. hide nitpicks). Deterministic post-filter; null (default) ⇒ every finding shown (byte-identical). No effect on gate blockers — display-only. Decomposed from #1959, uses the existing severity taxonomy.Deliverables
minFindingSeverityenum field to FocusManifestReviewConfig in src/signals/focus-manifest.ts via normalizeOptionalEnum over the existing severity ladder (critical|major|minor|nitpick)present+ EMPTY literalsreview.min_finding_severityin .gittensory.yml.example, noting it is display-onlyReferences
src/review/unified-comment.ts:59 (severity field critical|major|minor|nitpick)src/signals/focus-manifest.ts:422 (normalizeOptionalEnum).gittensory.yml.examplepart of #1959 (epic #1953)Part of #1959.
size: S · gittensor:feature