-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeflowmu.team.json
More file actions
72 lines (72 loc) · 1.35 KB
/
Copy pathcodeflowmu.team.json
File metadata and controls
72 lines (72 loc) · 1.35 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"team_name": "CodeFlowMu Open Dev Team Edition",
"edition": "open-dev-team",
"development_team": [
"PM",
"DEV",
"OPS",
"QA"
],
"independent_observers": [
"EVAL"
],
"panel_port": 18765,
"local_url": "http://127.0.0.1:18765/",
"source_repository": "joinwell52-AI/codeflowmu",
"public_repository": "joinwell52-AI/CodeFlowMu-open",
"runtime_isolation": {
"motherRoot": "D:\\codeflowmu",
"openRoot": "D:\\CodeFlowMu-open",
"mustNotShareFcopState": true,
"mustNotShareRuntimeState": true,
"mustNotShareWorkspaceState": true
},
"members": [
{
"agent_id": "PM-01",
"role": "PM",
"display": "PM",
"layer": "leader",
"skills": [
"fcop"
]
},
{
"agent_id": "DEV-01",
"role": "DEV",
"display": "DEV",
"layer": "worker",
"skills": [
"fcop",
"git"
]
},
{
"agent_id": "OPS-01",
"role": "OPS",
"display": "OPS",
"layer": "worker",
"skills": [
"fcop"
]
},
{
"agent_id": "QA-01",
"role": "QA",
"display": "QA",
"layer": "worker",
"skills": [
"fcop"
]
},
{
"agent_id": "EVAL-01",
"role": "EVAL",
"display": "EVAL",
"layer": "observer",
"skills": [
"fcop"
]
}
]
}