Skip to content
Coding-Autopilot-System CI edited this page May 27, 2026 · 2 revisions

autopilot-demo

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.

Quick navigation

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

Demo flow

  1. Trigger Demo CI via workflow_dispatch to simulate CI activity.
  2. autopilot-create-issue.yml creates an issue labeled autofix + queued if a failure occurs.
  3. autopilot-core picks up the issue and invokes Codex.
  4. Codex generates a fix and opens a pull request in this repo.

Workflows 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

Resources

Clone this wiki locally