Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/archie.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ This walks you through adding the workflow to your repository.

```mermaid
graph LR
A[/archie command] --> B[Fetch issue or PR details]
B --> C[Extract relationships and concepts]
C --> D[Select diagram types]
D --> E[Generate 1-3 Mermaid diagrams]
E --> F[Validate syntax]
F --> G[Post comment with diagrams]
A["/archie command"] --> B["Fetch issue or PR details"]
B --> C["Extract relationships and concepts"]
C --> D["Select diagram types"]
D --> E["Generate 1-3 Mermaid diagrams"]
E --> F["Validate syntax"]
F --> G["Post comment with diagrams"]
```

Archie fetches the full content of the triggering issue or PR, identifies key entities and relationships, picks the most appropriate Mermaid diagram type (flowchart, sequence, class diagram, gantt, etc.), and posts a well-formatted comment with between 1 and 3 diagrams.
Expand Down