From 1cd600af12562e2dab04b98bed2314fe52e7a009 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 20:44:57 +0000 Subject: [PATCH] scripts: tools,autobot (1 files) --- tools/autobot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autobot.sh b/tools/autobot.sh index 2987fb19d..3a2d228a9 100755 --- a/tools/autobot.sh +++ b/tools/autobot.sh @@ -37,5 +37,5 @@ while :; do sleep 90 # IMPORTANT: use normal ASCII quotes, not “smart quotes”. - codex exec --full-auto --sandbox="danger-full-access" --cd="/Users/rmac/Documents/GitHub/metabuilder/docs/todo/" "$KICKSTART_FILE" || exit $? + codex exec --full-auto --sandbox="danger-full-access" --cd="/Users/rmac/Documents/GitHub/metabuilder/docs/todo/" "Please resolve my TODO list" || exit $? done