ContextStudioWizard/lib
Karamelmar 16c0053d68 Fix: bin/claude fallback workdir when cwd is outside mounted project
When CS Core's A2A server process (cwd = ~/.context-studio/core) runs
'claude --version' to check requirements, bin/claude passed --workdir $PWD
to podman exec. But the core dir is not mounted in the container, so
podman fails → check reports claude-code missing → server exits code 1.

Fix: if $PWD is not under $PROJECT_DIR (the only mounted path), fall back
to $PROJECT_DIR as the container workdir.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-09 13:43:30 +01:00
..
container.sh Fix: bin/claude fallback workdir when cwd is outside mounted project 2026-03-09 13:43:30 +01:00
core.sh Fix Electron not opening: run npm install on core + check DISPLAY 2026-03-09 13:13:15 +01:00
prereqs.sh Redesign wizard UI with gum (charmbracelet) 2026-03-09 13:02:42 +01:00
project.sh Redesign wizard UI with gum (charmbracelet) 2026-03-09 13:02:42 +01:00
utils.sh Redesign wizard UI with gum (charmbracelet) 2026-03-09 13:02:42 +01:00
workflow.sh Redesign wizard UI with gum (charmbracelet) 2026-03-09 13:02:42 +01:00