runner-testing
Installation
SKILL.md
Runner Testing Skill
Test Firecracker VM sandbox profiles on metal hosts using local mode (file queue) with mock Claude.
Quick Reference
# Deploy runner in local mode (file queue + mock Claude)
pnpm runner:local
# Submit a job with specific profile
pnpm runner:submit <profile> "<prompt>"
# Execute command in a running VM
pnpm runner:exec <run-id-prefix> <command>
# Restore normal API mode when done
pnpm runner