@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
package/src/build-info.json
CHANGED
|
@@ -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
|
|
151
|
+
<rule>Always verify results before marking task complete</rule>
|
|
152
152
|
</delegation-strategy>
|
|
153
153
|
</subagents>
|
|
154
154
|
|