Skip to content

v0.1.0

Choose a tag to compare

@matedev01 matedev01 released this 02 Jul 04:30
· 830 commits to main since this release
00b5abd

First tagged release of vanguarstew — a general repository-maintainer agent and its GitHub-history replay benchmark.

Highlights:

  • Maintainer agent with a fixed solve() entrypoint (philosophy -> plan -> decide -> implement) and an OpenAI-compatible managed-inference client.
  • Time-travel replay benchmark: freeze a repo at a point in time, generate tasks from history, and score plans with a pairwise judge.
  • GitHub-API context enrichment reconstructing the maintainer's working surface knowable at time T.
  • Deterministic objective scoring anchor (module recall + release match) alongside the judge.
  • Open-source scaffolding: MIT license, contributing guide, CI across Python 3.10-3.12, issue/PR templates.