yzavyas
yzavyas
Experiencing similar issues with custom marketplace plugins. Can confirm the state file disconnect - `installed_plugins.json` shows the plugin but the system doesn't load it. **Workaround we're trying:** Use a prompt-based...
**Update:** `type: prompt` hooks don't fire. Switched to `type: command` with a shell script that echoes the prompt content — that works. ```json { "hooks": { "SessionStart": [ { "hooks":...
**Update:** Workaround confirmed working. SessionStart hook with `type: command` (not `type: prompt`) successfully injects context at session start. Example: https://github.com/yzavyas/claude-1337/blob/main/plugins/core-1337/hooks/session-start.sh
This is fixed , validated with 1 enterprise ghec private marketplace and with 1 public gh marketplace. fyi.