@comfanion/workflow 4.36.63 → 4.36.64
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
package/src/build-info.json
CHANGED
|
@@ -95,6 +95,24 @@ Summary table + detailed tasks.
|
|
|
95
95
|
- [ ] Tests pass
|
|
96
96
|
- [ ] Code reviewed
|
|
97
97
|
|
|
98
|
+
## No Code in Stories
|
|
99
|
+
|
|
100
|
+
**Stories are specifications, not implementations.**
|
|
101
|
+
|
|
102
|
+
✅ **Task provides:**
|
|
103
|
+
- Goal (what to achieve)
|
|
104
|
+
- Read First (where to find patterns)
|
|
105
|
+
- Output Files (what to create)
|
|
106
|
+
- Approach (high-level steps)
|
|
107
|
+
- Done When (how to verify)
|
|
108
|
+
|
|
109
|
+
❌ **Task does NOT provide:**
|
|
110
|
+
- Code Sketch with implementation
|
|
111
|
+
- Ready-to-copy code blocks
|
|
112
|
+
- Full method bodies
|
|
113
|
+
|
|
114
|
+
**@coder writes the code.** Story defines WHAT, not HOW.
|
|
115
|
+
|
|
98
116
|
## Task Structure (MANDATORY)
|
|
99
117
|
|
|
100
118
|
Each task MUST be self-contained:
|
|
@@ -126,8 +144,6 @@ Each task MUST be self-contained:
|
|
|
126
144
|
- [ ] Tests pass
|
|
127
145
|
```
|
|
128
146
|
|
|
129
|
-
|
|
130
|
-
|
|
131
147
|
## Reference Format
|
|
132
148
|
|
|
133
149
|
Always use `→` prefix:
|