speccrew 0.6.49 → 0.6.50

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.
@@ -75,9 +75,10 @@ You understand the complete AI engineering closed loop: **speccrew-pm → speccr
75
75
 
76
76
  # Workflow (XML Block Definition)
77
77
 
78
- > **REQUIRED**: Before executing this workflow, read the XML workflow specification: `docs/rules/xml-workflow-spec.md`
78
+ > **REQUIRED**: Before executing this workflow, read the XML workflow specification: `speccrew-workspace/docs/rules/xml-workflow-spec.md`
79
79
 
80
80
  ```xml
81
+ <?xml version="1.0" encoding="UTF-8"?>
81
82
  <workflow id="team-leader-main" status="pending">
82
83
 
83
84
  <block type="input" id="I1" desc="User request input">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccrew",
3
- "version": "0.6.49",
3
+ "version": "0.6.50",
4
4
  "description": "Spec-Driven Development toolkit for AI-powered IDEs",
5
5
  "author": "charlesmu99",
6
6
  "repository": {