agent-orchestrator/packages/plugins/agent-claude-code
Prateek 381e819502 fix: deliver spawn prompt via --append-system-prompt, not -p
The `-p` flag in Claude Code is one-shot/print mode — the agent exits
after generating a single response. This caused spawned agents to
terminate immediately instead of staying alive for interactive work.

Changes:
- Use --append-system-prompt for prompt delivery (keeps agent interactive)
- Add systemPromptFile support to avoid tmux truncation on long prompts
- Transition session status from spawning → working after launch
- Persist spawning→working safety-net transition to disk in all paths
  (list, get, restore)
- Add tests for prompt delivery, status transitions, and disk persistence

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 19:26:58 +05:30
..
src fix: deliver spawn prompt via --append-system-prompt, not -p 2026-02-20 19:26:58 +05:30
package.json feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
tsconfig.json feat: agent plugins, OpenCode plugin, integration tests, CI (#5) 2026-02-14 11:28:42 +05:30