Harden standalone setup and docs messaging

This commit is contained in:
beatz174-bit
2026-04-21 14:57:16 +10:00
parent 7f161fb19b
commit c292b82f4e
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ source "$SCRIPT_DIR/lib.sh"
cd_repo_root
log "Preparing repository-local Codex environment in $(pwd)"
log "Using standalone setup (no external repositories or helper scripts required)"
for cmd in bash git; do
have "$cmd" || die "$cmd is required"