From 97412e81b183ce407d52ba9ee2de459a8145c577 Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 21:07:50 +0000 Subject: [PATCH] scripts: tools,autobot (1 files) --- tools/autobot.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tools/autobot.sh b/tools/autobot.sh index 0d7660ffc..4a5d85183 100755 --- a/tools/autobot.sh +++ b/tools/autobot.sh @@ -7,5 +7,15 @@ while :; do # IMPORTANT: use normal ASCII quotes, not “smart quotes”. codex exec --full-auto --sandbox="danger-full-access" --cd="/Users/rmac/Documents/GitHub/metabuilder/docs/todo/" "Please resolve my TODO list, Scan project for TODO items." || exit $? -\\ + + codex exec \ + --sandbox workspace-write \ + 0-kickstart.md \ + "Follow 0-kickstart.md exactly. + You are explicitly allowed to modify source code, configuration files, + and build files — not just Markdown. + Do not ask questions. + If something is ambiguous, make the smallest safe assumption and proceed. + If nothing is wrong, halt immediately." \ + done