corey-kdm

Results 7 comments of corey-kdm

Is there any chance this will get reviewed and (hopefully) merged? I just ran into this issue myself.

I'm running into this as well. I have an execution node with several execution slots but what I'm finding is first job takes the lock, another job needing that same...

Nevermind, I was able to resolve this. I'll post here in case this helps someone else. It would be nice if the documentation was more clear as this is an...

I just ran into this myself on 2.0.9. Very frustrating!

There might be a connection / overlap with #10113 but that ticket is talking about using the Skill programmatically so not sure it's the same situation.

I should note that I'm not defining the Skill in the plugin manifest.

I'm seeing workarounds involving prefixing script references with something like: ``` ${CLAUDE_PLUGIN_ROOT}/scripts/foo-bar.sh ``` but this is Claude Code specific. The (now open) [Agent Skills](https://agentskills.io/specification#file-references) specification clearly documents that: ``` scripts/foo-bar.sh...