Skip to content

itmux run: stage bundled recipe skill dirs into container (host paths != container paths) #249

Description

@NeuralEmpowerment

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions