@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
package/src/build-info.json
CHANGED
|
@@ -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>
|