mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
3 lines
436 B
Bash
Executable File
3 lines
436 B
Bash
Executable File
cd /Users/rmac/Documents/GitHub/metabuilder
|
|
while :; do sleep 90 && codex exec --cd="/Users/rmac/Documents/GitHub/metabuilder" --sandbox workspace-write "Open and follow the file named docs/todo/0-kickstart.md in the current directory exactly. You may modify any relevant source, config, or build files. Do not ask questions. Make the smallest safe assumption if ambiguous. If no changes are required, halt immediately." || break; done
|