Skip to content

Commit d41e7b0

Browse files
MH4GFclaude
andcommitted
fix: update Mermaid diagrams to include leadAgent -> dbAgent routing
- Add missing leadAgent -.-> dbAgent; edge to test expectation - Update README.md diagram to match actual graph structure - Ensures test consistency with implemented workflow routing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 330d002 commit d41e7b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

frontend/internal-packages/agent/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ graph TD;
2121
__start__ -.-> validateInitialSchema;
2222
__start__ -.-> leadAgent;
2323
leadAgent -.-> pmAgent;
24+
leadAgent -.-> dbAgent;
2425
leadAgent -.-> __end__;
2526
classDef default fill:#f2f0ff,line-height:1.2;
2627
classDef first fill-opacity:0;

frontend/internal-packages/agent/src/createGraph.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ graph TD;
2020
__start__ -.-> validateInitialSchema;
2121
__start__ -.-> leadAgent;
2222
leadAgent -.-> pmAgent;
23+
leadAgent -.-> dbAgent;
2324
leadAgent -.-> __end__;
2425
classDef default fill:#f2f0ff,line-height:1.2;
2526
classDef first fill-opacity:0;

0 commit comments

Comments
 (0)