Skip to content

Commit acb93cf

Browse files
committed
Initial commit
0 parents  commit acb93cf

File tree

488 files changed

+292570
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

488 files changed

+292570
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.pyc
2+
.DS_Store
3+
.idea
4+
.vscode
5+
+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
{
2+
"chain": [
3+
{
4+
"phase": "DemandAnalysis",
5+
"phaseType": "SimplePhase",
6+
"max_turn_step": -1,
7+
"need_reflect": "True"
8+
},
9+
{
10+
"phase": "LanguageChoose",
11+
"phaseType": "SimplePhase",
12+
"max_turn_step": -1,
13+
"need_reflect": "False"
14+
},
15+
{
16+
"phase": "Coding",
17+
"phaseType": "SimplePhase",
18+
"max_turn_step": 1,
19+
"need_reflect": "False"
20+
},
21+
{
22+
"phase": "Art",
23+
"phaseType": "ComposedPhase",
24+
"cycleNum": 1,
25+
"Composition": [
26+
{
27+
"phase": "ArtDesign",
28+
"phaseType": "SimplePhase",
29+
"max_turn_step": 1,
30+
"need_reflect": "False"
31+
},
32+
{
33+
"phase": "ArtIntegration",
34+
"phaseType": "SimplePhase",
35+
"max_turn_step": 1,
36+
"need_reflect": "False"
37+
}
38+
]
39+
},
40+
{
41+
"phase": "CodeCompleteAll",
42+
"phaseType": "ComposedPhase",
43+
"cycleNum": 10,
44+
"Composition": [
45+
{
46+
"phase": "CodeComplete",
47+
"phaseType": "SimplePhase",
48+
"max_turn_step": 1,
49+
"need_reflect": "False"
50+
}
51+
]
52+
},
53+
{
54+
"phase": "CodeReview",
55+
"phaseType": "ComposedPhase",
56+
"cycleNum": 3,
57+
"Composition": [
58+
{
59+
"phase": "CodeReviewComment",
60+
"phaseType": "SimplePhase",
61+
"max_turn_step": 1,
62+
"need_reflect": "False"
63+
},
64+
{
65+
"phase": "CodeReviewModification",
66+
"phaseType": "SimplePhase",
67+
"max_turn_step": 1,
68+
"need_reflect": "False"
69+
}
70+
]
71+
},
72+
{
73+
"phase": "Test",
74+
"phaseType": "ComposedPhase",
75+
"cycleNum": 3,
76+
"Composition": [
77+
{
78+
"phase": "TestErrorSummary",
79+
"phaseType": "SimplePhase",
80+
"max_turn_step": 1,
81+
"need_reflect": "False"
82+
},
83+
{
84+
"phase": "TestModification",
85+
"phaseType": "SimplePhase",
86+
"max_turn_step": 1,
87+
"need_reflect": "False"
88+
}
89+
]
90+
},
91+
{
92+
"phase": "EnvironmentDoc",
93+
"phaseType": "SimplePhase",
94+
"max_turn_step": 1,
95+
"need_reflect": "True"
96+
},
97+
{
98+
"phase": "Manual",
99+
"phaseType": "SimplePhase",
100+
"max_turn_step": 1,
101+
"need_reflect": "False"
102+
}
103+
],
104+
"recruitments": [
105+
"Chief Executive Officer",
106+
"Counselor",
107+
"Chief Human Resource Officer",
108+
"Chief Product Officer",
109+
"Chief Technology Officer",
110+
"Programmer",
111+
"Code Reviewer",
112+
"Software Test Engineer",
113+
"Chief Creative Officer"
114+
],
115+
"clear_structure": "True",
116+
"brainstorming": "False",
117+
"gui_design": "True",
118+
"git_management": "False",
119+
"self_improve": "False"
120+
}
+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"chain": [
3+
{
4+
"phase": "DemandAnalysis",
5+
"phaseType": "SimplePhase",
6+
"max_turn_step": -1,
7+
"need_reflect": "True"
8+
},
9+
{
10+
"phase": "LanguageChoose",
11+
"phaseType": "SimplePhase",
12+
"max_turn_step": -1,
13+
"need_reflect": "True"
14+
},
15+
{
16+
"phase": "Coding",
17+
"phaseType": "SimplePhase",
18+
"max_turn_step": 1,
19+
"need_reflect": "False"
20+
},
21+
{
22+
"phase": "CodeCompleteAll",
23+
"phaseType": "ComposedPhase",
24+
"cycleNum": 10,
25+
"Composition": [
26+
{
27+
"phase": "CodeComplete",
28+
"phaseType": "SimplePhase",
29+
"max_turn_step": 1,
30+
"need_reflect": "False"
31+
}
32+
]
33+
},
34+
{
35+
"phase": "CodeReview",
36+
"phaseType": "ComposedPhase",
37+
"cycleNum": 3,
38+
"Composition": [
39+
{
40+
"phase": "CodeReviewComment",
41+
"phaseType": "SimplePhase",
42+
"max_turn_step": 1,
43+
"need_reflect": "False"
44+
},
45+
{
46+
"phase": "CodeReviewModification",
47+
"phaseType": "SimplePhase",
48+
"max_turn_step": 1,
49+
"need_reflect": "False"
50+
}
51+
]
52+
},
53+
{
54+
"phase": "Test",
55+
"phaseType": "ComposedPhase",
56+
"cycleNum": 3,
57+
"Composition": [
58+
{
59+
"phase": "TestErrorSummary",
60+
"phaseType": "SimplePhase",
61+
"max_turn_step": 1,
62+
"need_reflect": "False"
63+
},
64+
{
65+
"phase": "TestModification",
66+
"phaseType": "SimplePhase",
67+
"max_turn_step": 1,
68+
"need_reflect": "False"
69+
}
70+
]
71+
},
72+
{
73+
"phase": "EnvironmentDoc",
74+
"phaseType": "SimplePhase",
75+
"max_turn_step": 1,
76+
"need_reflect": "True"
77+
},
78+
{
79+
"phase": "Manual",
80+
"phaseType": "SimplePhase",
81+
"max_turn_step": 1,
82+
"need_reflect": "False"
83+
}
84+
],
85+
"recruitments": [
86+
"Chief Executive Officer",
87+
"Counselor",
88+
"Chief Human Resource Officer",
89+
"Chief Product Officer",
90+
"Chief Technology Officer",
91+
"Programmer",
92+
"Code Reviewer",
93+
"Software Test Engineer",
94+
"Chief Creative Officer"
95+
],
96+
"clear_structure": "True",
97+
"brainstorming": "False",
98+
"gui_design": "True",
99+
"git_management": "False",
100+
"self_improve": "False"
101+
}

0 commit comments

Comments
 (0)