summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-08-25 15:18:34 -0600
committert <t@tjp.lol>2026-08-25 15:18:34 -0600
commitab829fbcbbac3c50ece8e67953b024710d4b1bc6 (patch)
tree5e7af5d4dcfc15b848e4bdd7766bbab1a9357d7b /spec
parent9f6287025c288e2cd687d0bbecd3c8fb4867effa (diff)
Discourage active waiting for background workflows
Diffstat (limited to 'spec')
-rw-r--r--spec/test_init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/test_init.lua b/spec/test_init.lua
index bb42c57..e3b4d55 100644
--- a/spec/test_init.lua
+++ b/spec/test_init.lua
@@ -147,6 +147,7 @@ return {
has(guidance, "subagents.workflows")
has(guidance, "name=\"implement\"")
has(guidance, "Review correctness")
+ has(guidance, "Do not actively wait or poll with `sleep`")
end },
{ "layered config sets max_concurrent with later layers winning", function()