speccrew 0.7.60 → 0.7.62

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.
@@ -391,7 +391,9 @@
391
391
  framework_decisions: ${framework_result.decisions},
392
392
  output_base_path: ${iterations_dir}/${current_iteration}/03.system-design,
393
393
  skip_confirmation: true,
394
- skip_index_generation: true
394
+ skip_index_generation: true,
395
+ dispatch_progress_file: ${iterations_dir}/${current_iteration}/03.system-design/DISPATCH-PROGRESS.json,
396
+ update_progress_script: ${update_progress_script}
395
397
  </field>
396
398
  <field name="output" var="worker_result_${task.id}"/>
397
399
  </block>
@@ -449,6 +451,9 @@
449
451
  completed_documents: ${platform.completed_documents}
450
452
  techs_knowledge_dir: ${techs_knowledge_dir}
451
453
  workspace_path: ${workspace_path}
454
+ task_id: idx-${platform.id}
455
+ dispatch_progress_file: ${iterations_dir}/${current_iteration}/03.system-design/DISPATCH-PROGRESS.json
456
+ update_progress_script: ${update_progress_script}
452
457
  </field>
453
458
  </block>
454
459
  </block>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccrew",
3
- "version": "0.7.60",
3
+ "version": "0.7.62",
4
4
  "description": "Spec-Driven Development toolkit for AI-powered IDEs",
5
5
  "author": "charlesmu99",
6
6
  "repository": {