claude-code-swarm 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-swarm",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Launch Claude Code with swarmkit capabilities, including team orchestration, MAP observability, and session tracking.",
5
5
  "owner": {
6
6
  "name": "alexngai"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "claude-code-swarm",
3
3
  "description": "Spin up Claude Code agent teams from openteams YAML topologies with optional MAP (Multi-Agent Protocol) observability and coordination. Provides hooks for session lifecycle, agent spawn/complete tracking, and a /swarm skill to launch team configurations.",
4
- "version": "0.3.2",
4
+ "version": "0.3.3",
5
5
  "author": {
6
6
  "name": "alexngai"
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-swarm",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Claude Code plugin for launching agent teams from openteams topologies with MAP observability",
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,11 +18,11 @@
18
18
  "swarm-generate-agents": "./scripts/generate-agents.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "js-yaml": "^4.1.0",
22
- "swarmkit": "^0.0.2"
21
+ "js-yaml": "^4.1.0"
23
22
  },
24
23
  "peerDependencies": {
25
- "@multi-agent-protocol/sdk": "^0.1.1"
24
+ "@multi-agent-protocol/sdk": "*",
25
+ "swarmkit": "*"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@multi-agent-protocol/sdk": {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "swarmkit",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "swarmkit",
9
- "version": "0.0.5",
9
+ "version": "0.0.6",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^8.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swarmkit",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Multi-agent infa toolkit",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",