fix(principles): cull resumability + cap criterion-A (consensus-first) (#152) #305

Merged
chaim merged 2 commits from worktree-canonical-synthesis into main 2026-06-20 09:47:10 +00:00

2 Commits

Author SHA1 Message Date
29b1da534c fix(principles): cap ranks consensus-first (votes, then score) — criterion A (#152)
All checks were successful
G12 Leak-Guard / leak-guard (pull_request) Successful in 4s
Lint — undefined names / undefined-names (pull_request) Successful in 10s
chaim 2026-06-20: a unanimous 3-vote principle must outrank a 2-vote one
regardless of score (cross-model agreement is the more reliable keep signal).
apply_cap now sorts survivors by (votes, score), matching cluster_candidates.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-20 09:21:51 +00:00
bfc034b44c fix(principles): cull skips already-culled decisions — resumable across ceiling-stops (#152)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 14:21:27 +00:00