8000 Adding workflow diagram mermaid · StrandForge/sdk-python@dfbd756 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfbd756

Browse files
Sugi VenugeethanSugi Venugeethan
authored andcommitted
Adding workflow diagram mermaid
1 parent 904a447 commit dfbd756

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

branching-workflow.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
graph TD
2+
subgraph External Repositories
3+
U[Strands Agents<br/>upstream/main] -->|Daily Sync| B
4+
D[Dify] -->|Frontend Integration| F1
5+
S[Smolagents] -->|Feature Integration| F2
6+
end
7+
8+
subgraph StrandForge Organization
9+
B[base-main] -->|Merge Features| D
10+
D[develop] --> F1[feature/visual-builder]
11+
D --> F2[feature/k8s-operator]
12+
D --> F3[feature/mcp-enhancements]
13+
F1 -->|PR| D
14+
F2 -->|PR| D
15+
F3 -->|PR| D
16+
D --> R[release/v1.0.0]
17+
R -->|Tag| M[main]
18+
M --> H[hotfix/urgent-bug]
19+
H -->|PR| M
20+
H -->|Cherry-pick| D
21+
end
22+
23+
style U stroke:#0366d6,stroke-width:2px
24+
style B stroke:#22863a,stroke-width:2px
25+
style D stroke:#6f42c1,stroke-width:2px
26+
style F1,F2,F3 stroke:#d73a49,stroke-width:1.5px
27+
style R stroke:#e36209,stroke-width:2px
28+
style M stroke:#005cc5,stroke-width:3px

0 commit comments

Comments
 (0)
0