gm-hermes 2.0.1065 → 2.0.1067

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/AGENTS.md CHANGED
@@ -2,10 +2,14 @@
2
2
 
3
3
  ## Technical Notes
4
4
 
5
- Hook response format: `{"decision":"allow|block","reason":"text"}` with exit code 0.
5
+ Dispatch via file-spool markers (not hooks):
6
+ - .gm/prd.yml — orchestration state
7
+ - .gm/mutables.yml — unknown resolution tracking
8
+ - .gm/needs-gm — marks when PRD requires orchestration run
9
+ - .gm/gm-fired-<id> — marks orchestration completion per session
6
10
 
7
11
  Tool names for this platform: `bash` → `terminal`, `write` → `write_file`, `glob` → `glob_files`, `grep` → `search_in_file`, `search` → `web_search`
8
12
 
9
- When filtering transcript history by sessionId, use: `if (sessionId && entry.sessionId === sessionId)`
13
+ Session isolation: use SESSION_ID env var for per-session resource cleanup.
10
14
 
11
15
  Verification file `.gm-stop-verified` is auto-added to .gitignore and tracks session completion state.
package/hermes-skill.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.1065",
3
+ "version": "2.0.1067",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "homepage": "https://github.com/AnEntrypoint/gm",
package/index.html CHANGED
@@ -74,7 +74,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; }
74
74
  <section>
75
75
  <div class="gm-section-label"><span class="slash">//</span>status</div>
76
76
  <div class="panel">
77
- <div class="panel-head"><span>release · v2.0.1065</span><span>probably emerging</span></div>
77
+ <div class="panel-head"><span>release · v2.0.1067</span><span>probably emerging</span></div>
78
78
  <div class="panel-body">
79
79
  <div class="row">
80
80
  <span class="code"><span style="color:var(--panel-accent)">●</span></span>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-hermes",
3
- "version": "2.0.1065",
3
+ "version": "2.0.1067",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",