@swarmify/agents-cli 1.14.0 → 1.14.2

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.
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # @swarmify/agents-cli
2
2
 
3
- > This package has moved to [@phnx-labs/agents-cli](https://www.npmjs.com/package/@phnx-labs/agents-cli).
3
+ This package has moved to [`@phnx-labs/agents-cli`](https://www.npmjs.com/package/@phnx-labs/agents-cli).
4
4
 
5
- ```bash
5
+ ```sh
6
6
  npm install -g @phnx-labs/agents-cli
7
7
  ```
8
+
9
+ This shim depends on the new package and forwards the `agents` and `ag` binaries to it, so existing installs keep working — but please switch when convenient.
package/bin/agents.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@swarmify/agents-cli",
3
- "version": "1.14.0",
3
+ "version": "1.14.2",
4
4
  "description": "This package has moved to @phnx-labs/agents-cli. Install that instead.",
5
5
  "dependencies": {
6
- "@phnx-labs/agents-cli": ">=1.13.4"
6
+ "@phnx-labs/agents-cli": "1.14.2"
7
7
  },
8
8
  "bin": {
9
9
  "agents": "bin/agents.js",
File without changes