Releases: phungkaizen/maintainer-autopilot
Releases · phungkaizen/maintainer-autopilot
Release list
Maintainer Autopilot v0.1.0 — Public Beta
Maintainer Autopilot v0.1.0
First public beta of Maintainer Autopilot.
Maintainer Autopilot is a local-first CLI for running resumable AI maintenance workflows with:
- one active writer per workspace
- persistent task state and repair lineage
- configurable AI implementation and read-only review agents
- deterministic verification gates
- optional GitHub PR/CI promotion
- auto-merge disabled by default
Quickstart
Clone the repository, then run npm ci, npm run check, and npm link.
Inside a clean Git repository, run:
maintainer-autopilot init
See the README for the complete first-run workflow and current v0.1 limitations.
Verification
- Node 22 fresh-clone validation: PASS
- npm ci: PASS
- npm run check: PASS (6/6)
- npm pack --dry-run: PASS
- GitHub CI on release merge commit: PASS
v0.1 scope
This release intentionally keeps the operating model narrow.
It does not yet include isolated Git worktrees, tamper-evident audit logs,
automatic CI diagnosis, or a hosted control plane.