Skip to content

Commit aeca07d

Browse files
committed
update readme
1 parent e539b00 commit aeca07d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ This repository contains a full-stack authentication and fraud detection system
1818
```mermaid
1919
graph TD
2020
User((User))
21-
subgraph "Application to call Auth Platform API"
21+
subgraph "Application to call API"
2222
UI["UI/Application"]
2323
end
2424
subgraph "Backend Services"
25-
Auth["Auth Platform"]
25+
Auth["Auth Platform API"]
2626
subgraph "MCP Server"
2727
Logic[Fraud Logic]
2828
Rules["Rules Engine"]
@@ -100,8 +100,7 @@ graph TD
100100
E2E --> Build[Docker Build Check]
101101
end
102102
103-
subgraph "Fraud Simulation (dagger-fraud-sim.yml)"
104-
103+
subgraph "Fraud Simulation"
105104
SimTrigger[Commit / Dispatch] --> Dagger[Dagger Pipeline]
106105
Dagger --> SimRun[Run Simulation]
107106
SimRun --> AIAnalysis[AI Agent Analysis]

0 commit comments

Comments
 (0)