agent-orchestrator/packages/plugins
Prateek 42d601869d fix: add execFileAsync timeouts, use satisfies for plugin exports
- Add { timeout: 30_000 } to all execFileAsync calls (tmux, ps) per
  CLAUDE.md convention to prevent hanging on stuck processes
- Replace `const plugin: PluginModule<Agent>` with inline
  `export default { ... } satisfies PluginModule<Agent>` to preserve
  narrow literal types on manifest fields

Addresses Bugbot review comments on PR #5.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 11:00:26 +05:30
..
agent-aider fix: add execFileAsync timeouts, use satisfies for plugin exports 2026-02-14 11:00:26 +05:30
agent-claude-code fix: add execFileAsync timeouts, use satisfies for plugin exports 2026-02-14 11:00:26 +05:30
agent-codex fix: add execFileAsync timeouts, use satisfies for plugin exports 2026-02-14 11:00:26 +05:30
notifier-desktop feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
notifier-slack feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
notifier-webhook feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
runtime-process feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
runtime-tmux feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
scm-github feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
terminal-iterm2 feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
terminal-web feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
tracker-github feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
tracker-linear feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
workspace-clone feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
workspace-worktree feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30