pauldebanshu19 commited on
Commit
cb1aeae
·
1 Parent(s): 862cfc4

docs: replace mermaid diagrams with PNG images for architecture and dispute lifecycle

Browse files
BLOG.md CHANGED
@@ -131,16 +131,7 @@ That is a complete evidence-backed operational path.
131
 
132
  ## Architecture
133
 
134
- ```mermaid
135
- flowchart LR
136
- A[Agent] --> B[Typed Action]
137
- B --> C[ChargebackOpsEnvironment]
138
- C --> D[Scenario Data]
139
- C --> E[Issuer Review]
140
- C --> F[Arbitration]
141
- C --> G[Rubric Grader]
142
- G --> H[Observation + Score]
143
- ```
144
 
145
  The environment has five main layers:
146
 
@@ -154,17 +145,7 @@ The environment has five main layers:
154
 
155
  ## Multi-Round Dispute Lifecycle
156
 
157
- ```mermaid
158
- flowchart LR
159
- A[Round 1: Representment] --> B{Issuer Review}
160
- B -->|Accept| C[Merchant Wins]
161
- B -->|Request More Evidence| D[Round 2: Pre-Arbitration]
162
- D --> E{Issuer Re-Review}
163
- E -->|Accept| C
164
- E -->|Escalate| F[Round 3: Arbitration]
165
- F -->|Merchant Wins| G[Amount - $250 Fee]
166
- F -->|Issuer Wins| H[-Amount - $250 Fee]
167
- ```
168
 
169
  Arbitration is where the environment becomes especially interesting.
170
 
 
131
 
132
  ## Architecture
133
 
134
+ ![Architecture diagram](docs/figures/architecture.png)
 
 
 
 
 
 
 
 
 
135
 
136
  The environment has five main layers:
137
 
 
145
 
146
  ## Multi-Round Dispute Lifecycle
147
 
148
+ ![Multi-round dispute lifecycle](docs/figures/multi_round_dispute_lifecycle.png)
 
 
 
 
 
 
 
 
 
 
149
 
150
  Arbitration is where the environment becomes especially interesting.
151
 
docs/figures/architecture.png ADDED
docs/figures/multi_round_dispute_lifecycle.png ADDED