gm-copilot-cli 2.0.5 → 2.0.6

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 CHANGED
@@ -1,4 +1,4 @@
1
- # Glootie for GitHub Copilot CLI
1
+ # GM for GitHub Copilot CLI
2
2
 
3
3
  AI state machine agent for Copilot CLI.
4
4
 
@@ -19,7 +19,7 @@ models:
19
19
  - claude-opus-4-1
20
20
  ---
21
21
 
22
- # Glootie State Machine Agent
22
+ # GM State Machine Agent
23
23
 
24
24
  Autonomous AI-powered state machine for GitHub Copilot CLI.
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-copilot-cli",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -36,4 +36,4 @@
36
36
  "README.md",
37
37
  "COPILOT.md"
38
38
  ]
39
- }
39
+ }