v0.1.0
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.