We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e539b00 commit aeca07dCopy full SHA for aeca07d
1 file changed
README.md
@@ -18,11 +18,11 @@ This repository contains a full-stack authentication and fraud detection system
18
```mermaid
19
graph TD
20
User((User))
21
- subgraph "Application to call Auth Platform API"
+ subgraph "Application to call API"
22
UI["UI/Application"]
23
end
24
subgraph "Backend Services"
25
- Auth["Auth Platform"]
+ Auth["Auth Platform API"]
26
subgraph "MCP Server"
27
Logic[Fraud Logic]
28
Rules["Rules Engine"]
@@ -100,8 +100,7 @@ graph TD
100
E2E --> Build[Docker Build Check]
101
102
103
- subgraph "Fraud Simulation (dagger-fraud-sim.yml)"
104
-
+ subgraph "Fraud Simulation"
105
SimTrigger[Commit / Dispatch] --> Dagger[Dagger Pipeline]
106
Dagger --> SimRun[Run Simulation]
107
SimRun --> AIAnalysis[AI Agent Analysis]
0 commit comments