Skip to content

Commit 1a4046b

Browse files
nyldnclaude
andcommitted
fix(branching): route diamond-* task types to premium branch
Complex Diamond tasks (diamond-develop, diamond-discover, etc.) now correctly route to the premium tentacle path when complexity is high. Previously only coding|review|design task types were matched. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6b663f9 commit 1a4046b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/orchestrate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ evaluate_branch_condition() {
303303
case "$complexity" in
304304
3) # Complex tasks → premium tentacle
305305
case "$task_type" in
306-
coding|review|design) echo "premium" ;;
306+
coding|review|design|diamond-*) echo "premium" ;;
307307
*) echo "standard" ;;
308308
esac
309309
;;

0 commit comments

Comments
 (0)