Skip to content
Merged
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
16 changes: 8 additions & 8 deletions workflows/archie.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Create a well-formatted comment containing your diagrams:

### Comment Structure

```markdown
````markdown
## 📊 Mermaid Diagram Analysis

*Generated by Archie for @${{ github.actor }}*
Expand All @@ -145,30 +145,30 @@ Create a well-formatted comment containing your diagrams:

[Brief description of what this diagram shows]

\```mermaid
```mermaid
[diagram code]
\```
```

### [Diagram 2 Title] (if applicable)

[Brief description]

\```mermaid
```mermaid
[diagram code]
\```
```

### [Diagram 3 Title] (if applicable)

[Brief description]

\```mermaid
```mermaid
[diagram code]
\```
```

---

💡 **Note**: These diagrams provide a visual summary of the referenced information. Reply with `/archie` to generate new diagrams if the context changes.
```
````

## Important Guidelines

Expand Down
Loading