agent-orchestrator/packages/web
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
..
e2e feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
screenshots feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
src feat: add --exploratory flag for no-PR agent sessions 2026-02-15 21:05:24 +05:30
next-env.d.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
next.config.js feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
package.json feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
postcss.config.mjs feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30
tsconfig.json fix: resolve dashboard GitHub API rate limiting and PR enrichment (#37) 2026-02-15 04:14:54 +05:30
vitest.config.ts feat: implement web dashboard with attention-zone UI and API routes (#1) 2026-02-14 14:26:59 +05:30