Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 2.97 KB

File metadata and controls

83 lines (61 loc) · 2.97 KB

Agent Harness

This directory is the human-readable entry for the repository harness.

The harness has three audiences:

  • maintainers planning releases and managing GitHub work
  • contributors trying to make a correct change
  • coding agents resolving context and validation from changed files

Maintainer

Start here when managing release scope, milestones, issue flow, PR review, or architecture debt:

Current maintainer rule:

  • one active release plan per release
  • one active debt plan for non-release debt
  • one wg/* owner per project issue, with [Epic] parents marked by epic
  • generated issue/PR board under .agent-harness/maintainer/

Contributor

Start here when changing code or docs:

Contributor-facing wrappers also live in:

Coding Agent

Start here when resolving task context mechanically:

The default loop is:

make agent-report ENV=cpu CHANGED_FILES="..."
make agent-ci-gate CHANGED_FILES="..."

Governance

Executable Contract