You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
- simplify-ignore: re-append missing blocks instead of full backup restore
- simplify-ignore: clear cache after fallback so next Read re-establishes state
- cross-model-reviewer: align severity schema with flowctl parsers (critical/warning/info)
"positives": ["At least one positive observation"]
102
104
}
103
105
```
104
106
107
+
**Parser compatibility:** severity uses `critical/warning/info` (matching flowctl's ReviewFinding parser). The dimension maps to the `category` field. Findings with `confidence < 0.6` are suppressed unless severity is `critical`.
108
+
105
109
The consensus algorithm uses severity to weight disagreements: a `Critical` finding from any model blocks SHIP regardless of the other model's verdict. `Suggestion`-only findings do not block.
0 commit comments