amicus 4.0.1 → 4.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/CHANGELOG.md +75 -0
  3. package/README.md +3 -3
  4. package/commands/council.md +6 -6
  5. package/package.json +1 -1
  6. package/schemas/council-run.schema.json +15 -1
  7. package/schemas/council-tally.schema.json +10 -1
  8. package/schemas/council-verdict.schema.json +10 -1
  9. package/schemas/error.schema.json +1 -1
  10. package/scripts/postinstall.js +6 -3
  11. package/skills/second-opinion/COUNCIL-DESIGN.md +40 -0
  12. package/skills/second-opinion/MANUAL-ORCHESTRATION.md +266 -0
  13. package/skills/second-opinion/MODEL-NOTES.md +21 -0
  14. package/skills/second-opinion/SEAT-BRIEFS.md +4 -0
  15. package/skills/second-opinion/SKILL.md +319 -333
  16. package/src/cli-handlers-council-run.js +9 -0
  17. package/src/cli-handlers-council.js +20 -2
  18. package/src/cli.js +8 -0
  19. package/src/council/briefings-debate.js +158 -0
  20. package/src/council/briefings-stage2.js +16 -9
  21. package/src/council/debate.js +98 -0
  22. package/src/council/ledger.js +2 -1
  23. package/src/council/parse-stage2.js +83 -1
  24. package/src/council/report-html.js +28 -1
  25. package/src/council/report.js +50 -2
  26. package/src/council/run-assemble.js +91 -9
  27. package/src/council/run-chair.js +145 -0
  28. package/src/council/run-debate.js +289 -0
  29. package/src/council/run-launch.js +27 -1
  30. package/src/council/run-stages.js +19 -7
  31. package/src/council/run.js +100 -110
  32. package/src/council/verdict.js +43 -2
  33. package/src/mcp-council-run.js +7 -0
  34. package/src/mcp-server.js +28 -3
  35. package/src/mcp-tools.js +22 -2
  36. package/src/utils/error-doc.js +2 -0
@@ -14,6 +14,10 @@ findings, which waste the bench's adjudication capital), and the hard questions
14
14
  Ship/Fix/Rethink verdict belong to the chair (synthesis-level judgments stay with the
15
15
  non-Claude chair, per the council's core rule)._
16
16
 
17
+ **v4.1:** The engine composes its own stricter-JSON variants of these templates headlessly
18
+ (`src/council/briefings.js` + `briefings-stage2.js` + `briefings-debate.js`). This file stays
19
+ authoritative for the manual path and for element *semantics*.
20
+
17
21
  ---
18
22
 
19
23
  ## Standard anti-sycophancy clause (ALL Stage-1 briefings — not an optional element)