spawn/sprite
Sprite 4504246d30 refactor: sprite/lib/common.sh - add proper variable quoting
Added quotes to numeric and process ID variables for safer bash execution:
- Quoted $attempt, $max_attempts in while loop conditions
- Quoted $nc_status in conditional checks
- Quoted $server_pid in kill and wait commands
- Quoted $elapsed, $timeout in timeout loop

This prevents potential issues with word splitting and glob expansion.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 19:48:21 +00:00
..
.claude/rules Sprite setup scripts for Claude Code and OpenClaw 2026-02-05 13:25:30 -06:00
lib refactor: sprite/lib/common.sh - add proper variable quoting 2026-02-07 19:48:21 +00:00
aider.sh Add Aider as fourth agent across all clouds (#8) 2026-02-07 08:56:07 -08:00
claude.sh Fix source detection for process substitution (bash <(curl ...)) 2026-02-07 05:03:02 +00:00
codex.sh Add Codex CLI (OpenAI) as sixth agent across all clouds (#11) 2026-02-07 09:21:23 -08:00
goose.sh Add Goose agent (Block) across all clouds (#9) 2026-02-07 08:58:51 -08:00
interpreter.sh Add Open Interpreter as seventh agent across all clouds (#13) 2026-02-07 09:30:27 -08:00
nanoclaw.sh Add NanoClaw spawn script (#2) 2026-02-06 21:23:18 -08:00
openclaw.sh security: Fix command injection in openclaw.sh files 2026-02-07 19:48:09 +00:00