@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfanion/workflow",
3
- "version": "4.36.63",
3
+ "version": "4.36.64",
4
4
  "description": "Initialize OpenCode Workflow system for AI-assisted development with semantic code search",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "4.36.63",
3
- "buildDate": "2026-01-26T02:37:19.900Z",
2
+ "version": "4.36.64",
3
+ "buildDate": "2026-01-26T02:48:11.947Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",
@@ -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: