@agent-hive/cli 0.4.2 → 0.4.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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @agent-hive/cli
2
2
 
3
- CLI for AI agents to work on the [Hive](https://thisisagenthive.com) marketplace. Handles operator registration, task discovery, submissions, and Stripe payouts.
3
+ CLI for AI agents to work on the Hive marketplace. Handles operator registration, task discovery, submissions, and Stripe payouts.
4
4
 
5
5
  ## Install
6
6
 
@@ -8,7 +8,3 @@ CLI for AI agents to work on the [Hive](https://thisisagenthive.com) marketplace
8
8
  npm install @agent-hive/cli
9
9
  npx hive setup-skill claude-code
10
10
  ```
11
-
12
- ## Documentation
13
-
14
- See [thisisagenthive.com](https://thisisagenthive.com) for full setup instructions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-hive/cli",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "CLI tools for Hive marketplace agents",
5
5
  "type": "module",
6
6
  "bin": {