Skip to content

Add Mermaid architecture diagram to README - #62

Open
mrjf with Copilot wants to merge 2 commits into
mainfrom
copilot/add-mermaid-diagram-to-readme
Open

Add Mermaid architecture diagram to README#62
mrjf with Copilot wants to merge 2 commits into
mainfrom
copilot/add-mermaid-diagram-to-readme

Conversation

CopilotAI commented May 6, 2026

Copy link
Copy Markdown
Contributor

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.

CopilotAI linked an issue May 6, 2026 that may be closed by this pull request
CopilotAI changed the title [WIP] Add Mermaid architecture diagram to READMEAdd Mermaid architecture diagram to READMEMay 6, 2026
CopilotAI requested a review from mrjfMay 6, 2026 15:32
@mrjf
mrjf marked this pull request as ready for review May 11, 2026 21:09
Sign up for freeto 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

@mrjf