Skip to content

adaptive-harness v1.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Mar 11:46
· 52 commits to main since this release
da13f6b

Changelog

Features

  • add migrate skill with auto-migration on session start
  • add 5 harnesses adapted from gstack skills
  • add comprehensive test suite covering all adaptive-harness features
  • add pipeline mode state to prevent auto-routing after one-shot runs
  • instantiate all 14 workflow patterns as harnesses
  • add evolution system with workflow pattern library
  • add dynamic chain hints, OWASP review, task-aware evaluation
  • implement self-driving evaluation pipeline
  • register harness agents via symlinks
  • add harness composability and general-capable harnesses
  • add --general flag to /meta-harness:init for quick setup
  • initial implementation of meta-harness v1.0

Bug Fixes

  • add contents write permission to release workflow
  • apply code review fixes for migrate skill
  • enforce mandatory router-first rule to prevent pipeline bypass
  • add pyyaml to CI deps for contract validation tests
  • replace hardcoded paths with dynamic resolution for CI compatibility
  • harden session ID resolution, idempotent proposals, and session-end guard
  • clarify router ensemble rule and eval logging
  • align session-end weight merge with actual weights.json format
  • close all 6 evaluation skip paths in the pipeline
  • harden hook scripts and add hookEventName

Refactoring

  • rename meta-harness to adaptive-harness across entire project
  • unify command syntax, fix session-end stats merging, and harden evidence collection
  • overhaul meta-harness pipeline defaults, evolve tracking, and evaluation
  • adopt 6-axis universal evaluation model
  • separate agent personas and adopt task-agnostic dimensions
  • consolidate duplicated content across harnesses, hooks, and agents

Documentation

  • add 5 missing harnesses to README built-in harnesses table
  • update built-in harness descriptions to match agent definitions
  • condense README with protocols and model routing
  • update README with installation and acknowledgments

CI/CD

  • add GitHub Actions workflow to run pytest on push and PR to main

Chores

  • add protect-main workflow to enforce dev-only merges
  • add CHANGELOG.md for v1.0.0 → v1.0.1
  • add release automation scripts and GitHub Actions workflows
  • bump version to 1.0.1 and add git workflow rules to CLAUDE.md
  • add pycache to .gitignore and remove cached files

Other

  • Merge pull request #12 from SeongwoongCho/dev
  • Merge pull request #11 from SeongwoongCho/fix/release-workflow-permissions
  • Merge pull request #10 from SeongwoongCho/dev
  • Merge pull request #9 from SeongwoongCho/chore/release-automation
  • Merge pull request #8 from SeongwoongCho/docs/add-missing-harnesses-to-readme
  • Merge pull request #7 from SeongwoongCho/feat/migrate-skill
  • Merge pull request #6 from SeongwoongCho/fix/enforce-router-first
  • Merge branch 'main' into fix/enforce-router-first
  • Merge pull request #4 from SeongwoongCho/docs/update-harness-descriptions
  • Merge branch 'main' of github.com:SeongwoongCho/meta-harness into docs/update-harness-descriptions
  • Merge pull request #3 from SeongwoongCho/feat/gstack-harness-import
  • Merge pull request #2 from SeongwoongCho/feat/ci-setup
  • Merge pull request #1 from SeongwoongCho/feat/comprehensive-tests