Add Event Gateway agent plugin and evals - #307
Conversation
|
Thanks for this — reviewed as part of the v2.5.0 triage. Holding it out of that release (which is bug fixes only), but it's close and there's no conflict blocking it: Two things worth resolving first. 1. The Skill won't be loaded in this repo at that path.
and That may well be intentional — the plugin is a distributable package, not a repo-local skill, and those are different things. If so, could you add a line to 2. It sits under a stale "read-only" sentence. The hunk lands inside Verified as accurate: the anchor line still exists on One question: |
Summary
plugins/hookdeck-event-gatewayThe plugin is the installable package for agent workspaces. The Skill is the focused workflow guide inside that plugin for operating
hookdeck gateway mcpsafely.Privacy / telemetry
The plugin docs and evals avoid prompts, source files, webhook payloads, API keys, signing secrets, customer data, tool arguments, and model outputs.
Validation
node -e "for (const f of ['plugins/hookdeck-event-gateway/.codex-plugin/plugin.json','plugins/hookdeck-event-gateway/.claude-plugin/plugin.json']) JSON.parse(require('fs').readFileSync(f,'utf8')); const lines=require('fs').readFileSync('plugins/hookdeck-event-gateway/evals/hookdeck-event-gateway/cases.jsonl','utf8').trim().split(/\n/); lines.forEach(JSON.parse); console.log('valid plugin json and jsonl lines='+lines.length);"Output: