This repository was archived by the owner on May 20, 2026. It is now read-only.
Commit f730cec
feat: Autonomous agent commands — watch, scan-bounties, batch sell
Phase 0 — MCP compatibility fixes:
- Align Base mainnet contract to 0x69Aa385686AEdA505013a775ddE7A59d045cb30d
- Fix ECDH commit-reveal: commit against encrypted key when buyer pubkey known
- Add marketplace publishing to sell command
- Bridge MCP JSON key storage (~/.datafund/escrow-keys/) bidirectionally
- Extend CLIError with retryAfterSeconds, suggestedCommand, 10 new error codes
- Add HTTPS enforcement for API and RPC URLs
Phase 1 — New commands:
- `ade watch` — escrow automation daemon with NDJSON event protocol,
three-tier spending limits, HMAC-SHA256 state integrity, PID-based locking
- `ade scan-bounties` — match local files to open bounties via keyword overlap,
security filters for sensitive files, optional auto-respond mode
- `ade sell --dir` — batch sell files from directory with rate limiting,
--skip-existing, --max-files, partial error reporting
Schema v1.1.0 with auth levels, credentials, protocols, error formats.
Version bumped to 0.2.0. 213 tests pass.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent e9bdf22 commit f730cec
23 files changed
Lines changed: 2850 additions & 100 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
14 | 29 | | |
15 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
16 | 33 | | |
17 | 34 | | |
18 | 35 | | |
| |||
0 commit comments