scripts: tools,autobot (1 files)

This commit is contained in:
2025-12-25 20:44:26 +00:00
parent 36c5e3dd4d
commit 2f5fa2dfd8

View File

@@ -37,5 +37,5 @@ while :; do
sleep 90
# IMPORTANT: use normal ASCII quotes, not “smart quotes”.
codex exec --full-auto 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/" "$KICKSTART_FILE" || exit $?
done