agent-orchestrator/packages/cli
sjd9021 6cf888653a feat: add --exploratory flag for no-PR agent sessions
Add exploratory mode to the spawn command that skips PR detection,
CI monitoring, and review routing. Exploratory sessions let agents
explore, prototype, and investigate without the full PR lifecycle.

- Add --exploratory flag to CLI spawn command
- Add exploratory field to SessionSpawnConfig and SessionMetadata
- Store exploratory flag in session metadata for persistence
- Skip PR/CI/review checks in lifecycle manager for exploratory sessions
- Use dedicated EXPLORATORY_AGENT_PROMPT (no PR instructions)
- Runtime liveness + session.killed events still fire normally
- Pass exploratory flag through web API spawn endpoint
- Add tests for prompt builder, lifecycle manager, and session manager

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 21:05:24 +05:30
..
__tests__ feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
src feat: add --exploratory flag for no-PR agent sessions 2026-02-15 21:05:24 +05:30
package.json feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
tsconfig.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
vitest.config.ts feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30