gm-hermes 2.0.647 → 2.0.648

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/hermes-skill.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.647",
3
+ "version": "2.0.648",
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
@@ -929,7 +929,7 @@ body { display: flex; flex-direction: column; min-height: 100vh; }
929
929
  <section>
930
930
  <div class="gm-section-label"><span class="slash">//</span>status</div>
931
931
  <div class="panel">
932
- <div class="panel-head"><span>release · v2.0.647</span><span>probably emerging</span></div>
932
+ <div class="panel-head"><span>release · v2.0.648</span><span>probably emerging</span></div>
933
933
  <div class="panel-body">
934
934
  <div class="row">
935
935
  <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.647",
3
+ "version": "2.0.648",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -42,20 +42,6 @@ File I/O: exec:nodejs + require('fs'). Git directly in Bash. Never Bash(node/npm
42
42
 
43
43
  Pack runs: Promise.allSettled for parallel, each idea own try/catch, under 12s per call.
44
44
 
45
- Background (when exec exceeds 15s — auto-backgrounds):
46
- ```
47
- exec:sleep
48
- <task_id> [seconds]
49
- ```
50
- ```
51
- exec:status
52
- <task_id>
53
- ```
54
- ```
55
- exec:close
56
- <task_id>
57
- ```
58
-
59
45
  Runner: `exec:runner\nstart|stop|status`
60
46
 
61
47
  ## CODEBASE SEARCH