@iservu-inc/adf-cli 0.11.0 → 0.12.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.adf/feature-audit.md +208 -0
- package/.adf/final-summary.md +347 -0
- package/.adf/implementation-plan.md +244 -0
- package/.adf/implementation-progress.md +203 -0
- package/.adf/learning/answer-history.json +995 -0
- package/.adf/learning/config.json +25 -0
- package/.adf/learning/learned-rules.json +59 -0
- package/.adf/learning/patterns.json +277 -0
- package/.adf/learning/skip-history.json +1451 -0
- package/.adf/learning/stats.json +9 -0
- package/.claude/settings.local.json +12 -5
- package/CHANGELOG.md +110 -0
- package/CLAUDE.md +479 -0
- package/bin/adf.js +339 -1
- package/lib/ai/ai-client.js +161 -44
- package/lib/ai/ai-config.js +249 -105
- package/lib/commands/deploy.js +73 -6
- package/lib/generators/agents-md-generator.js +431 -161
- package/lib/generators/antigravity-generator.js +140 -0
- package/lib/generators/deepagent-generator.js +144 -0
- package/lib/generators/gemini-cli-generator.js +241 -0
- package/lib/generators/index.js +55 -0
- package/lib/generators/opencode-generator.js +153 -0
- package/lib/generators/zed-generator.js +252 -0
- package/lib/templates/shared/agents/architect.md +24 -24
- package/lib/templates/shared/agents/dev.md +25 -20
- package/lib/templates/shared/agents/pm.md +14 -4
- package/lib/templates/shared/agents/sm.md +18 -14
- package/lib/templates/shared/templates/openspec-delta.md +16 -0
- package/lib/templates/shared/templates/openspec-proposal.md +18 -0
- package/lib/templates/shared/templates/openspec-tasks.md +21 -0
- package/lib/utils/context-manager.js +484 -0
- package/package.json +6 -1
- package/tests/agents-md-generator.test.js +47 -10
|
@@ -0,0 +1,1451 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0",
|
|
3
|
+
"sessions": [
|
|
4
|
+
{
|
|
5
|
+
"sessionId": "cf97c56f-d108-43cc-8f73-81dd77300dc9",
|
|
6
|
+
"timestamp": "2025-11-04T11:13:36.501Z",
|
|
7
|
+
"projectType": "web-app",
|
|
8
|
+
"frameworks": [
|
|
9
|
+
"react",
|
|
10
|
+
"express"
|
|
11
|
+
],
|
|
12
|
+
"languages": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"typescript"
|
|
15
|
+
],
|
|
16
|
+
"skips": [
|
|
17
|
+
{
|
|
18
|
+
"questionId": "q_target_users",
|
|
19
|
+
"text": "Who are the target users?",
|
|
20
|
+
"category": "overview",
|
|
21
|
+
"phase": "discovery",
|
|
22
|
+
"action": "skipped",
|
|
23
|
+
"reason": "manual",
|
|
24
|
+
"timeViewed": 5.198204945394293,
|
|
25
|
+
"relevanceScore": 22,
|
|
26
|
+
"skipReason": "Not relevant for this project"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"questionId": "q_key_features",
|
|
30
|
+
"text": "What are the key features?",
|
|
31
|
+
"category": "overview",
|
|
32
|
+
"phase": "discovery",
|
|
33
|
+
"action": "skipped",
|
|
34
|
+
"reason": "manual",
|
|
35
|
+
"timeViewed": 3.5534849400076065,
|
|
36
|
+
"relevanceScore": 28,
|
|
37
|
+
"skipReason": "Not relevant for this project"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"questionId": "q_deployment_strategy",
|
|
41
|
+
"text": "What deployment strategy will you use?",
|
|
42
|
+
"category": "deployment",
|
|
43
|
+
"phase": "discovery",
|
|
44
|
+
"action": "skipped",
|
|
45
|
+
"reason": "filtered",
|
|
46
|
+
"timeViewed": 3.7122313637246687,
|
|
47
|
+
"relevanceScore": 33,
|
|
48
|
+
"skipReason": "Not relevant for this project"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"questionId": "q_hosting_provider",
|
|
52
|
+
"text": "Which hosting provider?",
|
|
53
|
+
"category": "deployment",
|
|
54
|
+
"phase": "discovery",
|
|
55
|
+
"action": "skipped",
|
|
56
|
+
"reason": "filtered",
|
|
57
|
+
"timeViewed": 5.256511385873715,
|
|
58
|
+
"relevanceScore": 42,
|
|
59
|
+
"skipReason": "Not relevant for this project"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"questionId": "q_cicd_pipeline",
|
|
63
|
+
"text": "What CI/CD pipeline?",
|
|
64
|
+
"category": "deployment",
|
|
65
|
+
"phase": "discovery",
|
|
66
|
+
"action": "skipped",
|
|
67
|
+
"reason": "filtered",
|
|
68
|
+
"timeViewed": 4.442352472768821,
|
|
69
|
+
"relevanceScore": 68,
|
|
70
|
+
"skipReason": "Not relevant for this project"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"questionId": "q_testing_framework",
|
|
74
|
+
"text": "What testing framework?",
|
|
75
|
+
"category": "testing",
|
|
76
|
+
"phase": "discovery",
|
|
77
|
+
"action": "skipped",
|
|
78
|
+
"reason": "manual",
|
|
79
|
+
"timeViewed": 3.1464751733005984,
|
|
80
|
+
"relevanceScore": 56,
|
|
81
|
+
"skipReason": "Not relevant for this project"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"questionId": "q_auth_method",
|
|
85
|
+
"text": "What authentication method?",
|
|
86
|
+
"category": "security",
|
|
87
|
+
"phase": "discovery",
|
|
88
|
+
"action": "skipped",
|
|
89
|
+
"reason": "filtered",
|
|
90
|
+
"timeViewed": 5.562006828016808,
|
|
91
|
+
"relevanceScore": 29,
|
|
92
|
+
"skipReason": "Not relevant for this project"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"questionId": "q_data_encryption",
|
|
96
|
+
"text": "How will data be encrypted?",
|
|
97
|
+
"category": "security",
|
|
98
|
+
"phase": "discovery",
|
|
99
|
+
"action": "skipped",
|
|
100
|
+
"reason": "filtered",
|
|
101
|
+
"timeViewed": 4.124391006092276,
|
|
102
|
+
"relevanceScore": 22,
|
|
103
|
+
"skipReason": "Not relevant for this project"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"questionId": "q_security_audit",
|
|
107
|
+
"text": "Will you conduct security audits?",
|
|
108
|
+
"category": "security",
|
|
109
|
+
"phase": "discovery",
|
|
110
|
+
"action": "skipped",
|
|
111
|
+
"reason": "filtered",
|
|
112
|
+
"timeViewed": 4.220490344831032,
|
|
113
|
+
"relevanceScore": 27,
|
|
114
|
+
"skipReason": "Not relevant for this project"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"questionId": "q_database_type",
|
|
118
|
+
"text": "What type of database?",
|
|
119
|
+
"category": "database",
|
|
120
|
+
"phase": "discovery",
|
|
121
|
+
"action": "skipped",
|
|
122
|
+
"reason": "manual",
|
|
123
|
+
"timeViewed": 4.323816362044763,
|
|
124
|
+
"relevanceScore": 38,
|
|
125
|
+
"skipReason": "Not relevant for this project"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"questionId": "q_orm_choice",
|
|
129
|
+
"text": "Which ORM will you use?",
|
|
130
|
+
"category": "database",
|
|
131
|
+
"phase": "discovery",
|
|
132
|
+
"action": "skipped",
|
|
133
|
+
"reason": "manual",
|
|
134
|
+
"timeViewed": 4.970854151396962,
|
|
135
|
+
"relevanceScore": 41,
|
|
136
|
+
"skipReason": "Not relevant for this project"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"questionId": "q_data_backup",
|
|
140
|
+
"text": "What is your backup strategy?",
|
|
141
|
+
"category": "database",
|
|
142
|
+
"phase": "discovery",
|
|
143
|
+
"action": "skipped",
|
|
144
|
+
"reason": "manual",
|
|
145
|
+
"timeViewed": 5.634061795492794,
|
|
146
|
+
"relevanceScore": 50,
|
|
147
|
+
"skipReason": "Not relevant for this project"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"answers": []
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"sessionId": "1cbde954-68f4-467c-bf00-c108bdcaa967",
|
|
154
|
+
"timestamp": "2025-10-31T10:13:36.501Z",
|
|
155
|
+
"projectType": "web-app",
|
|
156
|
+
"frameworks": [
|
|
157
|
+
"react",
|
|
158
|
+
"express"
|
|
159
|
+
],
|
|
160
|
+
"languages": [
|
|
161
|
+
"javascript",
|
|
162
|
+
"typescript"
|
|
163
|
+
],
|
|
164
|
+
"skips": [
|
|
165
|
+
{
|
|
166
|
+
"questionId": "q_target_users",
|
|
167
|
+
"text": "Who are the target users?",
|
|
168
|
+
"category": "overview",
|
|
169
|
+
"phase": "discovery",
|
|
170
|
+
"action": "skipped",
|
|
171
|
+
"reason": "manual",
|
|
172
|
+
"timeViewed": 3.784725440035538,
|
|
173
|
+
"relevanceScore": 44,
|
|
174
|
+
"skipReason": "Not relevant for this project"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"questionId": "q_deployment_strategy",
|
|
178
|
+
"text": "What deployment strategy will you use?",
|
|
179
|
+
"category": "deployment",
|
|
180
|
+
"phase": "discovery",
|
|
181
|
+
"action": "skipped",
|
|
182
|
+
"reason": "filtered",
|
|
183
|
+
"timeViewed": 3.022380280035546,
|
|
184
|
+
"relevanceScore": 25,
|
|
185
|
+
"skipReason": "Not relevant for this project"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"questionId": "q_hosting_provider",
|
|
189
|
+
"text": "Which hosting provider?",
|
|
190
|
+
"category": "deployment",
|
|
191
|
+
"phase": "discovery",
|
|
192
|
+
"action": "skipped",
|
|
193
|
+
"reason": "filtered",
|
|
194
|
+
"timeViewed": 2.747409786168631,
|
|
195
|
+
"relevanceScore": 55,
|
|
196
|
+
"skipReason": "Not relevant for this project"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"questionId": "q_cicd_pipeline",
|
|
200
|
+
"text": "What CI/CD pipeline?",
|
|
201
|
+
"category": "deployment",
|
|
202
|
+
"phase": "discovery",
|
|
203
|
+
"action": "skipped",
|
|
204
|
+
"reason": "filtered",
|
|
205
|
+
"timeViewed": 2.4961014096787926,
|
|
206
|
+
"relevanceScore": 49,
|
|
207
|
+
"skipReason": "Not relevant for this project"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"questionId": "q_e2e_testing",
|
|
211
|
+
"text": "Will you implement E2E testing?",
|
|
212
|
+
"category": "testing",
|
|
213
|
+
"phase": "discovery",
|
|
214
|
+
"action": "skipped",
|
|
215
|
+
"reason": "manual",
|
|
216
|
+
"timeViewed": 5.9806682779814,
|
|
217
|
+
"relevanceScore": 23,
|
|
218
|
+
"skipReason": "Not relevant for this project"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"questionId": "q_auth_method",
|
|
222
|
+
"text": "What authentication method?",
|
|
223
|
+
"category": "security",
|
|
224
|
+
"phase": "discovery",
|
|
225
|
+
"action": "skipped",
|
|
226
|
+
"reason": "filtered",
|
|
227
|
+
"timeViewed": 3.064565729126342,
|
|
228
|
+
"relevanceScore": 54,
|
|
229
|
+
"skipReason": "Not relevant for this project"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"questionId": "q_data_encryption",
|
|
233
|
+
"text": "How will data be encrypted?",
|
|
234
|
+
"category": "security",
|
|
235
|
+
"phase": "discovery",
|
|
236
|
+
"action": "skipped",
|
|
237
|
+
"reason": "filtered",
|
|
238
|
+
"timeViewed": 4.733524960742104,
|
|
239
|
+
"relevanceScore": 23,
|
|
240
|
+
"skipReason": "Not relevant for this project"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"questionId": "q_security_audit",
|
|
244
|
+
"text": "Will you conduct security audits?",
|
|
245
|
+
"category": "security",
|
|
246
|
+
"phase": "discovery",
|
|
247
|
+
"action": "skipped",
|
|
248
|
+
"reason": "filtered",
|
|
249
|
+
"timeViewed": 4.019365790909685,
|
|
250
|
+
"relevanceScore": 44,
|
|
251
|
+
"skipReason": "Not relevant for this project"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"questionId": "q_data_backup",
|
|
255
|
+
"text": "What is your backup strategy?",
|
|
256
|
+
"category": "database",
|
|
257
|
+
"phase": "discovery",
|
|
258
|
+
"action": "skipped",
|
|
259
|
+
"reason": "manual",
|
|
260
|
+
"timeViewed": 5.897284588413694,
|
|
261
|
+
"relevanceScore": 33,
|
|
262
|
+
"skipReason": "Not relevant for this project"
|
|
263
|
+
}
|
|
264
|
+
],
|
|
265
|
+
"answers": []
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"sessionId": "45bdf46a-f579-49d3-8afe-8a942a7514fa",
|
|
269
|
+
"timestamp": "2025-10-27T10:13:36.501Z",
|
|
270
|
+
"projectType": "web-app",
|
|
271
|
+
"frameworks": [
|
|
272
|
+
"react",
|
|
273
|
+
"express"
|
|
274
|
+
],
|
|
275
|
+
"languages": [
|
|
276
|
+
"javascript",
|
|
277
|
+
"typescript"
|
|
278
|
+
],
|
|
279
|
+
"skips": [
|
|
280
|
+
{
|
|
281
|
+
"questionId": "q_core_purpose",
|
|
282
|
+
"text": "What is the core purpose of this project?",
|
|
283
|
+
"category": "overview",
|
|
284
|
+
"phase": "discovery",
|
|
285
|
+
"action": "skipped",
|
|
286
|
+
"reason": "manual",
|
|
287
|
+
"timeViewed": 1.5781562840706045,
|
|
288
|
+
"relevanceScore": 25,
|
|
289
|
+
"skipReason": "Not relevant for this project"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"questionId": "q_key_features",
|
|
293
|
+
"text": "What are the key features?",
|
|
294
|
+
"category": "overview",
|
|
295
|
+
"phase": "discovery",
|
|
296
|
+
"action": "skipped",
|
|
297
|
+
"reason": "manual",
|
|
298
|
+
"timeViewed": 1.9543123629632588,
|
|
299
|
+
"relevanceScore": 60,
|
|
300
|
+
"skipReason": "Not relevant for this project"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"questionId": "q_deployment_strategy",
|
|
304
|
+
"text": "What deployment strategy will you use?",
|
|
305
|
+
"category": "deployment",
|
|
306
|
+
"phase": "discovery",
|
|
307
|
+
"action": "skipped",
|
|
308
|
+
"reason": "filtered",
|
|
309
|
+
"timeViewed": 2.8640790134894214,
|
|
310
|
+
"relevanceScore": 31,
|
|
311
|
+
"skipReason": "Not relevant for this project"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"questionId": "q_hosting_provider",
|
|
315
|
+
"text": "Which hosting provider?",
|
|
316
|
+
"category": "deployment",
|
|
317
|
+
"phase": "discovery",
|
|
318
|
+
"action": "skipped",
|
|
319
|
+
"reason": "filtered",
|
|
320
|
+
"timeViewed": 4.036544320524794,
|
|
321
|
+
"relevanceScore": 44,
|
|
322
|
+
"skipReason": "Not relevant for this project"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"questionId": "q_cicd_pipeline",
|
|
326
|
+
"text": "What CI/CD pipeline?",
|
|
327
|
+
"category": "deployment",
|
|
328
|
+
"phase": "discovery",
|
|
329
|
+
"action": "skipped",
|
|
330
|
+
"reason": "filtered",
|
|
331
|
+
"timeViewed": 3.2232261785745044,
|
|
332
|
+
"relevanceScore": 46,
|
|
333
|
+
"skipReason": "Not relevant for this project"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
"questionId": "q_auth_method",
|
|
337
|
+
"text": "What authentication method?",
|
|
338
|
+
"category": "security",
|
|
339
|
+
"phase": "discovery",
|
|
340
|
+
"action": "skipped",
|
|
341
|
+
"reason": "filtered",
|
|
342
|
+
"timeViewed": 1.0815226757059972,
|
|
343
|
+
"relevanceScore": 66,
|
|
344
|
+
"skipReason": "Not relevant for this project"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"questionId": "q_data_encryption",
|
|
348
|
+
"text": "How will data be encrypted?",
|
|
349
|
+
"category": "security",
|
|
350
|
+
"phase": "discovery",
|
|
351
|
+
"action": "skipped",
|
|
352
|
+
"reason": "filtered",
|
|
353
|
+
"timeViewed": 3.815887023001645,
|
|
354
|
+
"relevanceScore": 59,
|
|
355
|
+
"skipReason": "Not relevant for this project"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"questionId": "q_security_audit",
|
|
359
|
+
"text": "Will you conduct security audits?",
|
|
360
|
+
"category": "security",
|
|
361
|
+
"phase": "discovery",
|
|
362
|
+
"action": "skipped",
|
|
363
|
+
"reason": "filtered",
|
|
364
|
+
"timeViewed": 5.875963118831046,
|
|
365
|
+
"relevanceScore": 56,
|
|
366
|
+
"skipReason": "Not relevant for this project"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"questionId": "q_data_backup",
|
|
370
|
+
"text": "What is your backup strategy?",
|
|
371
|
+
"category": "database",
|
|
372
|
+
"phase": "discovery",
|
|
373
|
+
"action": "skipped",
|
|
374
|
+
"reason": "manual",
|
|
375
|
+
"timeViewed": 2.289571636295711,
|
|
376
|
+
"relevanceScore": 60,
|
|
377
|
+
"skipReason": "Not relevant for this project"
|
|
378
|
+
}
|
|
379
|
+
],
|
|
380
|
+
"answers": []
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"sessionId": "50e17029-8375-4287-b2e6-ee0bcb342374",
|
|
384
|
+
"timestamp": "2025-10-23T10:13:36.501Z",
|
|
385
|
+
"projectType": "web-app",
|
|
386
|
+
"frameworks": [
|
|
387
|
+
"react",
|
|
388
|
+
"express"
|
|
389
|
+
],
|
|
390
|
+
"languages": [
|
|
391
|
+
"javascript",
|
|
392
|
+
"typescript"
|
|
393
|
+
],
|
|
394
|
+
"skips": [
|
|
395
|
+
{
|
|
396
|
+
"questionId": "q_deployment_strategy",
|
|
397
|
+
"text": "What deployment strategy will you use?",
|
|
398
|
+
"category": "deployment",
|
|
399
|
+
"phase": "discovery",
|
|
400
|
+
"action": "skipped",
|
|
401
|
+
"reason": "filtered",
|
|
402
|
+
"timeViewed": 1.2930701308210193,
|
|
403
|
+
"relevanceScore": 60,
|
|
404
|
+
"skipReason": "Not relevant for this project"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"questionId": "q_hosting_provider",
|
|
408
|
+
"text": "Which hosting provider?",
|
|
409
|
+
"category": "deployment",
|
|
410
|
+
"phase": "discovery",
|
|
411
|
+
"action": "skipped",
|
|
412
|
+
"reason": "filtered",
|
|
413
|
+
"timeViewed": 5.850484821923836,
|
|
414
|
+
"relevanceScore": 22,
|
|
415
|
+
"skipReason": "Not relevant for this project"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"questionId": "q_cicd_pipeline",
|
|
419
|
+
"text": "What CI/CD pipeline?",
|
|
420
|
+
"category": "deployment",
|
|
421
|
+
"phase": "discovery",
|
|
422
|
+
"action": "skipped",
|
|
423
|
+
"reason": "filtered",
|
|
424
|
+
"timeViewed": 2.5325699675306548,
|
|
425
|
+
"relevanceScore": 40,
|
|
426
|
+
"skipReason": "Not relevant for this project"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"questionId": "q_test_coverage",
|
|
430
|
+
"text": "What is your target test coverage?",
|
|
431
|
+
"category": "testing",
|
|
432
|
+
"phase": "discovery",
|
|
433
|
+
"action": "skipped",
|
|
434
|
+
"reason": "manual",
|
|
435
|
+
"timeViewed": 2.1479210620404667,
|
|
436
|
+
"relevanceScore": 57,
|
|
437
|
+
"skipReason": "Not relevant for this project"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"questionId": "q_auth_method",
|
|
441
|
+
"text": "What authentication method?",
|
|
442
|
+
"category": "security",
|
|
443
|
+
"phase": "discovery",
|
|
444
|
+
"action": "skipped",
|
|
445
|
+
"reason": "filtered",
|
|
446
|
+
"timeViewed": 5.3489423861685665,
|
|
447
|
+
"relevanceScore": 45,
|
|
448
|
+
"skipReason": "Not relevant for this project"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"questionId": "q_data_encryption",
|
|
452
|
+
"text": "How will data be encrypted?",
|
|
453
|
+
"category": "security",
|
|
454
|
+
"phase": "discovery",
|
|
455
|
+
"action": "skipped",
|
|
456
|
+
"reason": "filtered",
|
|
457
|
+
"timeViewed": 4.966680519384715,
|
|
458
|
+
"relevanceScore": 20,
|
|
459
|
+
"skipReason": "Not relevant for this project"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"questionId": "q_security_audit",
|
|
463
|
+
"text": "Will you conduct security audits?",
|
|
464
|
+
"category": "security",
|
|
465
|
+
"phase": "discovery",
|
|
466
|
+
"action": "skipped",
|
|
467
|
+
"reason": "filtered",
|
|
468
|
+
"timeViewed": 1.4876099979667659,
|
|
469
|
+
"relevanceScore": 24,
|
|
470
|
+
"skipReason": "Not relevant for this project"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"questionId": "q_database_type",
|
|
474
|
+
"text": "What type of database?",
|
|
475
|
+
"category": "database",
|
|
476
|
+
"phase": "discovery",
|
|
477
|
+
"action": "skipped",
|
|
478
|
+
"reason": "manual",
|
|
479
|
+
"timeViewed": 3.5554243980821156,
|
|
480
|
+
"relevanceScore": 62,
|
|
481
|
+
"skipReason": "Not relevant for this project"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"questionId": "q_orm_choice",
|
|
485
|
+
"text": "Which ORM will you use?",
|
|
486
|
+
"category": "database",
|
|
487
|
+
"phase": "discovery",
|
|
488
|
+
"action": "skipped",
|
|
489
|
+
"reason": "manual",
|
|
490
|
+
"timeViewed": 3.3544738923838473,
|
|
491
|
+
"relevanceScore": 35,
|
|
492
|
+
"skipReason": "Not relevant for this project"
|
|
493
|
+
}
|
|
494
|
+
],
|
|
495
|
+
"answers": []
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"sessionId": "25f1af52-ff1c-48e9-b3d3-4d212e9efac4",
|
|
499
|
+
"timestamp": "2025-10-19T10:13:36.501Z",
|
|
500
|
+
"projectType": "web-app",
|
|
501
|
+
"frameworks": [
|
|
502
|
+
"react",
|
|
503
|
+
"express"
|
|
504
|
+
],
|
|
505
|
+
"languages": [
|
|
506
|
+
"javascript",
|
|
507
|
+
"typescript"
|
|
508
|
+
],
|
|
509
|
+
"skips": [
|
|
510
|
+
{
|
|
511
|
+
"questionId": "q_target_users",
|
|
512
|
+
"text": "Who are the target users?",
|
|
513
|
+
"category": "overview",
|
|
514
|
+
"phase": "discovery",
|
|
515
|
+
"action": "skipped",
|
|
516
|
+
"reason": "manual",
|
|
517
|
+
"timeViewed": 4.235858015973139,
|
|
518
|
+
"relevanceScore": 34,
|
|
519
|
+
"skipReason": "Not relevant for this project"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"questionId": "q_key_features",
|
|
523
|
+
"text": "What are the key features?",
|
|
524
|
+
"category": "overview",
|
|
525
|
+
"phase": "discovery",
|
|
526
|
+
"action": "skipped",
|
|
527
|
+
"reason": "manual",
|
|
528
|
+
"timeViewed": 4.762227399588563,
|
|
529
|
+
"relevanceScore": 62,
|
|
530
|
+
"skipReason": "Not relevant for this project"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"questionId": "q_deployment_strategy",
|
|
534
|
+
"text": "What deployment strategy will you use?",
|
|
535
|
+
"category": "deployment",
|
|
536
|
+
"phase": "discovery",
|
|
537
|
+
"action": "skipped",
|
|
538
|
+
"reason": "filtered",
|
|
539
|
+
"timeViewed": 1.3086650899435261,
|
|
540
|
+
"relevanceScore": 33,
|
|
541
|
+
"skipReason": "Not relevant for this project"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"questionId": "q_hosting_provider",
|
|
545
|
+
"text": "Which hosting provider?",
|
|
546
|
+
"category": "deployment",
|
|
547
|
+
"phase": "discovery",
|
|
548
|
+
"action": "skipped",
|
|
549
|
+
"reason": "filtered",
|
|
550
|
+
"timeViewed": 2.190367016545716,
|
|
551
|
+
"relevanceScore": 66,
|
|
552
|
+
"skipReason": "Not relevant for this project"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"questionId": "q_cicd_pipeline",
|
|
556
|
+
"text": "What CI/CD pipeline?",
|
|
557
|
+
"category": "deployment",
|
|
558
|
+
"phase": "discovery",
|
|
559
|
+
"action": "skipped",
|
|
560
|
+
"reason": "filtered",
|
|
561
|
+
"timeViewed": 2.131247233451705,
|
|
562
|
+
"relevanceScore": 55,
|
|
563
|
+
"skipReason": "Not relevant for this project"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"questionId": "q_testing_framework",
|
|
567
|
+
"text": "What testing framework?",
|
|
568
|
+
"category": "testing",
|
|
569
|
+
"phase": "discovery",
|
|
570
|
+
"action": "skipped",
|
|
571
|
+
"reason": "manual",
|
|
572
|
+
"timeViewed": 3.935749414725314,
|
|
573
|
+
"relevanceScore": 49,
|
|
574
|
+
"skipReason": "Not relevant for this project"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"questionId": "q_auth_method",
|
|
578
|
+
"text": "What authentication method?",
|
|
579
|
+
"category": "security",
|
|
580
|
+
"phase": "discovery",
|
|
581
|
+
"action": "skipped",
|
|
582
|
+
"reason": "filtered",
|
|
583
|
+
"timeViewed": 4.937124974980978,
|
|
584
|
+
"relevanceScore": 63,
|
|
585
|
+
"skipReason": "Not relevant for this project"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"questionId": "q_data_encryption",
|
|
589
|
+
"text": "How will data be encrypted?",
|
|
590
|
+
"category": "security",
|
|
591
|
+
"phase": "discovery",
|
|
592
|
+
"action": "skipped",
|
|
593
|
+
"reason": "filtered",
|
|
594
|
+
"timeViewed": 3.251544808617003,
|
|
595
|
+
"relevanceScore": 32,
|
|
596
|
+
"skipReason": "Not relevant for this project"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"questionId": "q_security_audit",
|
|
600
|
+
"text": "Will you conduct security audits?",
|
|
601
|
+
"category": "security",
|
|
602
|
+
"phase": "discovery",
|
|
603
|
+
"action": "skipped",
|
|
604
|
+
"reason": "filtered",
|
|
605
|
+
"timeViewed": 4.345360517682439,
|
|
606
|
+
"relevanceScore": 51,
|
|
607
|
+
"skipReason": "Not relevant for this project"
|
|
608
|
+
}
|
|
609
|
+
],
|
|
610
|
+
"answers": []
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"sessionId": "4e5b1a2e-5020-4fad-bc21-ecb8c5519450",
|
|
614
|
+
"timestamp": "2025-10-15T10:13:36.501Z",
|
|
615
|
+
"projectType": "web-app",
|
|
616
|
+
"frameworks": [
|
|
617
|
+
"react",
|
|
618
|
+
"express"
|
|
619
|
+
],
|
|
620
|
+
"languages": [
|
|
621
|
+
"javascript",
|
|
622
|
+
"typescript"
|
|
623
|
+
],
|
|
624
|
+
"skips": [
|
|
625
|
+
{
|
|
626
|
+
"questionId": "q_core_purpose",
|
|
627
|
+
"text": "What is the core purpose of this project?",
|
|
628
|
+
"category": "overview",
|
|
629
|
+
"phase": "discovery",
|
|
630
|
+
"action": "skipped",
|
|
631
|
+
"reason": "manual",
|
|
632
|
+
"timeViewed": 2.352137860629823,
|
|
633
|
+
"relevanceScore": 49,
|
|
634
|
+
"skipReason": "Not relevant for this project"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"questionId": "q_deployment_strategy",
|
|
638
|
+
"text": "What deployment strategy will you use?",
|
|
639
|
+
"category": "deployment",
|
|
640
|
+
"phase": "discovery",
|
|
641
|
+
"action": "skipped",
|
|
642
|
+
"reason": "filtered",
|
|
643
|
+
"timeViewed": 3.0977285900005525,
|
|
644
|
+
"relevanceScore": 21,
|
|
645
|
+
"skipReason": "Not relevant for this project"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"questionId": "q_hosting_provider",
|
|
649
|
+
"text": "Which hosting provider?",
|
|
650
|
+
"category": "deployment",
|
|
651
|
+
"phase": "discovery",
|
|
652
|
+
"action": "skipped",
|
|
653
|
+
"reason": "filtered",
|
|
654
|
+
"timeViewed": 3.9467308262834555,
|
|
655
|
+
"relevanceScore": 52,
|
|
656
|
+
"skipReason": "Not relevant for this project"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"questionId": "q_cicd_pipeline",
|
|
660
|
+
"text": "What CI/CD pipeline?",
|
|
661
|
+
"category": "deployment",
|
|
662
|
+
"phase": "discovery",
|
|
663
|
+
"action": "skipped",
|
|
664
|
+
"reason": "filtered",
|
|
665
|
+
"timeViewed": 2.1907667151419767,
|
|
666
|
+
"relevanceScore": 30,
|
|
667
|
+
"skipReason": "Not relevant for this project"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"questionId": "q_testing_framework",
|
|
671
|
+
"text": "What testing framework?",
|
|
672
|
+
"category": "testing",
|
|
673
|
+
"phase": "discovery",
|
|
674
|
+
"action": "skipped",
|
|
675
|
+
"reason": "manual",
|
|
676
|
+
"timeViewed": 2.101740706962607,
|
|
677
|
+
"relevanceScore": 29,
|
|
678
|
+
"skipReason": "Not relevant for this project"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
"questionId": "q_auth_method",
|
|
682
|
+
"text": "What authentication method?",
|
|
683
|
+
"category": "security",
|
|
684
|
+
"phase": "discovery",
|
|
685
|
+
"action": "skipped",
|
|
686
|
+
"reason": "filtered",
|
|
687
|
+
"timeViewed": 4.15995449367318,
|
|
688
|
+
"relevanceScore": 31,
|
|
689
|
+
"skipReason": "Not relevant for this project"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"questionId": "q_data_encryption",
|
|
693
|
+
"text": "How will data be encrypted?",
|
|
694
|
+
"category": "security",
|
|
695
|
+
"phase": "discovery",
|
|
696
|
+
"action": "skipped",
|
|
697
|
+
"reason": "filtered",
|
|
698
|
+
"timeViewed": 2.8966632994082397,
|
|
699
|
+
"relevanceScore": 36,
|
|
700
|
+
"skipReason": "Not relevant for this project"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"questionId": "q_security_audit",
|
|
704
|
+
"text": "Will you conduct security audits?",
|
|
705
|
+
"category": "security",
|
|
706
|
+
"phase": "discovery",
|
|
707
|
+
"action": "skipped",
|
|
708
|
+
"reason": "filtered",
|
|
709
|
+
"timeViewed": 4.65719648183128,
|
|
710
|
+
"relevanceScore": 60,
|
|
711
|
+
"skipReason": "Not relevant for this project"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"questionId": "q_data_backup",
|
|
715
|
+
"text": "What is your backup strategy?",
|
|
716
|
+
"category": "database",
|
|
717
|
+
"phase": "discovery",
|
|
718
|
+
"action": "skipped",
|
|
719
|
+
"reason": "manual",
|
|
720
|
+
"timeViewed": 5.253599722517524,
|
|
721
|
+
"relevanceScore": 32,
|
|
722
|
+
"skipReason": "Not relevant for this project"
|
|
723
|
+
}
|
|
724
|
+
],
|
|
725
|
+
"answers": []
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"sessionId": "9ceaef83-f502-4863-8d55-e86005d0d086",
|
|
729
|
+
"timestamp": "2025-10-11T10:13:36.502Z",
|
|
730
|
+
"projectType": "web-app",
|
|
731
|
+
"frameworks": [
|
|
732
|
+
"react",
|
|
733
|
+
"express"
|
|
734
|
+
],
|
|
735
|
+
"languages": [
|
|
736
|
+
"javascript",
|
|
737
|
+
"typescript"
|
|
738
|
+
],
|
|
739
|
+
"skips": [
|
|
740
|
+
{
|
|
741
|
+
"questionId": "q_core_purpose",
|
|
742
|
+
"text": "What is the core purpose of this project?",
|
|
743
|
+
"category": "overview",
|
|
744
|
+
"phase": "discovery",
|
|
745
|
+
"action": "skipped",
|
|
746
|
+
"reason": "manual",
|
|
747
|
+
"timeViewed": 5.950947748360037,
|
|
748
|
+
"relevanceScore": 21,
|
|
749
|
+
"skipReason": "Not relevant for this project"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"questionId": "q_key_features",
|
|
753
|
+
"text": "What are the key features?",
|
|
754
|
+
"category": "overview",
|
|
755
|
+
"phase": "discovery",
|
|
756
|
+
"action": "skipped",
|
|
757
|
+
"reason": "manual",
|
|
758
|
+
"timeViewed": 4.661067556405586,
|
|
759
|
+
"relevanceScore": 31,
|
|
760
|
+
"skipReason": "Not relevant for this project"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"questionId": "q_deployment_strategy",
|
|
764
|
+
"text": "What deployment strategy will you use?",
|
|
765
|
+
"category": "deployment",
|
|
766
|
+
"phase": "discovery",
|
|
767
|
+
"action": "skipped",
|
|
768
|
+
"reason": "filtered",
|
|
769
|
+
"timeViewed": 3.8370935259532084,
|
|
770
|
+
"relevanceScore": 67,
|
|
771
|
+
"skipReason": "Not relevant for this project"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"questionId": "q_hosting_provider",
|
|
775
|
+
"text": "Which hosting provider?",
|
|
776
|
+
"category": "deployment",
|
|
777
|
+
"phase": "discovery",
|
|
778
|
+
"action": "skipped",
|
|
779
|
+
"reason": "filtered",
|
|
780
|
+
"timeViewed": 2.390562138482,
|
|
781
|
+
"relevanceScore": 21,
|
|
782
|
+
"skipReason": "Not relevant for this project"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"questionId": "q_cicd_pipeline",
|
|
786
|
+
"text": "What CI/CD pipeline?",
|
|
787
|
+
"category": "deployment",
|
|
788
|
+
"phase": "discovery",
|
|
789
|
+
"action": "skipped",
|
|
790
|
+
"reason": "filtered",
|
|
791
|
+
"timeViewed": 4.96459492611755,
|
|
792
|
+
"relevanceScore": 62,
|
|
793
|
+
"skipReason": "Not relevant for this project"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"questionId": "q_e2e_testing",
|
|
797
|
+
"text": "Will you implement E2E testing?",
|
|
798
|
+
"category": "testing",
|
|
799
|
+
"phase": "discovery",
|
|
800
|
+
"action": "skipped",
|
|
801
|
+
"reason": "manual",
|
|
802
|
+
"timeViewed": 4.813652401753739,
|
|
803
|
+
"relevanceScore": 62,
|
|
804
|
+
"skipReason": "Not relevant for this project"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
"questionId": "q_auth_method",
|
|
808
|
+
"text": "What authentication method?",
|
|
809
|
+
"category": "security",
|
|
810
|
+
"phase": "discovery",
|
|
811
|
+
"action": "skipped",
|
|
812
|
+
"reason": "filtered",
|
|
813
|
+
"timeViewed": 5.784538076896104,
|
|
814
|
+
"relevanceScore": 59,
|
|
815
|
+
"skipReason": "Not relevant for this project"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"questionId": "q_data_encryption",
|
|
819
|
+
"text": "How will data be encrypted?",
|
|
820
|
+
"category": "security",
|
|
821
|
+
"phase": "discovery",
|
|
822
|
+
"action": "skipped",
|
|
823
|
+
"reason": "filtered",
|
|
824
|
+
"timeViewed": 2.656041984012707,
|
|
825
|
+
"relevanceScore": 65,
|
|
826
|
+
"skipReason": "Not relevant for this project"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
"questionId": "q_security_audit",
|
|
830
|
+
"text": "Will you conduct security audits?",
|
|
831
|
+
"category": "security",
|
|
832
|
+
"phase": "discovery",
|
|
833
|
+
"action": "skipped",
|
|
834
|
+
"reason": "filtered",
|
|
835
|
+
"timeViewed": 2.0607961008587874,
|
|
836
|
+
"relevanceScore": 27,
|
|
837
|
+
"skipReason": "Not relevant for this project"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"questionId": "q_database_type",
|
|
841
|
+
"text": "What type of database?",
|
|
842
|
+
"category": "database",
|
|
843
|
+
"phase": "discovery",
|
|
844
|
+
"action": "skipped",
|
|
845
|
+
"reason": "manual",
|
|
846
|
+
"timeViewed": 4.242531262483855,
|
|
847
|
+
"relevanceScore": 53,
|
|
848
|
+
"skipReason": "Not relevant for this project"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"questionId": "q_orm_choice",
|
|
852
|
+
"text": "Which ORM will you use?",
|
|
853
|
+
"category": "database",
|
|
854
|
+
"phase": "discovery",
|
|
855
|
+
"action": "skipped",
|
|
856
|
+
"reason": "manual",
|
|
857
|
+
"timeViewed": 3.9101985921742246,
|
|
858
|
+
"relevanceScore": 20,
|
|
859
|
+
"skipReason": "Not relevant for this project"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"questionId": "q_data_backup",
|
|
863
|
+
"text": "What is your backup strategy?",
|
|
864
|
+
"category": "database",
|
|
865
|
+
"phase": "discovery",
|
|
866
|
+
"action": "skipped",
|
|
867
|
+
"reason": "manual",
|
|
868
|
+
"timeViewed": 3.431070997937721,
|
|
869
|
+
"relevanceScore": 55,
|
|
870
|
+
"skipReason": "Not relevant for this project"
|
|
871
|
+
}
|
|
872
|
+
],
|
|
873
|
+
"answers": []
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"sessionId": "833f7040-20b9-4d57-86f0-9a98150fa89c",
|
|
877
|
+
"timestamp": "2025-10-07T10:13:36.502Z",
|
|
878
|
+
"projectType": "web-app",
|
|
879
|
+
"frameworks": [
|
|
880
|
+
"react",
|
|
881
|
+
"express"
|
|
882
|
+
],
|
|
883
|
+
"languages": [
|
|
884
|
+
"javascript",
|
|
885
|
+
"typescript"
|
|
886
|
+
],
|
|
887
|
+
"skips": [
|
|
888
|
+
{
|
|
889
|
+
"questionId": "q_key_features",
|
|
890
|
+
"text": "What are the key features?",
|
|
891
|
+
"category": "overview",
|
|
892
|
+
"phase": "discovery",
|
|
893
|
+
"action": "skipped",
|
|
894
|
+
"reason": "manual",
|
|
895
|
+
"timeViewed": 3.3957247583911503,
|
|
896
|
+
"relevanceScore": 22,
|
|
897
|
+
"skipReason": "Not relevant for this project"
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"questionId": "q_deployment_strategy",
|
|
901
|
+
"text": "What deployment strategy will you use?",
|
|
902
|
+
"category": "deployment",
|
|
903
|
+
"phase": "discovery",
|
|
904
|
+
"action": "skipped",
|
|
905
|
+
"reason": "filtered",
|
|
906
|
+
"timeViewed": 1.3494998091730661,
|
|
907
|
+
"relevanceScore": 24,
|
|
908
|
+
"skipReason": "Not relevant for this project"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"questionId": "q_hosting_provider",
|
|
912
|
+
"text": "Which hosting provider?",
|
|
913
|
+
"category": "deployment",
|
|
914
|
+
"phase": "discovery",
|
|
915
|
+
"action": "skipped",
|
|
916
|
+
"reason": "filtered",
|
|
917
|
+
"timeViewed": 2.774093130218323,
|
|
918
|
+
"relevanceScore": 43,
|
|
919
|
+
"skipReason": "Not relevant for this project"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"questionId": "q_cicd_pipeline",
|
|
923
|
+
"text": "What CI/CD pipeline?",
|
|
924
|
+
"category": "deployment",
|
|
925
|
+
"phase": "discovery",
|
|
926
|
+
"action": "skipped",
|
|
927
|
+
"reason": "filtered",
|
|
928
|
+
"timeViewed": 2.0689241211829392,
|
|
929
|
+
"relevanceScore": 64,
|
|
930
|
+
"skipReason": "Not relevant for this project"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"questionId": "q_auth_method",
|
|
934
|
+
"text": "What authentication method?",
|
|
935
|
+
"category": "security",
|
|
936
|
+
"phase": "discovery",
|
|
937
|
+
"action": "skipped",
|
|
938
|
+
"reason": "filtered",
|
|
939
|
+
"timeViewed": 4.301543206853989,
|
|
940
|
+
"relevanceScore": 42,
|
|
941
|
+
"skipReason": "Not relevant for this project"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"questionId": "q_data_encryption",
|
|
945
|
+
"text": "How will data be encrypted?",
|
|
946
|
+
"category": "security",
|
|
947
|
+
"phase": "discovery",
|
|
948
|
+
"action": "skipped",
|
|
949
|
+
"reason": "filtered",
|
|
950
|
+
"timeViewed": 1.920914975242334,
|
|
951
|
+
"relevanceScore": 34,
|
|
952
|
+
"skipReason": "Not relevant for this project"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"questionId": "q_security_audit",
|
|
956
|
+
"text": "Will you conduct security audits?",
|
|
957
|
+
"category": "security",
|
|
958
|
+
"phase": "discovery",
|
|
959
|
+
"action": "skipped",
|
|
960
|
+
"reason": "filtered",
|
|
961
|
+
"timeViewed": 1.9405746060177456,
|
|
962
|
+
"relevanceScore": 46,
|
|
963
|
+
"skipReason": "Not relevant for this project"
|
|
964
|
+
}
|
|
965
|
+
],
|
|
966
|
+
"answers": []
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"sessionId": "00de29aa-d86b-4ba4-b422-3fadf508476d",
|
|
970
|
+
"timestamp": "2025-10-03T10:13:36.502Z",
|
|
971
|
+
"projectType": "web-app",
|
|
972
|
+
"frameworks": [
|
|
973
|
+
"react",
|
|
974
|
+
"express"
|
|
975
|
+
],
|
|
976
|
+
"languages": [
|
|
977
|
+
"javascript",
|
|
978
|
+
"typescript"
|
|
979
|
+
],
|
|
980
|
+
"skips": [
|
|
981
|
+
{
|
|
982
|
+
"questionId": "q_target_users",
|
|
983
|
+
"text": "Who are the target users?",
|
|
984
|
+
"category": "overview",
|
|
985
|
+
"phase": "discovery",
|
|
986
|
+
"action": "skipped",
|
|
987
|
+
"reason": "manual",
|
|
988
|
+
"timeViewed": 2.464613952595787,
|
|
989
|
+
"relevanceScore": 31,
|
|
990
|
+
"skipReason": "Not relevant for this project"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"questionId": "q_deployment_strategy",
|
|
994
|
+
"text": "What deployment strategy will you use?",
|
|
995
|
+
"category": "deployment",
|
|
996
|
+
"phase": "discovery",
|
|
997
|
+
"action": "skipped",
|
|
998
|
+
"reason": "filtered",
|
|
999
|
+
"timeViewed": 5.484413609122662,
|
|
1000
|
+
"relevanceScore": 38,
|
|
1001
|
+
"skipReason": "Not relevant for this project"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
"questionId": "q_hosting_provider",
|
|
1005
|
+
"text": "Which hosting provider?",
|
|
1006
|
+
"category": "deployment",
|
|
1007
|
+
"phase": "discovery",
|
|
1008
|
+
"action": "skipped",
|
|
1009
|
+
"reason": "filtered",
|
|
1010
|
+
"timeViewed": 4.414039660803327,
|
|
1011
|
+
"relevanceScore": 29,
|
|
1012
|
+
"skipReason": "Not relevant for this project"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"questionId": "q_cicd_pipeline",
|
|
1016
|
+
"text": "What CI/CD pipeline?",
|
|
1017
|
+
"category": "deployment",
|
|
1018
|
+
"phase": "discovery",
|
|
1019
|
+
"action": "skipped",
|
|
1020
|
+
"reason": "filtered",
|
|
1021
|
+
"timeViewed": 5.628927959247937,
|
|
1022
|
+
"relevanceScore": 30,
|
|
1023
|
+
"skipReason": "Not relevant for this project"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"questionId": "q_e2e_testing",
|
|
1027
|
+
"text": "Will you implement E2E testing?",
|
|
1028
|
+
"category": "testing",
|
|
1029
|
+
"phase": "discovery",
|
|
1030
|
+
"action": "skipped",
|
|
1031
|
+
"reason": "manual",
|
|
1032
|
+
"timeViewed": 4.5099509359334204,
|
|
1033
|
+
"relevanceScore": 40,
|
|
1034
|
+
"skipReason": "Not relevant for this project"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"questionId": "q_auth_method",
|
|
1038
|
+
"text": "What authentication method?",
|
|
1039
|
+
"category": "security",
|
|
1040
|
+
"phase": "discovery",
|
|
1041
|
+
"action": "skipped",
|
|
1042
|
+
"reason": "filtered",
|
|
1043
|
+
"timeViewed": 2.5407196176019076,
|
|
1044
|
+
"relevanceScore": 42,
|
|
1045
|
+
"skipReason": "Not relevant for this project"
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
"questionId": "q_data_encryption",
|
|
1049
|
+
"text": "How will data be encrypted?",
|
|
1050
|
+
"category": "security",
|
|
1051
|
+
"phase": "discovery",
|
|
1052
|
+
"action": "skipped",
|
|
1053
|
+
"reason": "filtered",
|
|
1054
|
+
"timeViewed": 2.651249176948669,
|
|
1055
|
+
"relevanceScore": 24,
|
|
1056
|
+
"skipReason": "Not relevant for this project"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"questionId": "q_security_audit",
|
|
1060
|
+
"text": "Will you conduct security audits?",
|
|
1061
|
+
"category": "security",
|
|
1062
|
+
"phase": "discovery",
|
|
1063
|
+
"action": "skipped",
|
|
1064
|
+
"reason": "filtered",
|
|
1065
|
+
"timeViewed": 1.6332805085979454,
|
|
1066
|
+
"relevanceScore": 53,
|
|
1067
|
+
"skipReason": "Not relevant for this project"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"questionId": "q_database_type",
|
|
1071
|
+
"text": "What type of database?",
|
|
1072
|
+
"category": "database",
|
|
1073
|
+
"phase": "discovery",
|
|
1074
|
+
"action": "skipped",
|
|
1075
|
+
"reason": "manual",
|
|
1076
|
+
"timeViewed": 1.9413103910820675,
|
|
1077
|
+
"relevanceScore": 66,
|
|
1078
|
+
"skipReason": "Not relevant for this project"
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"questionId": "q_orm_choice",
|
|
1082
|
+
"text": "Which ORM will you use?",
|
|
1083
|
+
"category": "database",
|
|
1084
|
+
"phase": "discovery",
|
|
1085
|
+
"action": "skipped",
|
|
1086
|
+
"reason": "manual",
|
|
1087
|
+
"timeViewed": 2.5329310811365726,
|
|
1088
|
+
"relevanceScore": 53,
|
|
1089
|
+
"skipReason": "Not relevant for this project"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"questionId": "q_data_backup",
|
|
1093
|
+
"text": "What is your backup strategy?",
|
|
1094
|
+
"category": "database",
|
|
1095
|
+
"phase": "discovery",
|
|
1096
|
+
"action": "skipped",
|
|
1097
|
+
"reason": "manual",
|
|
1098
|
+
"timeViewed": 4.311598326543001,
|
|
1099
|
+
"relevanceScore": 38,
|
|
1100
|
+
"skipReason": "Not relevant for this project"
|
|
1101
|
+
}
|
|
1102
|
+
],
|
|
1103
|
+
"answers": []
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
"sessionId": "888e4b47-7669-46f0-8547-83fedaf95884",
|
|
1107
|
+
"timestamp": "2025-09-29T10:13:36.502Z",
|
|
1108
|
+
"projectType": "web-app",
|
|
1109
|
+
"frameworks": [
|
|
1110
|
+
"react",
|
|
1111
|
+
"express"
|
|
1112
|
+
],
|
|
1113
|
+
"languages": [
|
|
1114
|
+
"javascript",
|
|
1115
|
+
"typescript"
|
|
1116
|
+
],
|
|
1117
|
+
"skips": [
|
|
1118
|
+
{
|
|
1119
|
+
"questionId": "q_target_users",
|
|
1120
|
+
"text": "Who are the target users?",
|
|
1121
|
+
"category": "overview",
|
|
1122
|
+
"phase": "discovery",
|
|
1123
|
+
"action": "skipped",
|
|
1124
|
+
"reason": "manual",
|
|
1125
|
+
"timeViewed": 1.148342191378702,
|
|
1126
|
+
"relevanceScore": 37,
|
|
1127
|
+
"skipReason": "Not relevant for this project"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"questionId": "q_deployment_strategy",
|
|
1131
|
+
"text": "What deployment strategy will you use?",
|
|
1132
|
+
"category": "deployment",
|
|
1133
|
+
"phase": "discovery",
|
|
1134
|
+
"action": "skipped",
|
|
1135
|
+
"reason": "filtered",
|
|
1136
|
+
"timeViewed": 2.868808119792773,
|
|
1137
|
+
"relevanceScore": 63,
|
|
1138
|
+
"skipReason": "Not relevant for this project"
|
|
1139
|
+
},
|
|
1140
|
+
{
|
|
1141
|
+
"questionId": "q_hosting_provider",
|
|
1142
|
+
"text": "Which hosting provider?",
|
|
1143
|
+
"category": "deployment",
|
|
1144
|
+
"phase": "discovery",
|
|
1145
|
+
"action": "skipped",
|
|
1146
|
+
"reason": "filtered",
|
|
1147
|
+
"timeViewed": 3.439934470301103,
|
|
1148
|
+
"relevanceScore": 27,
|
|
1149
|
+
"skipReason": "Not relevant for this project"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"questionId": "q_cicd_pipeline",
|
|
1153
|
+
"text": "What CI/CD pipeline?",
|
|
1154
|
+
"category": "deployment",
|
|
1155
|
+
"phase": "discovery",
|
|
1156
|
+
"action": "skipped",
|
|
1157
|
+
"reason": "filtered",
|
|
1158
|
+
"timeViewed": 1.7690587622011746,
|
|
1159
|
+
"relevanceScore": 29,
|
|
1160
|
+
"skipReason": "Not relevant for this project"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"questionId": "q_test_coverage",
|
|
1164
|
+
"text": "What is your target test coverage?",
|
|
1165
|
+
"category": "testing",
|
|
1166
|
+
"phase": "discovery",
|
|
1167
|
+
"action": "skipped",
|
|
1168
|
+
"reason": "manual",
|
|
1169
|
+
"timeViewed": 5.287259073550506,
|
|
1170
|
+
"relevanceScore": 43,
|
|
1171
|
+
"skipReason": "Not relevant for this project"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"questionId": "q_auth_method",
|
|
1175
|
+
"text": "What authentication method?",
|
|
1176
|
+
"category": "security",
|
|
1177
|
+
"phase": "discovery",
|
|
1178
|
+
"action": "skipped",
|
|
1179
|
+
"reason": "filtered",
|
|
1180
|
+
"timeViewed": 3.23930539421748,
|
|
1181
|
+
"relevanceScore": 40,
|
|
1182
|
+
"skipReason": "Not relevant for this project"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"questionId": "q_data_encryption",
|
|
1186
|
+
"text": "How will data be encrypted?",
|
|
1187
|
+
"category": "security",
|
|
1188
|
+
"phase": "discovery",
|
|
1189
|
+
"action": "skipped",
|
|
1190
|
+
"reason": "filtered",
|
|
1191
|
+
"timeViewed": 2.8135340713372914,
|
|
1192
|
+
"relevanceScore": 21,
|
|
1193
|
+
"skipReason": "Not relevant for this project"
|
|
1194
|
+
},
|
|
1195
|
+
{
|
|
1196
|
+
"questionId": "q_security_audit",
|
|
1197
|
+
"text": "Will you conduct security audits?",
|
|
1198
|
+
"category": "security",
|
|
1199
|
+
"phase": "discovery",
|
|
1200
|
+
"action": "skipped",
|
|
1201
|
+
"reason": "filtered",
|
|
1202
|
+
"timeViewed": 1.6140943150730793,
|
|
1203
|
+
"relevanceScore": 37,
|
|
1204
|
+
"skipReason": "Not relevant for this project"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
"questionId": "q_database_type",
|
|
1208
|
+
"text": "What type of database?",
|
|
1209
|
+
"category": "database",
|
|
1210
|
+
"phase": "discovery",
|
|
1211
|
+
"action": "skipped",
|
|
1212
|
+
"reason": "manual",
|
|
1213
|
+
"timeViewed": 1.651029026474409,
|
|
1214
|
+
"relevanceScore": 39,
|
|
1215
|
+
"skipReason": "Not relevant for this project"
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1218
|
+
"answers": []
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"sessionId": "3c53b9b3-5cc9-4981-8d20-e15cbbdec35c",
|
|
1222
|
+
"timestamp": "2025-09-25T10:13:36.502Z",
|
|
1223
|
+
"projectType": "web-app",
|
|
1224
|
+
"frameworks": [
|
|
1225
|
+
"react",
|
|
1226
|
+
"express"
|
|
1227
|
+
],
|
|
1228
|
+
"languages": [
|
|
1229
|
+
"javascript",
|
|
1230
|
+
"typescript"
|
|
1231
|
+
],
|
|
1232
|
+
"skips": [
|
|
1233
|
+
{
|
|
1234
|
+
"questionId": "q_deployment_strategy",
|
|
1235
|
+
"text": "What deployment strategy will you use?",
|
|
1236
|
+
"category": "deployment",
|
|
1237
|
+
"phase": "discovery",
|
|
1238
|
+
"action": "skipped",
|
|
1239
|
+
"reason": "filtered",
|
|
1240
|
+
"timeViewed": 5.017663291698225,
|
|
1241
|
+
"relevanceScore": 20,
|
|
1242
|
+
"skipReason": "Not relevant for this project"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"questionId": "q_hosting_provider",
|
|
1246
|
+
"text": "Which hosting provider?",
|
|
1247
|
+
"category": "deployment",
|
|
1248
|
+
"phase": "discovery",
|
|
1249
|
+
"action": "skipped",
|
|
1250
|
+
"reason": "filtered",
|
|
1251
|
+
"timeViewed": 3.7701021444514784,
|
|
1252
|
+
"relevanceScore": 53,
|
|
1253
|
+
"skipReason": "Not relevant for this project"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"questionId": "q_cicd_pipeline",
|
|
1257
|
+
"text": "What CI/CD pipeline?",
|
|
1258
|
+
"category": "deployment",
|
|
1259
|
+
"phase": "discovery",
|
|
1260
|
+
"action": "skipped",
|
|
1261
|
+
"reason": "filtered",
|
|
1262
|
+
"timeViewed": 2.983587306743402,
|
|
1263
|
+
"relevanceScore": 41,
|
|
1264
|
+
"skipReason": "Not relevant for this project"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"questionId": "q_test_coverage",
|
|
1268
|
+
"text": "What is your target test coverage?",
|
|
1269
|
+
"category": "testing",
|
|
1270
|
+
"phase": "discovery",
|
|
1271
|
+
"action": "skipped",
|
|
1272
|
+
"reason": "manual",
|
|
1273
|
+
"timeViewed": 2.7996530444652805,
|
|
1274
|
+
"relevanceScore": 40,
|
|
1275
|
+
"skipReason": "Not relevant for this project"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"questionId": "q_e2e_testing",
|
|
1279
|
+
"text": "Will you implement E2E testing?",
|
|
1280
|
+
"category": "testing",
|
|
1281
|
+
"phase": "discovery",
|
|
1282
|
+
"action": "skipped",
|
|
1283
|
+
"reason": "manual",
|
|
1284
|
+
"timeViewed": 5.517518133976792,
|
|
1285
|
+
"relevanceScore": 20,
|
|
1286
|
+
"skipReason": "Not relevant for this project"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
"questionId": "q_auth_method",
|
|
1290
|
+
"text": "What authentication method?",
|
|
1291
|
+
"category": "security",
|
|
1292
|
+
"phase": "discovery",
|
|
1293
|
+
"action": "skipped",
|
|
1294
|
+
"reason": "filtered",
|
|
1295
|
+
"timeViewed": 2.793364119666039,
|
|
1296
|
+
"relevanceScore": 32,
|
|
1297
|
+
"skipReason": "Not relevant for this project"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"questionId": "q_data_encryption",
|
|
1301
|
+
"text": "How will data be encrypted?",
|
|
1302
|
+
"category": "security",
|
|
1303
|
+
"phase": "discovery",
|
|
1304
|
+
"action": "skipped",
|
|
1305
|
+
"reason": "filtered",
|
|
1306
|
+
"timeViewed": 1.643648669804906,
|
|
1307
|
+
"relevanceScore": 31,
|
|
1308
|
+
"skipReason": "Not relevant for this project"
|
|
1309
|
+
},
|
|
1310
|
+
{
|
|
1311
|
+
"questionId": "q_security_audit",
|
|
1312
|
+
"text": "Will you conduct security audits?",
|
|
1313
|
+
"category": "security",
|
|
1314
|
+
"phase": "discovery",
|
|
1315
|
+
"action": "skipped",
|
|
1316
|
+
"reason": "filtered",
|
|
1317
|
+
"timeViewed": 2.2953843878911986,
|
|
1318
|
+
"relevanceScore": 39,
|
|
1319
|
+
"skipReason": "Not relevant for this project"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
"questionId": "q_orm_choice",
|
|
1323
|
+
"text": "Which ORM will you use?",
|
|
1324
|
+
"category": "database",
|
|
1325
|
+
"phase": "discovery",
|
|
1326
|
+
"action": "skipped",
|
|
1327
|
+
"reason": "manual",
|
|
1328
|
+
"timeViewed": 1.6961427366582185,
|
|
1329
|
+
"relevanceScore": 46,
|
|
1330
|
+
"skipReason": "Not relevant for this project"
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"answers": []
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"sessionId": "d8e5861e-7141-4342-9ed0-04d2c46cd905",
|
|
1337
|
+
"timestamp": "2025-09-21T10:13:36.502Z",
|
|
1338
|
+
"projectType": "web-app",
|
|
1339
|
+
"frameworks": [
|
|
1340
|
+
"react",
|
|
1341
|
+
"express"
|
|
1342
|
+
],
|
|
1343
|
+
"languages": [
|
|
1344
|
+
"javascript",
|
|
1345
|
+
"typescript"
|
|
1346
|
+
],
|
|
1347
|
+
"skips": [
|
|
1348
|
+
{
|
|
1349
|
+
"questionId": "q_deployment_strategy",
|
|
1350
|
+
"text": "What deployment strategy will you use?",
|
|
1351
|
+
"category": "deployment",
|
|
1352
|
+
"phase": "discovery",
|
|
1353
|
+
"action": "skipped",
|
|
1354
|
+
"reason": "filtered",
|
|
1355
|
+
"timeViewed": 5.36467354834464,
|
|
1356
|
+
"relevanceScore": 48,
|
|
1357
|
+
"skipReason": "Not relevant for this project"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"questionId": "q_hosting_provider",
|
|
1361
|
+
"text": "Which hosting provider?",
|
|
1362
|
+
"category": "deployment",
|
|
1363
|
+
"phase": "discovery",
|
|
1364
|
+
"action": "skipped",
|
|
1365
|
+
"reason": "filtered",
|
|
1366
|
+
"timeViewed": 3.326338862807389,
|
|
1367
|
+
"relevanceScore": 40,
|
|
1368
|
+
"skipReason": "Not relevant for this project"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"questionId": "q_cicd_pipeline",
|
|
1372
|
+
"text": "What CI/CD pipeline?",
|
|
1373
|
+
"category": "deployment",
|
|
1374
|
+
"phase": "discovery",
|
|
1375
|
+
"action": "skipped",
|
|
1376
|
+
"reason": "filtered",
|
|
1377
|
+
"timeViewed": 2.574405018270059,
|
|
1378
|
+
"relevanceScore": 64,
|
|
1379
|
+
"skipReason": "Not relevant for this project"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"questionId": "q_e2e_testing",
|
|
1383
|
+
"text": "Will you implement E2E testing?",
|
|
1384
|
+
"category": "testing",
|
|
1385
|
+
"phase": "discovery",
|
|
1386
|
+
"action": "skipped",
|
|
1387
|
+
"reason": "manual",
|
|
1388
|
+
"timeViewed": 1.005985020439877,
|
|
1389
|
+
"relevanceScore": 43,
|
|
1390
|
+
"skipReason": "Not relevant for this project"
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
"questionId": "q_auth_method",
|
|
1394
|
+
"text": "What authentication method?",
|
|
1395
|
+
"category": "security",
|
|
1396
|
+
"phase": "discovery",
|
|
1397
|
+
"action": "skipped",
|
|
1398
|
+
"reason": "filtered",
|
|
1399
|
+
"timeViewed": 4.499157886774238,
|
|
1400
|
+
"relevanceScore": 52,
|
|
1401
|
+
"skipReason": "Not relevant for this project"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"questionId": "q_data_encryption",
|
|
1405
|
+
"text": "How will data be encrypted?",
|
|
1406
|
+
"category": "security",
|
|
1407
|
+
"phase": "discovery",
|
|
1408
|
+
"action": "skipped",
|
|
1409
|
+
"reason": "filtered",
|
|
1410
|
+
"timeViewed": 2.4987846341183375,
|
|
1411
|
+
"relevanceScore": 39,
|
|
1412
|
+
"skipReason": "Not relevant for this project"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"questionId": "q_security_audit",
|
|
1416
|
+
"text": "Will you conduct security audits?",
|
|
1417
|
+
"category": "security",
|
|
1418
|
+
"phase": "discovery",
|
|
1419
|
+
"action": "skipped",
|
|
1420
|
+
"reason": "filtered",
|
|
1421
|
+
"timeViewed": 4.012470418641784,
|
|
1422
|
+
"relevanceScore": 64,
|
|
1423
|
+
"skipReason": "Not relevant for this project"
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"questionId": "q_database_type",
|
|
1427
|
+
"text": "What type of database?",
|
|
1428
|
+
"category": "database",
|
|
1429
|
+
"phase": "discovery",
|
|
1430
|
+
"action": "skipped",
|
|
1431
|
+
"reason": "manual",
|
|
1432
|
+
"timeViewed": 3.4204288607521773,
|
|
1433
|
+
"relevanceScore": 42,
|
|
1434
|
+
"skipReason": "Not relevant for this project"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"questionId": "q_data_backup",
|
|
1438
|
+
"text": "What is your backup strategy?",
|
|
1439
|
+
"category": "database",
|
|
1440
|
+
"phase": "discovery",
|
|
1441
|
+
"action": "skipped",
|
|
1442
|
+
"reason": "manual",
|
|
1443
|
+
"timeViewed": 1.4853199557861831,
|
|
1444
|
+
"relevanceScore": 27,
|
|
1445
|
+
"skipReason": "Not relevant for this project"
|
|
1446
|
+
}
|
|
1447
|
+
],
|
|
1448
|
+
"answers": []
|
|
1449
|
+
}
|
|
1450
|
+
]
|
|
1451
|
+
}
|