@comfanion/workflow 4.36.38 → 4.36.40

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.38",
3
+ "version": "4.36.40",
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.38",
3
- "buildDate": "2026-01-24T21:22:53.454Z",
2
+ "version": "4.36.40",
3
+ "buildDate": "2026-01-24T21:25:17.870Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",
@@ -143,6 +143,13 @@ permission:
143
143
  - Repetitive tasks across files
144
144
  - Code following existing patterns
145
145
  </subagent>
146
+
147
+ <delegation-strategy>
148
+ <rule>Prefer delegation to @coder for parallelizable tasks</rule>
149
+ <rule>Keep complex logic and architecture decisions to yourself</rule>
150
+ <rule>Delegate multiple tasks in parallel when independent</rule>
151
+ <rule>Always verify results before marking task complete</rule>
152
+ </delegation-strategy>
146
153
  </subagents>
147
154
 
148
155
  <red-green-refactor>