Skip to content

Commit 5e0efdb

Browse files
committed
Update README diagram
1 parent 8d093bb commit 5e0efdb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,14 @@ flowchart LR
7575
MEM[(Memory)] --> PB
7676
SK[Skills] --> PB
7777
Channels --> PB[Prompt Builder]
78-
PB --> CC[Claude Code]
78+
subgraph Backends
79+
CC[Claude Code]
80+
CU[Cursor]
81+
end
82+
PB --> Backends
7983
end
8084
81-
CC --> Tools[Web / Files / Shell]
85+
Backends --> Tools[Web / Files / Shell]
8286
```
8387

8488
## License

0 commit comments

Comments
 (0)