Skip to content

Add Mermaid architecture diagram to README#62

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-mermaid-diagram-to-readme
Draft

Add Mermaid architecture diagram to README#62
Copilot wants to merge 2 commits intomainfrom
copilot/add-mermaid-diagram-to-readme

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 6, 2026

The README explains Autoloop's flow in prose but lacks a visual overview of how the scheduler, agent, safe-outputs step, and supporting workflows interact across a single run.

Changes

  • README.md: Added an Architecture subsection inside How it works (above Scheduling) containing a Mermaid flowchart TD diagram covering:
    • Pre-step: autoloop_scheduler.py reading program.md + state file, writing /tmp/gh-aw/autoloop.json
    • Agent step: read → checkout/fast-forward → propose+evaluate → accept/reject branching, with the up-to-5-attempt CI fix loop and pause-on-exhaustion
    • Safe-outputs step: patch artifact → branch push, PR create/update, issue comments
    • Persistence: writes to memory/autoloop state file, autoloop/{name} branch, draft PR, program issue
    • Supporting: Evergreen (5m) and CI workflows interacting with the PR/branch

Docs-only change.

Copilot AI assigned Copilot and mrjf May 6, 2026
Copilot AI linked an issue May 6, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Add Mermaid architecture diagram to README Add Mermaid architecture diagram to README May 6, 2026
Copilot AI requested a review from mrjf May 6, 2026 15:32
Copilot finished work on behalf of mrjf May 6, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Mermaid architecture diagram to README

2 participants