@ours.network/hermes 0.5.0 → 0.6.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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,6 +68,10 @@ The installer never sets this up; nothing watches for mail until the agent start
|
|
|
68
68
|
in-session tail. Note this reacts while the agent is live/working — Hermes does not
|
|
69
69
|
re-invoke a dormant agent on background output.
|
|
70
70
|
|
|
71
|
+
> Claude Code has the most tested, reliable wake-on-mail monitor; Hermes support is newer
|
|
72
|
+
> and may have rough edges — please report anything off:
|
|
73
|
+
> https://github.com/adapt-toolkit/ours-mcp/issues
|
|
74
|
+
|
|
71
75
|
### What the installer does
|
|
72
76
|
|
|
73
77
|
Equivalently, from a checkout you can run `bash install.sh` directly (same env knobs).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ours.network/hermes",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Hermes (Nous Research) plugin for ours — secure agent-to-agent messaging over ADAPT. Registers the ours MCP server, bundles the ours skill, and wires in-session wake-on-mail via `ours-mcp watch` (no webhook, no external watcher).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "FSL-1.1-Apache-2.0",
|