PR #247 codex review must-fix #3. recipe_loader resolves bundled skills to host paths (/Users/.../skills/<ref>) and passes them straight to claude --plugin-dir inside the container, where they don't exist. Container-relative refs work; bundled (host-path) skills are silently broken.
Fix direction: stage bundled skill dirs into the container (tar-over-docker exec, like the DooD credential transfer) and rewrite the plugin-dir args to the in-container staging path. Validated live in Task 8.
Interim in #247: fail-fast guard rejects host-absolute bundled skill paths with a clear 'not yet supported, use container-relative refs' error rather than producing silently-broken plugin dirs.
PR #247 codex review must-fix #3.
recipe_loaderresolves bundled skills to host paths (/Users/.../skills/<ref>) and passes them straight toclaude --plugin-dirinside the container, where they don't exist. Container-relative refs work; bundled (host-path) skills are silently broken.Fix direction: stage bundled skill dirs into the container (tar-over-
docker exec, like the DooD credential transfer) and rewrite the plugin-dir args to the in-container staging path. Validated live in Task 8.Interim in #247: fail-fast guard rejects host-absolute bundled skill paths with a clear 'not yet supported, use container-relative refs' error rather than producing silently-broken plugin dirs.