* 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> |
||
|---|---|---|
| .. | ||
| README.md | ||
| config.json | ||
README.md
Changesets
Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it in our repository
We have a quick list of common questions to get you started engaging with this project in
our documentation