From ec7f7c362cff2baf0630e0c0ba42cc38e2339bd8 Mon Sep 17 00:00:00 2001 From: gnezim Date: Wed, 29 Apr 2026 23:48:33 +0300 Subject: [PATCH] chore: allow deeper pi crew workflows --- .pi/teams/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pi/teams/config.json b/.pi/teams/config.json index 0cae7e50..1597644c 100644 --- a/.pi/teams/config.json +++ b/.pi/teams/config.json @@ -18,7 +18,7 @@ }, "limits": { "maxConcurrentWorkers": 3, - "maxTaskDepth": 2, + "maxTaskDepth": 6, "maxChildrenPerTask": 5, "maxTasksPerRun": 12, "maxRunMinutes": 120,