Skip to content

Releases: phungkaizen/maintainer-autopilot

Maintainer Autopilot v0.1.0 — Public Beta

Choose a tag to compare

@phungkaizen phungkaizen released this 12 Aug 11:36
37d1164

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.