Skip to content

adaptive-harness v1.0.4

Choose a tag to compare

@github-actions github-actions released this 16 Mar 15:08
· 8 commits to main since this release
10c027d

Changes from v1.0.3 to v1.0.4

Features

  • add parallel-dispatch harness and pipeline parallelization
  • add parallelism annotations and rules to orchestration protocol
  • remove init skill and add auto-bootstrap via ensure_state_dir()
  • extend router taxonomy and fix ensemble chain truncation

Bug Fixes

  • restore reverted fixes and address M1-M3 review findings
  • resolve 6 adversarial code review issues (C1-C2, H1-H4)
  • resolve 11 latent bugs found via trace analysis
  • prevent pipeline turn breaks during chain execution
  • skip pool registration tests when harness-pool.json absent

Chores

  • bump version to 1.0.4
  • set evolution trigger to every evaluation

Other

  • Merge pull request #24 from SeongwoongCho/dev
  • Merge pull request #23 from SeongwoongCho/chore/release-1.0.4
  • Merge pull request #22 from SeongwoongCho/feat/parallel-dispatch-annotations
  • Merge pull request #21 from SeongwoongCho/feat/remove-init-auto-bootstrap
  • Merge pull request #20 from SeongwoongCho/fix/chain-turn-break
  • Merge pull request #19 from SeongwoongCho/dev