Skip to content

Releases: dayfine/agent-harness

Release list

v0.1.0

Choose a tag to compare

@dayfine dayfine released this 27 Apr 03:07

First stable release of the agent-harness framework.

What's stable

  • Three-layer model (reusable / template / project) with harness: frontmatter enforced by the linter
  • 7 reusable agent definitions (.agents/agents/) and 1 rules file
  • QC methodology / authority split (qc-structural, qc-behavioral)
  • Generic developer workflow doc (dev/agent-feature-workflow.md) with an OCaml/jj example for reference

CLI tooling — all implemented

Command Description
agent-harness init <dir> Bootstrap a new project from the template
agent-harness sync Interactive per-file sync of reusable files from upstream; preserves local frontmatter
agent-harness check Lints all .md/.sh/.yml files for harness: tag

CI

  • .github/workflows/harness-check.yml runs on every PR to protect the layer model

Consuming this release

# Bootstrap a new project
git clone https://github.com/dayfine/agent-harness.git
./agent-harness/bin/agent-harness init my-project

# Sync a consuming project to this tag
AGENT_HARNESS_TAG=v0.1.0 agent-harness sync