agent-orchestrator/packages/plugins
Prateek 5058c409d5 feat: scaffold TypeScript monorepo with all plugin interfaces
Phase 0 complete. Establishes:
- pnpm workspace with 18 packages (core, cli, web, 15 plugins)
- Complete type definitions in packages/core/src/types.ts defining
  all 8 plugin slot interfaces (Runtime, Agent, Workspace, Tracker,
  SCM, Notifier, Terminal) + core service interfaces
- YAML config loader with Zod validation and sensible defaults
- Plugin registry with built-in discovery
- CLAUDE.md with conventions for spawned agents

All agents can now branch from main and implement their assigned
packages against the interfaces defined in types.ts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 17:02:42 +05:30
..
agent-aider feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
agent-claude-code feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
agent-codex feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +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