Skip to content

Commit b919959

Browse files
committed
docs: simplify architecture diagram with shorter labels
1 parent 18e82ef commit b919959

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@ swe-forge connects to [GH Archive](https://www.gharchive.org/) to discover recen
2727
```mermaid
2828
graph LR
2929
subgraph Mine["swe mine"]
30-
GHA[GH Archive] --> PRE[Pre-filter] --> ENR[Enrich] --> CLS[Classify] --> EXT[Extract] --> TST[Test Gen] --> QUA[Quality] --> EXP[Export]
30+
direction LR
31+
A[Archive] --> B[Filter] --> C[Enrich] --> D[Classify] --> E[Extract] --> F[Test Gen] --> G[Score] --> H[Export]
3132
end
3233
3334
subgraph Harness["swe harness"]
34-
LOAD[Load] --> DOCK[Docker] --> SAN[Sanity] --> AGT[Agent] --> VER[Verify] --> RES[Results]
35+
direction LR
36+
I[Load] --> J[Docker] --> K[Sanity] --> L[Agent] --> M[Verify] --> N[Results]
3537
end
3638
37-
EXP -->|workspace.yaml| LOAD
39+
H --> I
3840
```
3941

4042
## Install

0 commit comments

Comments
 (0)