-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathflow.json
More file actions
25 lines (25 loc) · 595 Bytes
/
flow.json
File metadata and controls
25 lines (25 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"nodes": [
{
"id": "MetaDevStream",
"type": "env-agent",
"color": "#66CCFF"
}
],
"links": [
{
"source": "GitHubEvents",
"target": "MetaDevStream",
"type": "stream",
"channel": "codespace-sync",
"description": "Передача сигналов разработки в Codespace."
},
{
"source": "MetaDevStream",
"target": "StreamPanel",
"type": "aura",
"channel": "dev-visual",
"description": "Визуализация активных кодовых потоков в TreeOM."
}
]
}