v0.19.0
Added — portable, multi-client packaging (Agent Plugins 1.0.0)
- Dual-emit manifest. The plugin now carries both a Codex-native
.codex-plugin/plugin.jsonand a portable rootplugin.jsonconforming to the open Agent Plugins 1.0.0 standard, so the same plugin loads in Codex and other compatible clients (Cursor, GitHub Copilot in VS Code, …). Generated from one source;interfacerides under thecom.theagilemonkeys.dev-kitextensions namespace. - Portable
work-storyorchestration skill. The end-to-end ticket→PR flow now travels to hosts without an orchestrator subagent: awork-storyplaybook the host agent runs itself. Shipped to the plugin bundle (Codex + portable clients) only — Claude Code is unchanged and keeps its richer/work-storycommand +coding-agentsubagent. - README install guide for Codex, Copilot (VS Code) and Cursor, with verified steps and honest status caveats.
- Validator extended to cover the portable manifest and Agent Skills naming; runs on every build.
Verified end-to-end on codex-cli 0.147. Cursor/Copilot are format-compliant but not yet verified by us. No change to Claude Code behavior. Telemetry remains wizard-only and opt-in.