You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Known gotchas — do NOT waste time rediscovering these:
54
+
- Agent binaries are at \`~/.local/bin/\`, NOT on the default PATH. Always use the full path: \`~/.local/bin/claude\`, \`~/.local/bin/cursor\`, etc.
55
+
- Claude Code blocks \`--dangerously-skip-permissions\` as root. Use \`--print\` for one-shot prompts instead — it works as root and returns the response directly.
56
+
- Do NOT try to create a non-root user to work around root restrictions — it requires copying config files (\`.claude.json\`, \`.claude/settings.json\`, env vars) and is fragile. Just use \`--print\`.
57
+
- For long-running tasks, use \`spawn delete --name <name> --yes\` to clean up when done.
58
+
44
59
## Managing Children
45
60
46
61
- \`spawn list --json\` — see running children
@@ -61,8 +76,9 @@ const HERMES_SNIPPET = `
61
76
62
77
You have the \`spawn\` CLI for creating child cloud VMs with AI agents.
63
78
Use \`spawn <agent> <cloud> --headless --output json --prompt "task"\` to delegate work.
64
-
Available agents: claude, codex, openclaw, zeroclaw, opencode, kilocode, hermes, junie.
0 commit comments