@gethmy/agent 1.25.0 → 1.27.0
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 +1 -1
- package/dist/cli.js +2247 -4441
- package/dist/index.js +2210 -4404
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @gethmy/agent
|
|
2
2
|
|
|
3
|
-
Push-based agent daemon for [Harmony](https://gethmy.com).
|
|
3
|
+
Push-based agent daemon for [Harmony](https://gethmy.com), the shared surface for human–agent teams. It watches board assignments via Supabase Realtime, then implements and reviews cards with Claude CLI runs in isolated git worktrees. The agent runs where you put it: your laptop, a VPS, a VM, CI. Harmony owns the work, not the machine.
|
|
4
4
|
|
|
5
5
|
Built for **failsafe auto mode**: crashed daemons recover on restart, misconfigured columns fail fast, runaway costs trip a daily budget, and cards that can't pass build land in a dead-letter queue instead of bouncing forever.
|
|
6
6
|
|