docs(iii-directory): add worker microVM service-exposure skill - #659
docs(iii-directory): add worker microVM service-exposure skill#659anthonyiscoding wants to merge 1 commit into
Conversation
Ships the verified microVM networking map, the guest-initiated tunnel pattern for reaching an in-VM HTTP/WebSocket service from a browser, and the console injectable-UI contract, as a skill leaf under iii-directory/skills/ (published as skills/worker-microvm-service.md, read as skill id iii-directory/worker-microvm-service). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
skill-check — worker0 verified, 51 skipped (no docs/).
Four for four. Nicely done. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe new guide documents services inside libkrun worker microVMs. It covers runtime boundaries, egress-only networking, guest-initiated HTTP/WebSocket tunnels, host relay bootstrapping, diagnostics, and console UI injection. ChangesWorker microVM service integration
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant GuestService
participant TunnelSocket
participant HostRelay
participant HostLoopback
GuestService->>TunnelSocket: Open authenticated pooled connection
TunnelSocket->>HostRelay: Handoff HTTP or WebSocket traffic
HostRelay->>HostLoopback: Pump bytes to host service
HostLoopback-->>HostRelay: Return service response
HostRelay-->>GuestService: Relay response through tunnel
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds the microVM service-exposure how-to as a skill leaf on
iii-directory, verbatim as supplied.How iii-directory supports this (native, no code change):
.github/scripts/build_skills_payload.pywalks<worker>/skills/**/*.mdand publishes every non-overview leaf asskills/<rel>.md.iii-directory/src/sources/registry.rsstrips the leadingskills/segment on download, so the file lands at<skills_folder>/iii-directory/worker-microvm-service.md.iii-directory/worker-microvm-serviceviadirectory::skills::get;title/typecome from the frontmatter the doc already carries.Verified locally:
build_skills_payload.py --worker iii-directoryemits['SKILL.md', 'skills/worker-microvm-service.md'].🤖 Generated with Claude Code
Summary by CodeRabbit