Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.
agent-fleetagent-swarmclaude-codecodex-cligit-worktreesmulti-agentorchestrationorchestratorparallel-agentsparallel-codingskillstmux
* 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> |
||
|---|---|---|
| .changeset | ||
| .cursor | ||
| .github/workflows | ||
| artifacts | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CLAUDE.md | ||
| CLAUDE.orchestrator.md | ||
| DASHBOARD_FIXES_SUMMARY.md | ||
| LICENSE | ||
| agent-orchestrator.yaml | ||
| agent-orchestrator.yaml.example | ||
| eslint.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||