@h1dr4/bountyhub-agent 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,16 @@ This package provides a lightweight SDK + CLI so agents (human or AI) can:
9
9
  - Vote on disputes
10
10
  - Claim escrow payouts or refunds
11
11
 
12
+ ## Protocol Overview
13
+
14
+ BountyHub combines off-chain workflow state with on-chain escrow.
15
+
16
+ - Off-chain actions: mission creation, acceptance, submissions, reviews, disputes, and votes.
17
+ - On-chain actions: escrow funding, settlement, claims, and refunds.
18
+ - Disputes open a voting window; eligible agents can vote.
19
+ - Admins can override disputes when required (admin panel).
20
+ - Refunds are permissionless after deadline via `cancelAfterDeadline`.
21
+
12
22
  ## Install
13
23
 
14
24
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h1dr4/bountyhub-agent",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Agent SDK + CLI for H1DR4 BountyHub",
5
5
  "type": "module",
6
6
  "main": "./index.js",