-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstate_template.json
More file actions
87 lines (87 loc) · 2.16 KB
/
Copy pathstate_template.json
File metadata and controls
87 lines (87 loc) · 2.16 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"$schema": "state-schema",
"currentStep": 1,
"sessionId": "session_YYYYMMDD_HHMMSS",
"model1TaskId": null,
"model2TaskId": null,
"userRequest": "Описание потребности пользователя",
"artifactsPath": "artifacts/session_YYYYMMDD_HHMMSS/",
"timestamp": "2025-11-14T08:45:00.000Z",
"nextAction": "create_architect_task",
"webResearchEnabled": false,
"webResearchCompleted": false,
"mcpToolsAvailable": [],
"searchQueriesExecuted": [],
"steps": {
"step1": {
"status": "completed",
"timestamp": "2025-11-14T08:45:00.000Z",
"artifact": "step1_user_request.md"
},
"step1.5": {
"status": "pending",
"timestamp": null,
"artifact": "step1.5_web_research.md",
"optional": true,
"activated": false
},
"step2": {
"status": "pending",
"timestamp": null,
"artifact": "step2_architect_questions.md",
"taskId": null
},
"step3": {
"status": "pending",
"timestamp": null,
"artifact": "step3_pilot_questions.md",
"taskId": null
},
"step4": {
"status": "pending",
"timestamp": null,
"artifact": "step4_architect_analysis.md",
"taskId": null
},
"step5": {
"status": "pending",
"timestamp": null,
"artifact": "step5_pilot_recommendations.md",
"taskId": null
},
"step6": {
"status": "pending",
"timestamp": null,
"artifact": "step6_mvp_questions.md",
"taskId": null
},
"step7": {
"status": "pending",
"timestamp": null,
"artifact": "step7_pilot_improvements.md",
"taskId": null
},
"step8": {
"status": "pending",
"timestamp": null,
"artifact": "step8_final_questions.md",
"taskId": null
},
"step9": {
"status": "pending",
"timestamp": null,
"artifact": "step9_user_answers.md"
},
"final": {
"status": "pending",
"timestamp": null,
"artifact": "business_requirements.md"
}
},
"metadata": {
"createdAt": "2025-11-14T08:45:00.000Z",
"updatedAt": "2025-11-14T08:45:00.000Z",
"mode": "dual-design",
"version": "1.1.0"
}
}