oxe-cc 1.11.0 → 1.14.0

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.
@@ -1,999 +1,1152 @@
1
- {
2
- "contract_version": "2.0.0",
3
- "mode_references": {
4
- "discovery": "oxe/workflows/references/reasoning-discovery.md",
5
- "planning": "oxe/workflows/references/reasoning-planning.md",
6
- "execution": "oxe/workflows/references/reasoning-execution.md",
7
- "review": "oxe/workflows/references/reasoning-review.md",
8
- "status": "oxe/workflows/references/reasoning-status.md"
9
- },
10
- "mode_guidance": {
11
- "discovery": [
12
- "Explorar o repositório e os artefatos antes de perguntar.",
13
- "Separar fatos confirmados, inferências e lacunas.",
14
- "Perguntar apenas ambiguidades que mudem a decisão ou o artefato final."
15
- ],
16
- "planning": [
17
- "Fechar interfaces, validação, riscos, rollback e assumptions relevantes.",
18
- "Não deixar decisões importantes para quem implementar depois.",
19
- "Explicitar confiança e condição objetiva para replanejar."
20
- ],
21
- "execution": [
22
- "Fazer reconhecimento curto antes de editar ou executar mutações.",
23
- "Trabalhar no menor write set viável e validar após cada fatia relevante.",
24
- "Parar e explicitar o bloqueio quando houver hipótese crítica não verificada."
25
- ],
26
- "review": [
27
- "Apresentar findings primeiro, ordenados por severidade e evidência.",
28
- "Separar bug, risco, regressão e lacuna de teste.",
29
- "Se não houver findings, declarar isso explicitamente e listar riscos residuais."
30
- ],
31
- "status": [
32
- "Responder com leitura curta e orientada a decisão.",
33
- "Dar uma recomendação única e justificar o motivo.",
34
- "Explicitar a confiança quando o estado estiver incompleto ou ambíguo."
35
- ]
36
- },
37
- "mode_defaults": {
38
- "discovery": {
39
- "question_policy": "explore_first",
40
- "output_contract": "situational",
41
- "tool_profile": "read_heavy",
42
- "confidence_policy": "explicit",
43
- "output_sections": [
44
- "Fatos",
45
- "Inferências",
46
- "Lacunas",
47
- "Próximo passo"
48
- ],
49
- "freshness_policy": {
50
- "pack_max_age_hours": 12,
51
- "artifact_max_age_hours": 168
52
- },
53
- "fallback_policy": "read_direct_with_warning",
54
- "blocking_conditions": [
55
- "missing:state"
56
- ]
57
- },
58
- "planning": {
59
- "question_policy": "ask_high_impact_only",
60
- "output_contract": "plan",
61
- "tool_profile": "mixed",
62
- "confidence_policy": "rubric",
63
- "output_sections": [
64
- "Objetivo",
65
- "Plano",
66
- "Validação",
67
- "Riscos",
68
- "Assumptions",
69
- "Confiança"
70
- ],
71
- "freshness_policy": {
72
- "pack_max_age_hours": 8,
73
- "artifact_max_age_hours": 120
74
- },
75
- "fallback_policy": "read_direct_with_warning",
76
- "blocking_conditions": [
77
- "missing:state",
78
- "missing:spec"
79
- ]
80
- },
81
- "execution": {
82
- "question_policy": "ask_high_impact_only",
83
- "output_contract": "execution",
84
- "tool_profile": "write_bounded",
85
- "confidence_policy": "explicit",
86
- "output_sections": [
87
- "Contexto lido",
88
- "Alvo da mudança",
89
- "Validação executada",
90
- "Resultado",
91
- "Próximo passo"
92
- ],
93
- "freshness_policy": {
94
- "pack_max_age_hours": 4,
95
- "artifact_max_age_hours": 72
96
- },
97
- "fallback_policy": "read_direct_with_warning",
98
- "blocking_conditions": [
99
- "missing:state",
100
- "missing:plan"
101
- ]
102
- },
103
- "review": {
104
- "question_policy": "none",
105
- "output_contract": "findings",
106
- "tool_profile": "review_heavy",
107
- "confidence_policy": "explicit",
108
- "output_sections": [
109
- "Findings",
110
- "Perguntas abertas",
111
- "Riscos residuais",
112
- "Resumo"
113
- ],
114
- "freshness_policy": {
115
- "pack_max_age_hours": 6,
116
- "artifact_max_age_hours": 120
117
- },
118
- "fallback_policy": "read_direct_with_warning",
119
- "blocking_conditions": [
120
- "missing:state"
121
- ]
122
- },
123
- "status": {
124
- "question_policy": "none",
125
- "output_contract": "routing",
126
- "tool_profile": "read_heavy",
127
- "confidence_policy": "explicit",
128
- "output_sections": [
129
- "Leitura atual",
130
- "Recomendação",
131
- "Motivo",
132
- "Confiança"
133
- ],
134
- "freshness_policy": {
135
- "pack_max_age_hours": 6,
136
- "artifact_max_age_hours": 168
137
- },
138
- "fallback_policy": "read_direct_with_warning",
139
- "blocking_conditions": [
140
- "missing:state"
141
- ]
142
- }
143
- },
144
- "workflows": {
145
- "ask": {
146
- "reasoning_mode": "discovery",
147
- "required_artifacts": [
148
- "state"
149
- ],
150
- "optional_artifacts": [
151
- "session_manifest",
152
- "spec",
153
- "plan",
154
- "quick",
155
- "runtime",
156
- "checkpoints",
157
- "verify",
158
- "summary",
159
- "investigations_index",
160
- "project_summary",
161
- "session_summary",
162
- "phase_summary",
163
- "codebase_overview",
164
- "codebase_stack",
165
- "global_lessons",
166
- "sessions_index",
167
- "azure_inventory"
168
- ],
169
- "context_tiers": {
170
- "minimal": [
171
- "state",
172
- "session_summary",
173
- "phase_summary"
174
- ],
175
- "standard": [
176
- "state",
177
- "session_summary",
178
- "phase_summary",
179
- "spec",
180
- "plan",
181
- "quick",
182
- "runtime",
183
- "checkpoints",
184
- "verify",
185
- "summary"
186
- ],
187
- "full": [
188
- "state",
189
- "session_manifest",
190
- "spec",
191
- "plan",
192
- "quick",
193
- "runtime",
194
- "checkpoints",
195
- "verify",
196
- "summary",
197
- "investigations_index",
198
- "project_summary",
199
- "session_summary",
200
- "phase_summary",
201
- "codebase_overview",
202
- "codebase_stack",
203
- "global_lessons",
204
- "sessions_index",
205
- "azure_inventory"
206
- ]
207
- },
208
- "extraction_intent": "status_read"
209
- },
210
- "capabilities": {
211
- "reasoning_mode": "execution",
212
- "tool_profile": "mixed",
213
- "required_artifacts": [
214
- "state",
215
- "capabilities_index"
216
- ],
217
- "optional_artifacts": [
218
- "project_summary",
219
- "session_summary",
220
- "runtime",
221
- "active_run"
222
- ],
223
- "extraction_intent": "execution_input"
224
- },
225
- "checkpoint": {
226
- "reasoning_mode": "execution",
227
- "required_artifacts": [
228
- "state",
229
- "checkpoints"
230
- ],
231
- "optional_artifacts": [
232
- "runtime",
233
- "active_run",
234
- "session_manifest",
235
- "phase_summary"
236
- ],
237
- "extraction_intent": "execution_input"
238
- },
239
- "compact": {
240
- "reasoning_mode": "discovery",
241
- "output_contract": "execution",
242
- "tool_profile": "mixed",
243
- "required_artifacts": [
244
- "state",
245
- "codebase_overview",
246
- "codebase_structure",
247
- "codebase_stack"
248
- ],
249
- "optional_artifacts": [
250
- "codebase_testing",
251
- "codebase_integrations",
252
- "codebase_concerns",
253
- "project_summary"
254
- ],
255
- "extraction_intent": "status_read"
256
- },
257
- "dashboard": {
258
- "reasoning_mode": "status",
259
- "output_contract": "situational",
260
- "required_artifacts": [
261
- "state",
262
- "phase_summary",
263
- "project_summary"
264
- ],
265
- "optional_artifacts": [
266
- "session_summary",
267
- "plan",
268
- "implementation_pack_json",
1
+ {
2
+ "contract_version": "2.0.0",
3
+ "mode_references": {
4
+ "discovery": "oxe/workflows/references/reasoning-discovery.md",
5
+ "planning": "oxe/workflows/references/reasoning-planning.md",
6
+ "execution": "oxe/workflows/references/reasoning-execution.md",
7
+ "review": "oxe/workflows/references/reasoning-review.md",
8
+ "status": "oxe/workflows/references/reasoning-status.md"
9
+ },
10
+ "mode_guidance": {
11
+ "discovery": [
12
+ "Explorar o repositório e os artefatos antes de perguntar.",
13
+ "Separar fatos confirmados, inferências e lacunas.",
14
+ "Perguntar apenas ambiguidades que mudem a decisão ou o artefato final."
15
+ ],
16
+ "planning": [
17
+ "Fechar interfaces, validação, riscos, rollback e assumptions relevantes.",
18
+ "Não deixar decisões importantes para quem implementar depois.",
19
+ "Explicitar confiança e condição objetiva para replanejar."
20
+ ],
21
+ "execution": [
22
+ "Fazer reconhecimento curto antes de editar ou executar mutações.",
23
+ "Trabalhar no menor write set viável e validar após cada fatia relevante.",
24
+ "Parar e explicitar o bloqueio quando houver hipótese crítica não verificada."
25
+ ],
26
+ "review": [
27
+ "Apresentar findings primeiro, ordenados por severidade e evidência.",
28
+ "Separar bug, risco, regressão e lacuna de teste.",
29
+ "Se não houver findings, declarar isso explicitamente e listar riscos residuais."
30
+ ],
31
+ "status": [
32
+ "Responder com leitura curta e orientada a decisão.",
33
+ "Dar uma recomendação única e justificar o motivo.",
34
+ "Explicitar a confiança quando o estado estiver incompleto ou ambíguo."
35
+ ]
36
+ },
37
+ "mode_defaults": {
38
+ "discovery": {
39
+ "question_policy": "explore_first",
40
+ "output_contract": "situational",
41
+ "tool_profile": "read_heavy",
42
+ "confidence_policy": "explicit",
43
+ "output_sections": [
44
+ "Fatos",
45
+ "Inferências",
46
+ "Lacunas",
47
+ "Próximo passo"
48
+ ],
49
+ "freshness_policy": {
50
+ "pack_max_age_hours": 12,
51
+ "artifact_max_age_hours": 168
52
+ },
53
+ "fallback_policy": "read_direct_with_warning",
54
+ "blocking_conditions": [
55
+ "missing:state"
56
+ ]
57
+ },
58
+ "planning": {
59
+ "question_policy": "ask_high_impact_only",
60
+ "output_contract": "plan",
61
+ "tool_profile": "mixed",
62
+ "confidence_policy": "rubric",
63
+ "output_sections": [
64
+ "Objetivo",
65
+ "Plano",
66
+ "Validação",
67
+ "Riscos",
68
+ "Assumptions",
69
+ "Confiança"
70
+ ],
71
+ "freshness_policy": {
72
+ "pack_max_age_hours": 8,
73
+ "artifact_max_age_hours": 120
74
+ },
75
+ "fallback_policy": "read_direct_with_warning",
76
+ "blocking_conditions": [
77
+ "missing:state",
78
+ "missing:spec"
79
+ ]
80
+ },
81
+ "execution": {
82
+ "question_policy": "ask_high_impact_only",
83
+ "output_contract": "execution",
84
+ "tool_profile": "write_bounded",
85
+ "confidence_policy": "explicit",
86
+ "output_sections": [
87
+ "Contexto lido",
88
+ "Alvo da mudança",
89
+ "Validação executada",
90
+ "Resultado",
91
+ "Próximo passo"
92
+ ],
93
+ "freshness_policy": {
94
+ "pack_max_age_hours": 4,
95
+ "artifact_max_age_hours": 72
96
+ },
97
+ "fallback_policy": "read_direct_with_warning",
98
+ "blocking_conditions": [
99
+ "missing:state",
100
+ "missing:plan"
101
+ ]
102
+ },
103
+ "review": {
104
+ "question_policy": "none",
105
+ "output_contract": "findings",
106
+ "tool_profile": "review_heavy",
107
+ "confidence_policy": "explicit",
108
+ "output_sections": [
109
+ "Findings",
110
+ "Perguntas abertas",
111
+ "Riscos residuais",
112
+ "Resumo"
113
+ ],
114
+ "freshness_policy": {
115
+ "pack_max_age_hours": 6,
116
+ "artifact_max_age_hours": 120
117
+ },
118
+ "fallback_policy": "read_direct_with_warning",
119
+ "blocking_conditions": [
120
+ "missing:state"
121
+ ]
122
+ },
123
+ "status": {
124
+ "question_policy": "none",
125
+ "output_contract": "routing",
126
+ "tool_profile": "read_heavy",
127
+ "confidence_policy": "explicit",
128
+ "output_sections": [
129
+ "Leitura atual",
130
+ "Recomendação",
131
+ "Motivo",
132
+ "Confiança"
133
+ ],
134
+ "freshness_policy": {
135
+ "pack_max_age_hours": 6,
136
+ "artifact_max_age_hours": 168
137
+ },
138
+ "fallback_policy": "read_direct_with_warning",
139
+ "blocking_conditions": [
140
+ "missing:state"
141
+ ]
142
+ }
143
+ },
144
+ "workflows": {
145
+ "ask": {
146
+ "reasoning_mode": "discovery",
147
+ "required_artifacts": [
148
+ "state"
149
+ ],
150
+ "optional_artifacts": [
151
+ "session_manifest",
152
+ "spec",
153
+ "plan",
154
+ "quick",
155
+ "runtime",
156
+ "checkpoints",
157
+ "verify",
158
+ "summary",
159
+ "investigations_index",
160
+ "project_summary",
161
+ "session_summary",
162
+ "phase_summary",
163
+ "codebase_overview",
164
+ "codebase_stack",
165
+ "global_lessons",
166
+ "sessions_index",
167
+ "azure_inventory"
168
+ ],
169
+ "context_tiers": {
170
+ "minimal": [
171
+ "state",
172
+ "session_summary",
173
+ "phase_summary"
174
+ ],
175
+ "standard": [
176
+ "state",
177
+ "session_summary",
178
+ "phase_summary",
179
+ "spec",
180
+ "plan",
181
+ "quick",
182
+ "runtime",
183
+ "checkpoints",
184
+ "verify",
185
+ "summary"
186
+ ],
187
+ "full": [
188
+ "state",
189
+ "session_manifest",
190
+ "spec",
191
+ "plan",
192
+ "quick",
193
+ "runtime",
194
+ "checkpoints",
195
+ "verify",
196
+ "summary",
197
+ "investigations_index",
198
+ "project_summary",
199
+ "session_summary",
200
+ "phase_summary",
201
+ "codebase_overview",
202
+ "codebase_stack",
203
+ "global_lessons",
204
+ "sessions_index",
205
+ "azure_inventory"
206
+ ]
207
+ },
208
+ "extraction_intent": "status_read"
209
+ },
210
+ "capabilities": {
211
+ "reasoning_mode": "execution",
212
+ "tool_profile": "mixed",
213
+ "required_artifacts": [
214
+ "state",
215
+ "capabilities_index"
216
+ ],
217
+ "optional_artifacts": [
218
+ "project_summary",
219
+ "session_summary",
220
+ "runtime",
221
+ "active_run"
222
+ ],
223
+ "extraction_intent": "execution_input"
224
+ },
225
+ "checkpoint": {
226
+ "reasoning_mode": "execution",
227
+ "required_artifacts": [
228
+ "state",
229
+ "checkpoints"
230
+ ],
231
+ "optional_artifacts": [
232
+ "runtime",
233
+ "active_run",
234
+ "session_manifest",
235
+ "phase_summary"
236
+ ],
237
+ "extraction_intent": "execution_input"
238
+ },
239
+ "compact": {
240
+ "reasoning_mode": "discovery",
241
+ "output_contract": "execution",
242
+ "tool_profile": "mixed",
243
+ "required_artifacts": [
244
+ "state",
245
+ "codebase_overview",
246
+ "codebase_structure",
247
+ "codebase_stack"
248
+ ],
249
+ "optional_artifacts": [
250
+ "codebase_testing",
251
+ "codebase_integrations",
252
+ "codebase_concerns",
253
+ "project_summary"
254
+ ],
255
+ "extraction_intent": "status_read"
256
+ },
257
+ "dashboard": {
258
+ "reasoning_mode": "status",
259
+ "output_contract": "situational",
260
+ "required_artifacts": [
261
+ "state",
262
+ "phase_summary",
263
+ "project_summary"
264
+ ],
265
+ "optional_artifacts": [
266
+ "session_summary",
267
+ "plan",
268
+ "implementation_pack_json",
269
269
  "reference_anchors",
270
270
  "visual_inputs_json",
271
271
  "fixture_pack_json",
272
- "runtime",
273
- "verify",
274
- "active_run",
275
- "events",
276
- "context_pack_dashboard"
277
- ],
278
- "extraction_intent": "critical_check"
279
- },
280
- "debug": {
281
- "reasoning_mode": "execution",
282
- "required_artifacts": [
283
- "state",
284
- "plan",
285
- "runtime"
286
- ],
287
- "optional_artifacts": [
288
- "verify",
289
- "events",
290
- "active_run",
291
- "project_summary",
292
- "session_summary",
293
- "phase_summary"
294
- ],
295
- "extraction_intent": "execution_input"
296
- },
297
- "discuss": {
298
- "reasoning_mode": "discovery",
299
- "required_artifacts": [
300
- "state"
301
- ],
302
- "optional_artifacts": [
303
- "discuss",
304
- "spec",
305
- "project_summary",
306
- "session_summary",
307
- "phase_summary",
308
- "investigations_index",
309
- "codebase_overview"
310
- ],
311
- "extraction_intent": "status_read"
312
- },
313
- "execute": {
314
- "reasoning_mode": "execution",
315
- "runtime_default_commands": [
316
- "oxe-cc runtime compile --dir <projeto>",
317
- "oxe-cc runtime project --dir <projeto>"
318
- ],
319
- "runtime_primary_artifacts": [
320
- "ACTIVE-RUN.json",
321
- ".oxe/runs/<run_id>.json",
322
- "compiled_graph",
323
- "canonical_state"
324
- ],
325
- "runtime_fallback_note": "Se o runtime não estiver compilado ou falhar por indisponibilidade do pacote, declarar fallback explícito para o fluxo legado antes de mutar.",
326
- "required_artifacts": [
327
- "state",
328
- "runtime",
329
- "checkpoints",
330
- "implementation_pack_json",
331
- "reference_anchors",
332
- "visual_inputs_json",
333
- "fixture_pack_json"
334
- ],
335
- "optional_artifacts": [
336
- "plan",
337
- "quick",
338
- "implementation_pack_md",
339
- "fixture_pack_md",
340
- "active_run",
341
- "events",
342
- "verify",
343
- "summary",
344
- "session_summary",
345
- "phase_summary",
346
- "project_summary",
347
- "capabilities_index",
348
- "azure_inventory"
349
- ],
350
- "context_tiers": {
351
- "minimal": [
352
- "state",
353
- "runtime",
354
- "checkpoints",
272
+ "runtime",
273
+ "verify",
274
+ "active_run",
275
+ "events",
276
+ "context_pack_dashboard"
277
+ ],
278
+ "extraction_intent": "critical_check"
279
+ },
280
+ "debug": {
281
+ "reasoning_mode": "execution",
282
+ "required_artifacts": [
283
+ "state",
284
+ "plan",
285
+ "runtime"
286
+ ],
287
+ "optional_artifacts": [
288
+ "verify",
289
+ "events",
290
+ "active_run",
291
+ "project_summary",
292
+ "session_summary",
293
+ "phase_summary"
294
+ ],
295
+ "extraction_intent": "execution_input"
296
+ },
297
+ "discuss": {
298
+ "reasoning_mode": "discovery",
299
+ "required_artifacts": [
300
+ "state"
301
+ ],
302
+ "optional_artifacts": [
303
+ "discuss",
304
+ "spec",
305
+ "project_summary",
306
+ "session_summary",
307
+ "phase_summary",
308
+ "investigations_index",
309
+ "codebase_overview"
310
+ ],
311
+ "extraction_intent": "status_read"
312
+ },
313
+ "execute": {
314
+ "reasoning_mode": "execution",
315
+ "runtime_default_commands": [
316
+ "oxe-cc runtime compile --dir <projeto>",
317
+ "oxe-cc runtime project --dir <projeto>"
318
+ ],
319
+ "runtime_primary_artifacts": [
320
+ "ACTIVE-RUN.json",
321
+ ".oxe/runs/<run_id>.json",
322
+ "compiled_graph",
323
+ "canonical_state"
324
+ ],
325
+ "runtime_fallback_note": "Se o runtime não estiver compilado ou falhar por indisponibilidade do pacote, declarar fallback explícito para o fluxo legado antes de mutar.",
326
+ "required_artifacts": [
327
+ "state",
328
+ "runtime",
329
+ "checkpoints",
330
+ "implementation_pack_json",
331
+ "reference_anchors",
332
+ "visual_inputs_json",
333
+ "fixture_pack_json"
334
+ ],
335
+ "optional_artifacts": [
336
+ "plan",
337
+ "quick",
338
+ "implementation_pack_md",
339
+ "fixture_pack_md",
340
+ "active_run",
341
+ "events",
342
+ "verify",
343
+ "summary",
344
+ "session_summary",
345
+ "phase_summary",
346
+ "project_summary",
347
+ "capabilities_index",
348
+ "azure_inventory"
349
+ ],
350
+ "context_tiers": {
351
+ "minimal": [
352
+ "state",
353
+ "runtime",
354
+ "checkpoints",
355
355
  "plan",
356
356
  "implementation_pack_json",
357
357
  "reference_anchors",
358
358
  "visual_inputs_json",
359
359
  "fixture_pack_json",
360
- "quick",
361
- "phase_summary"
362
- ],
363
- "standard": [
364
- "state",
365
- "runtime",
366
- "checkpoints",
360
+ "quick",
361
+ "phase_summary"
362
+ ],
363
+ "standard": [
364
+ "state",
365
+ "runtime",
366
+ "checkpoints",
367
367
  "plan",
368
368
  "implementation_pack_json",
369
369
  "reference_anchors",
370
370
  "visual_inputs_json",
371
371
  "fixture_pack_json",
372
- "quick",
373
- "phase_summary",
374
- "session_summary",
375
- "active_run",
376
- "events",
377
- "verify",
378
- "summary"
379
- ],
380
- "full": [
381
- "state",
382
- "runtime",
383
- "checkpoints",
384
- "plan",
385
- "implementation_pack_md",
386
- "implementation_pack_json",
372
+ "quick",
373
+ "phase_summary",
374
+ "session_summary",
375
+ "active_run",
376
+ "events",
377
+ "verify",
378
+ "summary"
379
+ ],
380
+ "full": [
381
+ "state",
382
+ "runtime",
383
+ "checkpoints",
384
+ "plan",
385
+ "implementation_pack_md",
386
+ "implementation_pack_json",
387
387
  "reference_anchors",
388
388
  "visual_inputs_md",
389
389
  "visual_inputs_json",
390
390
  "fixture_pack_md",
391
- "fixture_pack_json",
392
- "quick",
393
- "active_run",
394
- "events",
395
- "verify",
396
- "summary",
397
- "session_summary",
398
- "phase_summary",
399
- "project_summary",
400
- "capabilities_index",
401
- "azure_inventory"
402
- ]
403
- },
404
- "blocking_conditions": [
405
- "missing:state",
406
- "missing:plan_or_quick"
407
- ],
408
- "extraction_intent": "execution_input"
409
- },
410
- "forensics": {
411
- "reasoning_mode": "execution",
412
- "required_artifacts": [
413
- "state",
414
- "runtime",
415
- "events"
416
- ],
417
- "optional_artifacts": [
418
- "plan",
419
- "verify",
420
- "summary",
421
- "active_run",
422
- "session_summary",
423
- "phase_summary",
424
- "project_summary"
425
- ],
426
- "extraction_intent": "execution_input"
427
- },
428
- "help": {
429
- "reasoning_mode": "status",
430
- "required_artifacts": [
431
- "state"
432
- ],
433
- "optional_artifacts": [
434
- "phase_summary",
435
- "project_summary",
436
- "session_summary",
437
- "plan",
438
- "runtime"
439
- ],
440
- "extraction_intent": "critical_check"
441
- },
442
- "loop": {
443
- "reasoning_mode": "execution",
444
- "required_artifacts": [
445
- "state",
446
- "plan",
447
- "runtime",
448
- "active_run"
449
- ],
450
- "optional_artifacts": [
451
- "events",
452
- "checkpoints",
453
- "verify",
454
- "phase_summary",
455
- "session_summary"
456
- ],
457
- "extraction_intent": "execution_input"
458
- },
459
- "milestone": {
460
- "reasoning_mode": "planning",
461
- "output_contract": "execution",
462
- "required_artifacts": [
463
- "state"
464
- ],
465
- "optional_artifacts": [
466
- "project_summary",
467
- "global_lessons",
468
- "session_summary",
469
- "phase_summary"
470
- ],
471
- "extraction_intent": "planning_input"
472
- },
473
- "next": {
474
- "reasoning_mode": "status",
475
- "required_artifacts": [
476
- "state",
477
- "phase_summary"
478
- ],
479
- "optional_artifacts": [
480
- "project_summary",
481
- "session_summary",
482
- "plan",
483
- "runtime",
484
- "verify"
485
- ],
486
- "extraction_intent": "critical_check"
487
- },
488
- "obs": {
489
- "reasoning_mode": "execution",
490
- "required_artifacts": [
491
- "state"
492
- ],
493
- "optional_artifacts": [
494
- "project_summary",
495
- "session_summary",
496
- "phase_summary",
497
- "plan",
498
- "runtime"
499
- ],
500
- "extraction_intent": "execution_input"
501
- },
502
- "oxe": {
503
- "reasoning_mode": "status",
504
- "required_artifacts": [
505
- "state"
506
- ],
507
- "optional_artifacts": [
508
- "phase_summary",
509
- "project_summary",
510
- "session_summary",
511
- "plan",
512
- "runtime"
513
- ],
514
- "extraction_intent": "critical_check"
515
- },
516
- "plan-agent": {
517
- "reasoning_mode": "planning",
518
- "required_artifacts": [
519
- "state",
520
- "spec"
521
- ],
522
- "optional_artifacts": [
523
- "discuss",
524
- "plan_agents",
525
- "investigations_index",
526
- "project_summary",
527
- "session_summary",
528
- "phase_summary",
529
- "capabilities_index"
530
- ],
531
- "extraction_intent": "planning_input"
532
- },
533
- "plan": {
534
- "reasoning_mode": "planning",
535
- "required_artifacts": [
536
- "state",
537
- "spec"
538
- ],
539
- "optional_artifacts": [
540
- "discuss",
541
- "investigations_index",
542
- "project_summary",
543
- "session_summary",
544
- "phase_summary",
545
- "global_lessons",
546
- "capabilities_index",
547
- "azure_inventory",
548
- "checkpoints",
549
- "calibration",
550
- "implementation_pack_md",
551
- "implementation_pack_json",
391
+ "fixture_pack_json",
392
+ "quick",
393
+ "active_run",
394
+ "events",
395
+ "verify",
396
+ "summary",
397
+ "session_summary",
398
+ "phase_summary",
399
+ "project_summary",
400
+ "capabilities_index",
401
+ "azure_inventory"
402
+ ]
403
+ },
404
+ "blocking_conditions": [
405
+ "missing:state",
406
+ "missing:plan_or_quick"
407
+ ],
408
+ "extraction_intent": "execution_input"
409
+ },
410
+ "forensics": {
411
+ "reasoning_mode": "execution",
412
+ "required_artifacts": [
413
+ "state",
414
+ "runtime",
415
+ "events"
416
+ ],
417
+ "optional_artifacts": [
418
+ "plan",
419
+ "verify",
420
+ "summary",
421
+ "active_run",
422
+ "session_summary",
423
+ "phase_summary",
424
+ "project_summary"
425
+ ],
426
+ "extraction_intent": "execution_input"
427
+ },
428
+ "help": {
429
+ "reasoning_mode": "status",
430
+ "required_artifacts": [
431
+ "state"
432
+ ],
433
+ "optional_artifacts": [
434
+ "phase_summary",
435
+ "project_summary",
436
+ "session_summary",
437
+ "plan",
438
+ "runtime"
439
+ ],
440
+ "extraction_intent": "critical_check"
441
+ },
442
+ "loop": {
443
+ "reasoning_mode": "execution",
444
+ "required_artifacts": [
445
+ "state",
446
+ "plan",
447
+ "runtime",
448
+ "active_run"
449
+ ],
450
+ "optional_artifacts": [
451
+ "events",
452
+ "checkpoints",
453
+ "verify",
454
+ "phase_summary",
455
+ "session_summary"
456
+ ],
457
+ "extraction_intent": "execution_input"
458
+ },
459
+ "milestone": {
460
+ "reasoning_mode": "planning",
461
+ "output_contract": "execution",
462
+ "required_artifacts": [
463
+ "state"
464
+ ],
465
+ "optional_artifacts": [
466
+ "project_summary",
467
+ "global_lessons",
468
+ "session_summary",
469
+ "phase_summary"
470
+ ],
471
+ "extraction_intent": "planning_input"
472
+ },
473
+ "next": {
474
+ "reasoning_mode": "status",
475
+ "required_artifacts": [
476
+ "state",
477
+ "phase_summary"
478
+ ],
479
+ "optional_artifacts": [
480
+ "project_summary",
481
+ "session_summary",
482
+ "plan",
483
+ "runtime",
484
+ "verify"
485
+ ],
486
+ "extraction_intent": "critical_check"
487
+ },
488
+ "obs": {
489
+ "reasoning_mode": "execution",
490
+ "required_artifacts": [
491
+ "state"
492
+ ],
493
+ "optional_artifacts": [
494
+ "project_summary",
495
+ "session_summary",
496
+ "phase_summary",
497
+ "plan",
498
+ "runtime"
499
+ ],
500
+ "extraction_intent": "execution_input"
501
+ },
502
+ "oxe": {
503
+ "reasoning_mode": "status",
504
+ "required_artifacts": [
505
+ "state"
506
+ ],
507
+ "optional_artifacts": [
508
+ "phase_summary",
509
+ "project_summary",
510
+ "session_summary",
511
+ "plan",
512
+ "runtime"
513
+ ],
514
+ "extraction_intent": "critical_check"
515
+ },
516
+ "plan-agent": {
517
+ "reasoning_mode": "planning",
518
+ "required_artifacts": [
519
+ "state",
520
+ "spec"
521
+ ],
522
+ "optional_artifacts": [
523
+ "discuss",
524
+ "plan_agents",
525
+ "investigations_index",
526
+ "project_summary",
527
+ "session_summary",
528
+ "phase_summary",
529
+ "capabilities_index"
530
+ ],
531
+ "extraction_intent": "planning_input"
532
+ },
533
+ "plan": {
534
+ "reasoning_mode": "planning",
535
+ "required_artifacts": [
536
+ "state",
537
+ "spec"
538
+ ],
539
+ "optional_artifacts": [
540
+ "discuss",
541
+ "investigations_index",
542
+ "project_summary",
543
+ "session_summary",
544
+ "phase_summary",
545
+ "global_lessons",
546
+ "capabilities_index",
547
+ "azure_inventory",
548
+ "checkpoints",
549
+ "calibration",
550
+ "implementation_pack_md",
551
+ "implementation_pack_json",
552
552
  "reference_anchors",
553
553
  "visual_inputs_md",
554
554
  "visual_inputs_json",
555
555
  "fixture_pack_md",
556
- "fixture_pack_json"
557
- ],
558
- "context_tiers": {
559
- "minimal": [
560
- "state",
561
- "spec",
562
- "session_summary",
563
- "phase_summary"
564
- ],
565
- "standard": [
566
- "state",
567
- "spec",
568
- "session_summary",
569
- "phase_summary",
570
- "discuss",
571
- "investigations_index",
572
- "project_summary",
573
- "global_lessons",
574
- "capabilities_index",
575
- "checkpoints",
576
- "implementation_pack_json",
577
- "reference_anchors",
578
- "visual_inputs_json",
579
556
  "fixture_pack_json"
580
- ],
581
- "full": [
582
- "state",
583
- "spec",
584
- "discuss",
585
- "investigations_index",
586
- "project_summary",
587
- "session_summary",
588
- "phase_summary",
589
- "global_lessons",
590
- "capabilities_index",
591
- "azure_inventory",
592
- "checkpoints",
593
- "calibration",
557
+ ],
558
+ "context_tiers": {
559
+ "minimal": [
560
+ "state",
561
+ "spec",
562
+ "session_summary",
563
+ "phase_summary"
564
+ ],
565
+ "standard": [
566
+ "state",
567
+ "spec",
568
+ "session_summary",
569
+ "phase_summary",
570
+ "discuss",
571
+ "investigations_index",
572
+ "project_summary",
573
+ "global_lessons",
574
+ "capabilities_index",
575
+ "checkpoints",
576
+ "implementation_pack_json",
577
+ "reference_anchors",
578
+ "visual_inputs_json",
579
+ "fixture_pack_json"
580
+ ],
581
+ "full": [
582
+ "state",
583
+ "spec",
584
+ "discuss",
585
+ "investigations_index",
586
+ "project_summary",
587
+ "session_summary",
588
+ "phase_summary",
589
+ "global_lessons",
590
+ "capabilities_index",
591
+ "azure_inventory",
592
+ "checkpoints",
593
+ "calibration",
594
594
  "implementation_pack_md",
595
595
  "implementation_pack_json",
596
596
  "reference_anchors",
597
597
  "visual_inputs_md",
598
598
  "visual_inputs_json",
599
599
  "fixture_pack_md",
600
- "fixture_pack_json"
601
- ]
602
- },
603
- "extraction_intent": "planning_input"
604
- },
605
- "project": {
606
- "reasoning_mode": "planning",
607
- "output_contract": "routing",
608
- "required_artifacts": [
609
- "state",
610
- "project_summary"
611
- ],
612
- "optional_artifacts": [
613
- "session_summary",
614
- "phase_summary",
615
- "global_lessons"
616
- ],
617
- "extraction_intent": "planning_input"
618
- },
619
- "quick": {
620
- "reasoning_mode": "planning",
621
- "required_artifacts": [
622
- "state",
623
- "spec"
624
- ],
600
+ "fixture_pack_json"
601
+ ]
602
+ },
603
+ "extraction_intent": "planning_input"
604
+ },
605
+ "project": {
606
+ "reasoning_mode": "planning",
607
+ "output_contract": "routing",
608
+ "required_artifacts": [
609
+ "state",
610
+ "project_summary"
611
+ ],
612
+ "optional_artifacts": [
613
+ "session_summary",
614
+ "phase_summary",
615
+ "global_lessons"
616
+ ],
617
+ "extraction_intent": "planning_input"
618
+ },
619
+ "quick": {
620
+ "reasoning_mode": "planning",
621
+ "required_artifacts": [
622
+ "state",
623
+ "spec"
624
+ ],
625
625
  "optional_artifacts": [
626
626
  "plan",
627
627
  "visual_inputs_md",
628
628
  "visual_inputs_json",
629
629
  "project_summary",
630
- "session_summary",
631
- "phase_summary",
632
- "capabilities_index"
633
- ],
634
- "extraction_intent": "planning_input"
635
- },
636
- "research": {
637
- "reasoning_mode": "discovery",
638
- "required_artifacts": [
639
- "state"
640
- ],
641
- "optional_artifacts": [
642
- "investigations_index",
643
- "spec",
644
- "plan",
645
- "project_summary",
646
- "session_summary",
647
- "phase_summary",
648
- "codebase_overview",
649
- "codebase_integrations",
650
- "azure_inventory"
651
- ],
652
- "extraction_intent": "status_read"
653
- },
654
- "retro": {
655
- "reasoning_mode": "review",
656
- "required_artifacts": [
657
- "state",
658
- "verify"
659
- ],
660
- "optional_artifacts": [
661
- "summary",
662
- "global_lessons",
663
- "project_summary",
664
- "session_summary",
665
- "phase_summary",
666
- "lessons_metrics",
667
- "spec"
668
- ],
669
- "extraction_intent": "verification",
670
- "quality_contract_aware": true
671
- },
672
- "review-pr": {
673
- "reasoning_mode": "review",
674
- "required_artifacts": [
675
- "state",
676
- "plan"
677
- ],
678
- "optional_artifacts": [
679
- "verify",
680
- "summary",
681
- "phase_summary",
682
- "session_summary",
683
- "project_summary",
684
- "codebase_testing",
685
- "codebase_concerns"
686
- ],
687
- "extraction_intent": "verification"
688
- },
689
- "route": {
690
- "reasoning_mode": "status",
691
- "required_artifacts": [
692
- "state",
693
- "phase_summary"
694
- ],
695
- "optional_artifacts": [
696
- "project_summary",
697
- "session_summary",
698
- "plan",
699
- "runtime",
700
- "verify"
701
- ],
702
- "extraction_intent": "critical_check"
703
- },
704
- "scan": {
705
- "reasoning_mode": "discovery",
706
- "required_artifacts": [
707
- "state"
708
- ],
709
- "optional_artifacts": [
710
- "codebase_overview",
711
- "codebase_stack",
712
- "codebase_structure",
713
- "codebase_testing",
714
- "codebase_integrations",
715
- "codebase_concerns",
716
- "project_summary"
717
- ],
718
- "extraction_intent": "status_read"
719
- },
720
- "security": {
721
- "reasoning_mode": "review",
722
- "required_artifacts": [
723
- "state"
724
- ],
725
- "optional_artifacts": [
726
- "plan",
727
- "verify",
728
- "codebase_stack",
729
- "codebase_integrations",
730
- "codebase_concerns",
731
- "project_summary",
732
- "session_summary"
733
- ],
734
- "extraction_intent": "verification"
735
- },
736
- "session": {
737
- "reasoning_mode": "execution",
738
- "required_artifacts": [
739
- "state",
740
- "sessions_index"
741
- ],
742
- "optional_artifacts": [
743
- "session_manifest",
744
- "project_summary",
745
- "phase_summary"
746
- ],
747
- "extraction_intent": "execution_input"
748
- },
749
- "ship": {
750
- "reasoning_mode": "execution",
751
- "required_artifacts": [
752
- "state"
753
- ],
754
- "optional_artifacts": [
755
- "spec",
756
- "quick",
757
- "plan",
758
- "verify",
759
- "summary",
760
- "runtime",
761
- "active_run",
762
- "phase_summary",
763
- "session_summary",
764
- "project_summary"
765
- ],
766
- "blocking_conditions": [
767
- "missing:verify_without_override",
768
- "missing:tracked_changes"
769
- ],
770
- "extraction_intent": "execution_input"
771
- },
772
- "skill": {
773
- "reasoning_mode": "execution",
774
- "required_artifacts": [
775
- "state"
776
- ],
777
- "optional_artifacts": [
778
- "capabilities_index",
779
- "project_summary",
780
- "session_summary",
781
- "phase_summary"
782
- ],
783
- "extraction_intent": "execution_input"
784
- },
785
- "spec": {
786
- "reasoning_mode": "discovery",
787
- "required_artifacts": [
788
- "state"
789
- ],
790
- "optional_artifacts": [
630
+ "session_summary",
631
+ "phase_summary",
632
+ "capabilities_index"
633
+ ],
634
+ "extraction_intent": "planning_input"
635
+ },
636
+ "research": {
637
+ "reasoning_mode": "discovery",
638
+ "required_artifacts": [
639
+ "state"
640
+ ],
641
+ "optional_artifacts": [
642
+ "investigations_index",
643
+ "spec",
644
+ "plan",
645
+ "project_summary",
646
+ "session_summary",
647
+ "phase_summary",
648
+ "codebase_overview",
649
+ "codebase_integrations",
650
+ "azure_inventory"
651
+ ],
652
+ "extraction_intent": "status_read"
653
+ },
654
+ "retro": {
655
+ "reasoning_mode": "review",
656
+ "required_artifacts": [
657
+ "state",
658
+ "verify"
659
+ ],
660
+ "optional_artifacts": [
661
+ "summary",
662
+ "global_lessons",
663
+ "project_summary",
664
+ "session_summary",
665
+ "phase_summary",
666
+ "lessons_metrics",
667
+ "spec"
668
+ ],
669
+ "extraction_intent": "verification",
670
+ "quality_contract_aware": true
671
+ },
672
+ "review-pr": {
673
+ "reasoning_mode": "review",
674
+ "required_artifacts": [
675
+ "state",
676
+ "plan"
677
+ ],
678
+ "optional_artifacts": [
679
+ "verify",
680
+ "summary",
681
+ "phase_summary",
682
+ "session_summary",
683
+ "project_summary",
684
+ "codebase_testing",
685
+ "codebase_concerns"
686
+ ],
687
+ "extraction_intent": "verification"
688
+ },
689
+ "route": {
690
+ "reasoning_mode": "status",
691
+ "required_artifacts": [
692
+ "state",
693
+ "phase_summary"
694
+ ],
695
+ "optional_artifacts": [
696
+ "project_summary",
697
+ "session_summary",
698
+ "plan",
699
+ "runtime",
700
+ "verify"
701
+ ],
702
+ "extraction_intent": "critical_check"
703
+ },
704
+ "scan": {
705
+ "reasoning_mode": "discovery",
706
+ "required_artifacts": [
707
+ "state"
708
+ ],
709
+ "optional_artifacts": [
710
+ "codebase_overview",
711
+ "codebase_stack",
712
+ "codebase_structure",
713
+ "codebase_testing",
714
+ "codebase_integrations",
715
+ "codebase_concerns",
716
+ "project_summary"
717
+ ],
718
+ "extraction_intent": "status_read"
719
+ },
720
+ "security": {
721
+ "reasoning_mode": "review",
722
+ "required_artifacts": [
723
+ "state"
724
+ ],
725
+ "optional_artifacts": [
726
+ "plan",
727
+ "verify",
728
+ "codebase_stack",
729
+ "codebase_integrations",
730
+ "codebase_concerns",
731
+ "project_summary",
732
+ "session_summary"
733
+ ],
734
+ "extraction_intent": "verification"
735
+ },
736
+ "session": {
737
+ "reasoning_mode": "execution",
738
+ "required_artifacts": [
739
+ "state",
740
+ "sessions_index"
741
+ ],
742
+ "optional_artifacts": [
743
+ "session_manifest",
744
+ "project_summary",
745
+ "phase_summary"
746
+ ],
747
+ "extraction_intent": "execution_input"
748
+ },
749
+ "ship": {
750
+ "reasoning_mode": "execution",
751
+ "required_artifacts": [
752
+ "state"
753
+ ],
754
+ "optional_artifacts": [
755
+ "spec",
756
+ "quick",
757
+ "plan",
758
+ "verify",
759
+ "summary",
760
+ "runtime",
761
+ "active_run",
762
+ "phase_summary",
763
+ "session_summary",
764
+ "project_summary"
765
+ ],
766
+ "blocking_conditions": [
767
+ "missing:verify_without_override",
768
+ "missing:tracked_changes"
769
+ ],
770
+ "extraction_intent": "execution_input"
771
+ },
772
+ "skill": {
773
+ "reasoning_mode": "execution",
774
+ "required_artifacts": [
775
+ "state"
776
+ ],
777
+ "optional_artifacts": [
778
+ "capabilities_index",
779
+ "project_summary",
780
+ "session_summary",
781
+ "phase_summary"
782
+ ],
783
+ "extraction_intent": "execution_input"
784
+ },
785
+ "spec": {
786
+ "reasoning_mode": "discovery",
787
+ "required_artifacts": [
788
+ "state"
789
+ ],
790
+ "optional_artifacts": [
791
791
  "discuss",
792
792
  "spec",
793
793
  "investigations_index",
794
794
  "visual_inputs_md",
795
795
  "visual_inputs_json",
796
796
  "project_summary",
797
- "session_summary",
798
- "phase_summary",
799
- "codebase_overview",
800
- "codebase_integrations",
801
- "global_lessons",
802
- "azure_inventory",
803
- "lessons_metrics"
804
- ],
805
- "extraction_intent": "planning_input",
806
- "quality_contract_aware": true
807
- },
808
- "ui-review": {
809
- "reasoning_mode": "review",
810
- "required_artifacts": [
811
- "state",
812
- "spec",
813
- "verify"
814
- ],
815
- "optional_artifacts": [
816
- "plan",
817
- "summary",
818
- "project_summary",
819
- "session_summary",
820
- "phase_summary"
821
- ],
822
- "extraction_intent": "verification"
823
- },
824
- "ui-spec": {
825
- "reasoning_mode": "planning",
826
- "required_artifacts": [
827
- "state",
828
- "spec"
829
- ],
830
- "optional_artifacts": [
831
- "plan",
832
- "project_summary",
833
- "session_summary",
834
- "phase_summary"
835
- ],
836
- "extraction_intent": "planning_input"
837
- },
838
- "update": {
839
- "reasoning_mode": "execution",
840
- "required_artifacts": [
841
- "state",
842
- "project_summary"
843
- ],
844
- "optional_artifacts": [
845
- "runtime_semantics_manifest",
846
- "copilot_manifest",
847
- "phase_summary"
848
- ],
849
- "extraction_intent": "execution_input"
850
- },
851
- "validate-gaps": {
852
- "reasoning_mode": "review",
853
- "required_artifacts": [
854
- "state",
855
- "plan",
856
- "verify"
857
- ],
858
- "optional_artifacts": [
859
- "summary",
860
- "codebase_testing",
861
- "project_summary",
862
- "phase_summary"
863
- ],
864
- "extraction_intent": "verification"
865
- },
866
- "verify-audit": {
867
- "reasoning_mode": "review",
868
- "question_policy": "none",
869
- "output_contract": "findings",
870
- "tool_profile": "review_heavy",
871
- "confidence_policy": "explicit",
872
- "required_artifacts": [
873
- "state",
874
- "spec",
875
- "verify"
876
- ],
877
- "optional_artifacts": [
878
- "session_summary",
879
- "phase_summary"
880
- ],
881
- "extraction_intent": "verification",
882
- "auditor_excluded": [
883
- "plan",
884
- "runtime",
885
- "active_run",
886
- "events"
887
- ]
888
- },
889
- "verify": {
890
- "reasoning_mode": "review",
891
- "runtime_default_commands": [
892
- "oxe-cc runtime verify --dir <projeto>",
893
- "oxe-cc runtime project --dir <projeto>"
894
- ],
895
- "runtime_primary_artifacts": [
896
- ".oxe/runs/<run_id>/verification-manifest.json",
897
- ".oxe/runs/<run_id>/residual-risk-ledger.json",
898
- ".oxe/runs/<run_id>/evidence-coverage.json",
899
- "VERIFY.md projetado"
900
- ],
901
- "runtime_fallback_note": "Se runtime verify não estiver disponível, declarar fallback explícito para a verificação manual; se retornar partial, usar os gaps explícitos como backlog da revisão.",
902
- "required_artifacts": [
903
- "state",
904
- "plan",
905
- "runtime",
906
- "verify"
907
- ],
908
- "optional_artifacts": [
909
- "quick",
910
- "active_run",
911
- "events",
912
- "summary",
913
- "investigations_index",
914
- "project_summary",
915
- "session_summary",
916
- "phase_summary",
917
- "codebase_testing",
918
- "checkpoints",
919
- "azure_inventory",
920
- "calibration"
921
- ],
922
- "context_tiers": {
923
- "minimal": [
924
- "state",
925
- "plan",
926
- "runtime",
927
- "verify",
928
- "phase_summary"
929
- ],
930
- "standard": [
931
- "state",
932
- "plan",
933
- "runtime",
934
- "verify",
935
- "phase_summary",
936
- "session_summary",
937
- "active_run",
938
- "events",
939
- "summary",
940
- "checkpoints"
941
- ],
942
- "full": [
943
- "state",
944
- "plan",
945
- "runtime",
946
- "verify",
947
- "quick",
948
- "active_run",
949
- "events",
950
- "summary",
951
- "investigations_index",
952
- "project_summary",
953
- "session_summary",
954
- "phase_summary",
955
- "codebase_testing",
956
- "checkpoints",
957
- "azure_inventory",
958
- "calibration"
959
- ]
960
- },
961
- "extraction_intent": "verification",
962
- "auditor_artifacts": [
963
- "state",
964
- "spec",
965
- "verify"
966
- ],
967
- "auditor_excluded": [
968
- "runtime",
969
- "plan"
970
- ]
971
- },
972
- "workflow-authoring": {
973
- "reasoning_mode": "review",
974
- "required_artifacts": [
975
- "state"
976
- ],
977
- "optional_artifacts": [
978
- "spec",
979
- "plan",
980
- "project_summary",
981
- "codebase_overview",
982
- "codebase_stack"
983
- ],
984
- "extraction_intent": "verification"
985
- },
986
- "workstream": {
987
- "reasoning_mode": "execution",
988
- "required_artifacts": [
989
- "state"
990
- ],
991
- "optional_artifacts": [
992
- "project_summary",
993
- "session_summary",
994
- "phase_summary"
995
- ],
996
- "extraction_intent": "execution_input"
997
- }
998
- }
999
- }
797
+ "session_summary",
798
+ "phase_summary",
799
+ "codebase_overview",
800
+ "codebase_integrations",
801
+ "global_lessons",
802
+ "azure_inventory",
803
+ "lessons_metrics"
804
+ ],
805
+ "extraction_intent": "planning_input",
806
+ "quality_contract_aware": true
807
+ },
808
+ "ui-review": {
809
+ "reasoning_mode": "review",
810
+ "required_artifacts": [
811
+ "state",
812
+ "spec",
813
+ "verify"
814
+ ],
815
+ "optional_artifacts": [
816
+ "plan",
817
+ "summary",
818
+ "project_summary",
819
+ "session_summary",
820
+ "phase_summary"
821
+ ],
822
+ "extraction_intent": "verification"
823
+ },
824
+ "ui-spec": {
825
+ "reasoning_mode": "planning",
826
+ "required_artifacts": [
827
+ "state",
828
+ "spec"
829
+ ],
830
+ "optional_artifacts": [
831
+ "plan",
832
+ "project_summary",
833
+ "session_summary",
834
+ "phase_summary"
835
+ ],
836
+ "extraction_intent": "planning_input"
837
+ },
838
+ "update": {
839
+ "reasoning_mode": "execution",
840
+ "required_artifacts": [
841
+ "state",
842
+ "project_summary"
843
+ ],
844
+ "optional_artifacts": [
845
+ "runtime_semantics_manifest",
846
+ "copilot_manifest",
847
+ "phase_summary"
848
+ ],
849
+ "extraction_intent": "execution_input"
850
+ },
851
+ "validate-gaps": {
852
+ "reasoning_mode": "review",
853
+ "required_artifacts": [
854
+ "state",
855
+ "plan",
856
+ "verify"
857
+ ],
858
+ "optional_artifacts": [
859
+ "summary",
860
+ "codebase_testing",
861
+ "project_summary",
862
+ "phase_summary"
863
+ ],
864
+ "extraction_intent": "verification"
865
+ },
866
+ "verify-audit": {
867
+ "reasoning_mode": "review",
868
+ "question_policy": "none",
869
+ "output_contract": "findings",
870
+ "tool_profile": "review_heavy",
871
+ "confidence_policy": "explicit",
872
+ "required_artifacts": [
873
+ "state",
874
+ "spec",
875
+ "verify"
876
+ ],
877
+ "optional_artifacts": [
878
+ "session_summary",
879
+ "phase_summary"
880
+ ],
881
+ "extraction_intent": "verification",
882
+ "auditor_excluded": [
883
+ "plan",
884
+ "runtime",
885
+ "active_run",
886
+ "events"
887
+ ]
888
+ },
889
+ "verify": {
890
+ "reasoning_mode": "review",
891
+ "runtime_default_commands": [
892
+ "oxe-cc runtime verify --dir <projeto>",
893
+ "oxe-cc runtime project --dir <projeto>"
894
+ ],
895
+ "runtime_primary_artifacts": [
896
+ ".oxe/runs/<run_id>/verification-manifest.json",
897
+ ".oxe/runs/<run_id>/residual-risk-ledger.json",
898
+ ".oxe/runs/<run_id>/evidence-coverage.json",
899
+ "VERIFY.md projetado"
900
+ ],
901
+ "runtime_fallback_note": "Se runtime verify não estiver disponível, declarar fallback explícito para a verificação manual; se retornar partial, usar os gaps explícitos como backlog da revisão.",
902
+ "required_artifacts": [
903
+ "state",
904
+ "plan",
905
+ "runtime",
906
+ "verify"
907
+ ],
908
+ "optional_artifacts": [
909
+ "quick",
910
+ "active_run",
911
+ "events",
912
+ "summary",
913
+ "investigations_index",
914
+ "project_summary",
915
+ "session_summary",
916
+ "phase_summary",
917
+ "codebase_testing",
918
+ "checkpoints",
919
+ "azure_inventory",
920
+ "calibration"
921
+ ],
922
+ "context_tiers": {
923
+ "minimal": [
924
+ "state",
925
+ "plan",
926
+ "runtime",
927
+ "verify",
928
+ "phase_summary"
929
+ ],
930
+ "standard": [
931
+ "state",
932
+ "plan",
933
+ "runtime",
934
+ "verify",
935
+ "phase_summary",
936
+ "session_summary",
937
+ "active_run",
938
+ "events",
939
+ "summary",
940
+ "checkpoints"
941
+ ],
942
+ "full": [
943
+ "state",
944
+ "plan",
945
+ "runtime",
946
+ "verify",
947
+ "quick",
948
+ "active_run",
949
+ "events",
950
+ "summary",
951
+ "investigations_index",
952
+ "project_summary",
953
+ "session_summary",
954
+ "phase_summary",
955
+ "codebase_testing",
956
+ "checkpoints",
957
+ "azure_inventory",
958
+ "calibration"
959
+ ]
960
+ },
961
+ "extraction_intent": "verification",
962
+ "auditor_artifacts": [
963
+ "state",
964
+ "spec",
965
+ "verify"
966
+ ],
967
+ "auditor_excluded": [
968
+ "runtime",
969
+ "plan"
970
+ ]
971
+ },
972
+ "workflow-authoring": {
973
+ "reasoning_mode": "review",
974
+ "required_artifacts": [
975
+ "state"
976
+ ],
977
+ "optional_artifacts": [
978
+ "spec",
979
+ "plan",
980
+ "project_summary",
981
+ "codebase_overview",
982
+ "codebase_stack"
983
+ ],
984
+ "extraction_intent": "verification"
985
+ },
986
+ "workstream": {
987
+ "reasoning_mode": "execution",
988
+ "required_artifacts": [
989
+ "state"
990
+ ],
991
+ "optional_artifacts": [
992
+ "project_summary",
993
+ "session_summary",
994
+ "phase_summary"
995
+ ],
996
+ "extraction_intent": "execution_input"
997
+ },
998
+ "conduct": {
999
+ "reasoning_mode": "planning",
1000
+ "required_artifacts": [
1001
+ "state"
1002
+ ],
1003
+ "optional_artifacts": [
1004
+ "global_lessons",
1005
+ "session_manifest",
1006
+ "spec",
1007
+ "plan",
1008
+ "codebase_overview"
1009
+ ],
1010
+ "context_tiers": {
1011
+ "minimal": [
1012
+ "state"
1013
+ ],
1014
+ "standard": [
1015
+ "state",
1016
+ "global_lessons",
1017
+ "spec",
1018
+ "plan"
1019
+ ],
1020
+ "full": [
1021
+ "state",
1022
+ "global_lessons",
1023
+ "session_manifest",
1024
+ "spec",
1025
+ "plan",
1026
+ "codebase_overview"
1027
+ ]
1028
+ },
1029
+ "extraction_intent": "planning_input"
1030
+ },
1031
+ "agent-mode": {
1032
+ "reasoning_mode": "execution",
1033
+ "required_artifacts": [
1034
+ "state"
1035
+ ],
1036
+ "optional_artifacts": [
1037
+ "spec",
1038
+ "plan",
1039
+ "global_lessons",
1040
+ "codebase_overview"
1041
+ ],
1042
+ "context_tiers": {
1043
+ "minimal": [
1044
+ "state"
1045
+ ],
1046
+ "standard": [
1047
+ "state",
1048
+ "spec",
1049
+ "plan",
1050
+ "global_lessons"
1051
+ ],
1052
+ "full": [
1053
+ "state",
1054
+ "spec",
1055
+ "plan",
1056
+ "global_lessons",
1057
+ "codebase_overview"
1058
+ ]
1059
+ },
1060
+ "extraction_intent": "execution_input"
1061
+ },
1062
+ "swarm-mode": {
1063
+ "reasoning_mode": "planning",
1064
+ "required_artifacts": [
1065
+ "state"
1066
+ ],
1067
+ "optional_artifacts": [
1068
+ "spec",
1069
+ "plan",
1070
+ "global_lessons",
1071
+ "codebase_overview",
1072
+ "codebase_stack"
1073
+ ],
1074
+ "context_tiers": {
1075
+ "minimal": [
1076
+ "state"
1077
+ ],
1078
+ "standard": [
1079
+ "state",
1080
+ "spec",
1081
+ "plan",
1082
+ "global_lessons"
1083
+ ],
1084
+ "full": [
1085
+ "state",
1086
+ "spec",
1087
+ "plan",
1088
+ "global_lessons",
1089
+ "codebase_overview",
1090
+ "codebase_stack"
1091
+ ]
1092
+ },
1093
+ "extraction_intent": "planning_input"
1094
+ },
1095
+ "memory": {
1096
+ "reasoning_mode": "discovery",
1097
+ "required_artifacts": [
1098
+ "state"
1099
+ ],
1100
+ "optional_artifacts": [
1101
+ "global_lessons",
1102
+ "session_manifest",
1103
+ "verify"
1104
+ ],
1105
+ "context_tiers": {
1106
+ "minimal": [
1107
+ "state"
1108
+ ],
1109
+ "standard": [
1110
+ "state",
1111
+ "global_lessons"
1112
+ ],
1113
+ "full": [
1114
+ "state",
1115
+ "global_lessons",
1116
+ "session_manifest",
1117
+ "verify"
1118
+ ]
1119
+ },
1120
+ "extraction_intent": "status_read"
1121
+ },
1122
+ "distill": {
1123
+ "reasoning_mode": "review",
1124
+ "required_artifacts": [
1125
+ "state"
1126
+ ],
1127
+ "optional_artifacts": [
1128
+ "verify",
1129
+ "global_lessons",
1130
+ "runtime"
1131
+ ],
1132
+ "context_tiers": {
1133
+ "minimal": [
1134
+ "state",
1135
+ "verify"
1136
+ ],
1137
+ "standard": [
1138
+ "state",
1139
+ "verify",
1140
+ "global_lessons"
1141
+ ],
1142
+ "full": [
1143
+ "state",
1144
+ "verify",
1145
+ "global_lessons",
1146
+ "runtime"
1147
+ ]
1148
+ },
1149
+ "extraction_intent": "verification"
1150
+ }
1151
+ }
1152
+ }