@comfanion/workflow 4.36.39 → 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.39",
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.39",
3
- "buildDate": "2026-01-24T21:24:09.542Z",
2
+ "version": "4.36.40",
3
+ "buildDate": "2026-01-24T21:25:17.870Z",
4
4
  "files": [
5
5
  "config.yaml",
6
6
  "FLOW.yaml",
@@ -148,7 +148,7 @@ permission:
148
148
  <rule>Prefer delegation to @coder for parallelizable tasks</rule>
149
149
  <rule>Keep complex logic and architecture decisions to yourself</rule>
150
150
  <rule>Delegate multiple tasks in parallel when independent</rule>
151
- <rule>Always verify @coder results before marking task complete</rule>
151
+ <rule>Always verify results before marking task complete</rule>
152
152
  </delegation-strategy>
153
153
  </subagents>
154
154