agent-orchestrator/packages/plugins
prateek 21335db8af
feat: publish to npm under @composio scope (#32)
* feat: add npm publishing support with @composio scope

Set up Changesets for version management, add publish metadata to all 20
packages under the @composio scope, create an unscoped wrapper package
(@composio/agent-orchestrator) for global install, and add a GitHub
Actions release workflow.

- Rename all packages from @agent-orchestrator/* to @composio/ao-*
- Add @composio/agent-orchestrator wrapper (bin shim → @composio/ao-cli)
- Add license, repository, homepage, bugs, files, engines to all packages
- Add .npmrc (access=public), MIT LICENSE file
- Add .changeset/ config with linked versioning for all packages
- Add .github/workflows/release.yml (changesets publish CI)
- Add changeset, version-packages, release scripts to root

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* fix: exclude private web package from release build

The release script now filters out @composio/ao-web, matching the
workflow's existing exclusion and preventing a Next.js build failure
from blocking npm publishing.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-15 04:28:57 +05:30
..
agent-aider feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
agent-claude-code feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
agent-codex feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
agent-opencode feat: publish to npm under @composio scope (#32) 2026-02-15 04:28: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