v1.2.0: judgment-sharpening cycle (REV-01, SOC-01, DEC-01, DEC-02, REV-02) #34

Merged
crenshawdev merged 30 commits from cadence/v1.2.0 into main 2026-07-23 03:45:45 +00:00
crenshawdev commented 2026-07-23 03:37:36 +00:00 (Migrated from github.com)

Cadence 1.2.0, the judgment-sharpening cycle. A backward-compatible minor: one bug fix, two guidance nudges, one new command, and a third cross-model review provider.

  • REV-01 repair the cross-model review seam: realpath run-as-script guard so review-provider.mjs no longer no-ops on a symlinked install, a symlink regression test, and empty-provider surfacing.
  • SOC-01 a standing separation-of-concerns nudge in cad-planner (small single-purpose tasks over a shared core, no per-phase restatement).
  • DEC-01 a durable-decision filter in cad-context: the three-part test, a ## Durable decisions heading, and recall retargeting with a legacy fallback.
  • DEC-02 /cad-decision-review: an on-demand refute-then-adjudicate pass over one decision, grounded against Context7 and the codebase, with a per-objection survives | partial | refuted ruling and amendments.
  • REV-02 DeepSeek as a third cross-model review provider: a Chat Completions adapter (json_object + in-prompt schema), fully wired through the config schema, the reviewer-resolution prose, and /cad-config.

Full detail in CHANGELOG.md. All commits GPG-signed; tag v1.2.0.

Cadence 1.2.0, the judgment-sharpening cycle. A backward-compatible minor: one bug fix, two guidance nudges, one new command, and a third cross-model review provider. - **REV-01** repair the cross-model review seam: realpath run-as-script guard so `review-provider.mjs` no longer no-ops on a symlinked install, a symlink regression test, and empty-provider surfacing. - **SOC-01** a standing separation-of-concerns nudge in `cad-planner` (small single-purpose tasks over a shared core, no per-phase restatement). - **DEC-01** a durable-decision filter in `cad-context`: the three-part test, a `## Durable decisions` heading, and recall retargeting with a legacy fallback. - **DEC-02** `/cad-decision-review`: an on-demand refute-then-adjudicate pass over one decision, grounded against Context7 and the codebase, with a per-objection `survives | partial | refuted` ruling and amendments. - **REV-02** DeepSeek as a third cross-model review provider: a Chat Completions adapter (json_object + in-prompt schema), fully wired through the config schema, the reviewer-resolution prose, and `/cad-config`. Full detail in `CHANGELOG.md`. All commits GPG-signed; tag `v1.2.0`.
Sign in to join this conversation.
No description provided.