Skip to content

Choose a tag to compare

@surya-koritala surya-koritala released this 22 Jul 21:21
1d52e84

Run AI coding agents in parallel on one git repo and auto-merge their verified work — nothing lands unless it builds and passes your tests.

Highlights in 0.3.0

  • -verify-bisect — when the combined tree fails verify, land the verified green subset instead of losing everything
  • -verify-cache — skip re-verifying trees already proven green (keyed by tree OID)
  • Run manifest + sig replay — every landing is reproducible provenance
  • -resume — pick up an interrupted run without re-running finished agents
  • -publish — push the landed commit and open a PR/MR with your own tooling
  • This GitHub Action — install a released sig, run it from typed inputs, gate your job on the outcome

Use it

- uses: surya-koritala/sigbound@v0.3.0
  with:
    agent: 'claude -p --permission-mode acceptEdits "$SIGBOUND_TASK"'
    goal: "Add CSV export, due dates, and a summary command"
    verify: "go build ./... && go test ./..."