agent-orchestrator/packages/plugins
Prateek 4f0fcd82b1 fix: address resource leaks and undefined env variable
Fixed 4 Bugbot issues:

1. HIGH: Undefined $CLAUDE_PROJECT_DIR in hook script path
   - Changed setupWorkspaceHooks to use absolute path instead of undefined
     env variable
   - Matches approach used in postLaunchSetup for consistency

2. HIGH: Orchestrator session leaks when metadata write fails
   - Added try-catch around tmux session launch and metadata write
   - Kills tmux session if metadata write or agent launch fails
   - Prevents orphaned sessions from consuming resources

3. MEDIUM: Dashboard process leaks when orchestrator setup fails
   - Wrapped orchestrator setup in try-catch block
   - Kills dashboard child process if orchestrator setup fails
   - Prevents orphaned Next.js server from blocking future starts

4. LOW: Inconsistent indentation (fixed as side effect of restructuring)
   - Refactored error handling simplified indentation structure

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 15:00:24 +05:30
..
agent-aider fix: remove AO_PROJECT_ID from agent plugins to fix metadata path mismatch 2026-02-15 13:41:57 +05:30
agent-claude-code fix: address resource leaks and undefined env variable 2026-02-15 15:00:24 +05:30
agent-codex fix: remove AO_PROJECT_ID from agent plugins to fix metadata path mismatch 2026-02-15 13:41:57 +05:30
agent-opencode fix: remove AO_PROJECT_ID from agent plugins to fix metadata path mismatch 2026-02-15 13:41:57 +05:30
notifier-composio feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
notifier-desktop feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
notifier-slack feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
notifier-webhook feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
runtime-process feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
runtime-tmux feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
scm-github feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
terminal-iterm2 feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
terminal-web feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
tracker-github feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
tracker-linear feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
workspace-clone feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
workspace-worktree feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30