Skip to content

adaptive-harness v1.0.3

Choose a tag to compare

@github-actions github-actions released this 15 Mar 16:25
· 25 commits to main since this release
8ba069d

Changes from v1.0.2 to v1.0.3

Features

  • add synthesizer skill with concrete file-merge workflow
  • add worktree isolation for ensemble execution
  • add chain ensemble support for parallel multi-chain execution
  • improve routing, evaluation, and add system-design harness

Bug Fixes

  • merge routing display into execution step to prevent turn break
  • router outputs NEXT_ACTION to prevent orchestrator stalling
  • add QUICK REFERENCE at top of orchestrator skill
  • correct user-facing messages and add agent_mode to run.md
  • enforce pipeline continuity after ensemble fan-out
  • enforce worktree isolation with explicit branching and warnings
  • make dontAsk conditional on --skip-interview flag
  • add mode=dontAsk to all pipeline subagent calls
  • add git repo pre-check for ensemble worktree isolation

Chores

  • bump version to 1.0.3

Other

  • Merge pull request #18 from SeongwoongCho/dev
  • Merge branch 'main' of github.com:SeongwoongCho/meta-harness into dev
  • Merge pull request #17 from SeongwoongCho/feat/improve-routing-eval-system