Skip to content

v0.44.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 19:28

Changelog

Features

  • 0c22025 feat(ci): complexity ratchet gate script + fixture tests (#468)
  • adf60ea feat(ci): enforce the complexity ratchet in GitHub Actions; pin hook install hint (#468)
  • abf6da4 feat(ci): grandfather complexity baseline + wire make complexity to the ratchet (#468)

Fixes

  • f7477d5 fix(ci): fail loud on a partial/errored complexity scan, not silent-pass (#468)
  • 68e5038 fix(ci): fail loud when a complexity analyzer can't run, not silent-pass (#468)
  • 28ce26d fix(engine): anchor overbroad claude-CLI error classification (#447)
  • b1a49f0 fix(engine): cancel the interviewer on human-gate timeout (#446)
  • 43d6d0d fix(engine): correct stale condition.go limitations comment + negated-word-op test (#444)
  • 8b9aeb1 fix(engine): fail the node instead of panicking on interview marshal error (#448)
  • 22d0584 fix(engine): quote-aware condition tokenizer + operator quote parity (#444)

Other

  • 7c68a76 Merge branch 'chore/bump-dippin-v0.48.0'
  • 5a65670 Merge branch 'fix/468-complexity-gate-ratchet'
  • a9c70f6 Merge branch 'fix/engine-correctness-batch'
  • 25ef790 Merge branch 'fix/examples-dippin-v048-grades'
  • 9e83472 chore(deps): bump dippin-lang v0.43.0 -> v0.48.0
  • 726c0c8 chore(examples): dotpowers demos to grade A under dippin v0.48 (DIP153/151/144/134)
  • 7763c20 chore(examples): fmt comment-light demos to grade A under dippin v0.48 (DIP153)
  • 142bde4 chore(examples): kitchen-sink/scenario/test-kitchen demos to grade A (DIP153/151/144/134)
  • f8a4d90 chore(examples): surgical DIP153/134 cleanup on core pipelines to grade A (comments preserved)
  • 3c13e75 ci(dippin): bump CLI pin to v0.48.0; changelog for example grade restoration
  • 674b4e2 docs(ci): document the complexity ratchet + burn-down flow (#468)
  • 5956722 docs(engine): note #448 TUI error-surfacing follow-up + cancelInterviewer idempotency contract
  • 1a3a193 docs: changelog for engine-correctness batch (#444-#448)
  • 5344962 docs: correct CHANGELOG — dippin enforcement is via go.mod, not the ci.yml CLI pin (#468 follow-up)
  • bde8548 docs: design for engine-correctness batch (#444/#445/#446/#447/#448)
  • 82a39e1 docs: design for the complexity-gate ratchet (#468)
  • 64a60ca docs: design to restore example .dip grades under dippin v0.48 (#dippin-bump follow-up)
  • 61a00c4 docs: implementation plan for engine-correctness batch (#444-#448)
  • 75188a0 docs: implementation plan for the complexity-gate ratchet (#468)
  • c419f37 docs: plan to restore example .dip grades under dippin v0.48
  • 1e98a4a refactor(engine): type Outcome.Status as TerminalStatus (#445)
  • cd6a29e release: v0.44.0
  • c6ecc4f revert(examples): drop the DIP109 duplicate-subgraph appeasement (parallel-ralph-dev)