gm-hermes 2.0.525 → 2.0.527

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.525",
3
+ "version": "2.0.527",
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
@@ -493,10 +493,12 @@ function getNamespaceURI(node) {
493
493
  : undefined;
494
494
  }
495
495
 
496
+ const h = createElement;
497
+
496
498
  const PLATFORM_NAME="Hermes Agent",PLATFORM_TYPE="CLI Tool",PLATFORM_TYPE_COLOR="#3b82f6";
497
- const DESCRIPTION="State machine agent with hooks, skills, and automated git enforcement",VERSION="2.0.525";
499
+ const DESCRIPTION="State machine agent with hooks, skills, and automated git enforcement",VERSION="2.0.527";
498
500
  const GITHUB_URL="https://github.com/AnEntrypoint/gm-hermes",BADGE_LABEL="hermes";
499
- const FEATURES=[{"title":"State Machine","desc":"Immutable PLAN→EXECUTE→EMIT→VERIFY→COMPLETE phases with full mutable tracking"},{"title":"Semantic Search","desc":"Natural language codebase exploration via codesearch skill — no grep needed"},{"title":"Hooks","desc":"Pre-tool, session-start, prompt-submit, and stop hooks for full lifecycle control"},{"title":"Agents","desc":"gm, codesearch, and websearch agents pre-configured and ready to use"},{"title":"MCP Integration","desc":"Model Context Protocol server support built in"},{"title":"Auto-Recovery","desc":"Supervisor hierarchy ensures the system never crashes"}],INSTALL_STEPS=[{"desc":"Install via npm","cmd":"npm install -g gm-hermes"},{"desc":"Restart Hermes Agent — skills activate automatically"}];
501
+ const FEATURES=[{"title":"State Machine","desc":"Immutable PLAN→EXECUTE→EMIT→VERIFY→COMPLETE phases with full mutable tracking"},{"title":"Semantic Search","desc":"Natural language codebase exploration via codesearch skill — no grep needed"},{"title":"Hooks","desc":"Pre-tool, session-start, prompt-submit, and stop hooks for full lifecycle control"},{"title":"Agents","desc":"gm, codesearch, and websearch agents pre-configured and ready to use"},{"title":"MCP Integration","desc":"Model Context Protocol server support built in"},{"title":"Auto-Recovery","desc":"Supervisor hierarchy ensures the system never crashes"}],INSTALL_STEPS=[{"desc":"Apply hermes-patch to enable hook support (required for hooks)","cmd":"npx hermes-patch"},{"desc":"See https://github.com/AnEntrypoint/hermes-patch for details"},{"desc":"Install via npm","cmd":"npm install -g gm-hermes"},{"desc":"Restart Hermes Agent — skills activate automatically"}];
500
502
  const CURRENT_PLATFORM="gm-hermes";
501
503
  const ALL_PLATFORMS=[
502
504
  {id:'gm-cc',label:'Claude Code',type:'cli'},{id:'gm-gc',label:'Gemini CLI',type:'cli'},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-hermes",
3
- "version": "2.0.525",
3
+ "version": "2.0.527",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",