agent-orchestrator/packages/core/src
sjd9021 7e7d9ab47f fix: resolve PR #51 review comments for session discovery
- Add resolveMetaDir() helper to find sessions in project-specific
  subdirs (*-sessions/). get(), kill(), send() now work for sessions
  discovered in subdirs, not just top-level dataDir.
- Log warning when duplicate session IDs are found across subdirs
  instead of silently dropping duplicates.
- Fix buildPrompt() to not skip exploratory prompt on bare sessions
  (same fix as PR #49).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:57:21 +05:30
..
__tests__ feat: add --exploratory flag for no-PR agent sessions 2026-02-15 21:05:24 +05:30
config.ts feat: add notifier-openclaw plugin for OpenClaw gateway 2026-02-15 21:04:54 +05:30
index.ts feat: add --exploratory flag for no-PR agent sessions 2026-02-15 21:05:24 +05:30
lifecycle-manager.ts fix: resolve metadata write path + vanish detection for killed sessions 2026-02-15 23:16:47 +05:30
metadata.ts feat: add --exploratory flag for no-PR agent sessions 2026-02-15 21:05:24 +05:30
plugin-registry.ts feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
prompt-builder.ts fix: resolve PR #51 review comments for session discovery 2026-02-15 23:57:21 +05:30
session-manager.ts fix: resolve PR #51 review comments for session discovery 2026-02-15 23:57:21 +05:30
tmux.ts fix: restrict temp file permissions, validate session prefix format 2026-02-14 05:17:53 +05:30
types.ts feat: add --exploratory flag for no-PR agent sessions 2026-02-15 21:05:24 +05:30
utils.ts feat: notifier-composio plugin + integration tests for all plugins (#7) 2026-02-14 16:29:59 +05:30