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.
- package/.speccrew/agents/speccrew-system-designer.md +4 -1
- package/.speccrew/skills/speccrew-sd-backend/SKILL.md +3 -326
- package/.speccrew/skills/speccrew-sd-backend/workflow.agentflow.xml +330 -52
- package/.speccrew/skills/speccrew-sd-frontend/SKILL.md +1 -290
- package/.speccrew/skills/speccrew-sd-frontend/workflow.agentflow.xml +235 -30
- package/.speccrew/skills/speccrew-sd-mobile/SKILL.md +1 -288
- package/.speccrew/skills/speccrew-sd-mobile/workflow.agentflow.xml +324 -62
- package/.speccrew/skills/speccrew-system-designer-orchestration/SKILL.md +9 -1
- package/.speccrew/skills/speccrew-system-designer-orchestration/workflow.agentflow.xml +6 -1
- package/package.json +1 -1
|
@@ -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>
|