ContextStudioWizard/lib
Karamelmar 6aa4c22d9e Fix race condition: wait for container ready before launching CS Core
podman run -d returns before the container process is running.
CS Core's claude-code check immediately calls our wrapper, which
found the container not yet running and exited 1 — causing the
"claude-code not found" error.

Add a poll loop (10 x 0.5s) that waits for State.Running=true
before setting PATH and launching CS Core.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 12:42:59 +01:00
..
container.sh Fix race condition: wait for container ready before launching CS Core 2026-03-09 12:42:59 +01:00
core.sh Add Context Studio Wizard — project scaffolding CLI 2026-03-09 11:49:04 +01:00
prereqs.sh Fix set -e bug causing silent exit after valid input 2026-03-09 12:11:31 +01:00
project.sh Add Context Studio Wizard — project scaffolding CLI 2026-03-09 11:49:04 +01:00
utils.sh Fix set -e bug causing silent exit after valid input 2026-03-09 12:11:31 +01:00
workflow.sh Add Context Studio Wizard — project scaffolding CLI 2026-03-09 11:49:04 +01:00