fix: add child VM usage tips to spawn skill to prevent token waste (#3054)

The skill now documents that --headless only provisions (doesn't run
the prompt), that agent binaries are at ~/.local/bin/ (not on PATH),
and that --print should be used for one-shot prompts as root instead
of fighting with permission restrictions.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ahmed Abushagur 2026-03-27 00:33:56 -07:00 committed by GitHub
parent d1229e94ce
commit e0dca0cad9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.27.1",
"version": "0.27.2",
"type": "module",
"bin": {
"spawn": "cli.js"