infiquetra/agent-launcher
v1.0.0
Portable agent-launcher package: the shared single-session launch contract — create one verified coding-agent session through the installed agents wrapper, verify it through Herdr, deliver a prompt, and close only a session the launch owns — derived from infiquetra-claude-plugins at the 1.0.0 revision. The Claude Code manifest lives under the com.infiquetra.claude client extension directory; the portable manifest, the package README, and the portable skill are authored here.
Changelog
[1.0.0] - 2026-08-25
Added
- Portable single-session launch contract (#777). New plugin owns create-via-
agents, verify-via-Herdr, prompt delivery, and owned cleanup. An ordinary session can launch one verified agent without starting an Orchestrate run. Orchestrate consumes the same module (skills/agent-launcher/scripts/launcher.py) and no longer keeps a private copy of the launcher seam. Explicit dependency on the canonicalherdrskill for every interaction after the session exists; this plugin does not duplicate it. The Agent Plugins port is tracked at infiquetra-agent-plugins#22 and does not gate this release.