autopilot-core Wiki
autopilot-core is the control plane of the Coding-Autopilot-System autonomous CI-repair
platform. It owns org-wide intake governance, operator scheduling, PR creation, and rollout
visibility for the autofix loop.
Role in the CAS portfolio
CAS ships three cooperating repos for CI self-repair:
| Repo | Role |
|---|---|
| autopilot-core (this repo) | Control plane: org-wide intake governance, operator scheduling, PR creation |
| ci-autopilot | Worker/runtime: self-hosted-runner agent that inventories the issue queue |
| autopilot-demo | Proof repo: safe target demonstrating the full failure-to-fix loop |
Quickstart
- Set the org variable
ORGin GitHub Actions for this repo. - Configure the least-privilege
ORG_AUTOPILOT_TOKENsecret for opted-in repository mutations. - Install
autopilot-create-issue.ymlinto target repos, or useautopilot-org-installer.yml. - Ensure a self-hosted Windows runner with Codex and
OPENAI_API_KEYis online. - Trigger
autopilot-operator.ymlmanually to validate the setup.
Full detail: README Quick start.
Where to go next
- Architecture — the intake-to-PR flow and its trust boundaries
- Operations — verified run/test/CI commands
- Decisions — index of recorded architectural decisions