forked from Neptune/mirror.kickstart.nvim
-
v1.30.0 — Workflow Call/Return & Agent Delegation
StableSome checks failedCI / json-check (push) Successful in 5sCI / manifest (push) Successful in 5sCI / security (push) Successful in 8sPublish / detect-release (push) Successful in 1m34sPublish / tag (push) Failing after 4sPublish / promote-release (push) Failing after 0sCI / lua-check (push) Successful in 2m41sCI / sast (push) Successful in 3m27sreleased this
2026-03-18 06:24:11 +00:00 | 7 commits to master since this releaseWhat's Changed
Features
- Three-mode goto system — Extended the
gotoschema withmode: goto|call|dispatch, enabling synchronous blocking calls, asynchronous non-blocking dispatch, and backward-compatible fire-and-forget routing - Synchronous call mode — Conductor blocks the calling phase, captures structured result envelopes, resumes with context injection, and branches on
on_success/on_erroroutcomes - Async dispatch mode — Non-blocking agent invocation with heartbeat protocol, configurable timeout detection, error event firing, and completion notification
- Specialist agent registry — New
agents.yamlschema for registering external agents with model, purpose, invoke template, cost tier, and I/O schemas - Agent invocation framework — Conductor resolves
agent:{name}targets, invokes via headless Claude backend, parses structured results, and wraps in standard envelopes - Loop guards and handoff envelopes —
max_iterationsandconvergence_conditionfields for iterative call/dispatch loops with structured handoff context between iterations - Result envelope writing — All four orchestration-aware skills write structured result envelopes when invoked under orchestration
- Git branch cleanup script — Standalone
git-cleanupbash utility with summary view, age-based pruning, interactive mode, and worktree stale detection
Bug Fixes
- Document invoke template escaping protocol to prevent shell injection
- Fix ISO 8601 duration regex to accept valid durations
- Align verdict vocabulary to
approved/needs_changes - Align request_id examples to canonical format
Documentation
- ADR-002: Call/return and async delegation architecture
- Wiki guide: Creating specialist agents
- Wiki guide: Choosing between goto, call, and dispatch
- Comprehensive test cases across all modes
Install
cd ~/.config/nvim && git pullDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Three-mode goto system — Extended the