What's New
Test Harness (full-cycle validation)
- Isolated TypeScript project (3 tracks, 9 work-breakdowns, 44 tests)
- 10 verification scenarios covering the complete consensus-loop cycle
- 3 planted defects (test-gap, security-drift, scope-mismatch) — all caught by auditor
cd test-harness && npm install && npm run quality
Structural Enforcement — validated
- Upstream Delay (ROADMAP #3): 3+ rejections → downstream tasks auto-blocked
- Tech Debt Capture (ROADMAP #5): Residual Risk → work-catalog with duplicate prevention
- FP Detection (ROADMAP #2): >30% false positive rate flags for policy review
- All 5
enforcement.mjs functions pass 20 unit tests + test-harness end-to-end
Documentation
- README: Full Cycle Walkthrough section with 8 phase-by-phase screenshots
- ROADMAP: Items 2, 3, 5 promoted from "protocol defined" to "implemented + validated"
- docs/en/README.md, docs/ko/README.md: MCP tools 4→7, enforcement.mjs added
Verdict Convention Clarified
- Markdown tags (gpt.md/claude.md):
[CHANGES_REQUESTED], [APPROVED]
- JSONL internal (audit-history.jsonl):
"pending", "agree"
Install / Update
claude plugin marketplace add berrzebb/claude-plugins
claude plugin install consensus-loop@berrzebb-plugins
Full Changelog
v2.4.0...v2.5.0