@haoyiyin/workflow 0.2.3 → 0.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haoyiyin/workflow",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "type": "module",
5
5
  "description": "Production workflow skills for planning, executing, reviewing, and finishing coding-agent work",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: systematic-debugging
3
- description: Find root cause before fixing. Spawn debugger subagents for systematic diagnosis. CRITICAL: no fix before root cause confirmed.
3
+ description: "Find root cause before fixing. Spawn debugger subagents for systematic diagnosis. CRITICAL: no fix before root cause confirmed."
4
4
  requires: [tdd]
5
5
  ---
6
6