docs: IWCL dispatch protocol β inter-wolt communication#260
Open
woltspace-jerpint[bot] wants to merge 2 commits into
Open
docs: IWCL dispatch protocol β inter-wolt communication#260woltspace-jerpint[bot] wants to merge 2 commits into
woltspace-jerpint[bot] wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Add /woltspace-dispatch skill with step-by-step protocol for raccoon orchestrators to dispatch work to other wolts via tmux send-keys. Includes pre-flight checklist, message format, monitoring commands, worker selection guide, and troubleshooting. Also adds docs/iwcl.md with architecture overview and future roadmap (inbox model, bidirectional status, autonomous orchestration). Based on learnings from Session 31 β first successful multi-wolt parallel build (2 features, 2 workers, 2 PRs in ~20 minutes). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace all tmux send-keys references with set-buffer + paste-buffer (atomic paste). Document the _tmux_paste() helper, shell vs Python usage, and the authorization chain friction discovered during Session 47 dispatch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
515eb2c to
c005096
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/woltspace-dispatchskill β step-by-step protocol for raccoon orchestrators to dispatch work to other wolts via IWCL (tmux send-keys)docs/iwcl.mdβ architecture overview, proven patterns, and future roadmapThe Skill Covers
The Doc Covers
Context
This documents the protocol used in Session 31's first multi-wolt orchestrated build, where uxwolt (raccoon/opus) dispatched:
Both features were built in parallel in ~20 minutes.
Test plan
/woltspace-dispatchshows in skill listπ€ Generated with Claude Code