-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Coding-Autopilot-System CI edited this page May 27, 2026
·
2 revisions
Demo target repository for the Coding-Autopilot-System AI repair pipeline. Triggers the autopilot intake system when CI failures occur, demonstrating end-to-end autonomous fix workflow.
| Page | Description |
|---|---|
| Setup Guide | How to trigger the demo and prerequisites |
| Architecture | How the demo connects to autopilot-core |
| Configuration Reference | Secrets, labels, and org variables |
- Trigger Demo CI via workflow_dispatch to simulate CI activity.
- autopilot-create-issue.yml creates an issue labeled autofix + queued if a failure occurs.
- autopilot-core picks up the issue and invokes Codex.
- Codex generates a fix and opens a pull request in this repo.
| Workflow | Purpose |
|---|---|
| ci.yml | Portfolio CI badge - YAML validation (always passes) |
| demo-ci.yml | Demo trigger - simulates CI activity |
| autopilot-create-issue.yml | Intake - creates autofix issue on failure |
- Repository
- autopilot-core - operator control plane
- Coding-Autopilot-System org