gm-copilot-cli 2.0.107 → 2.0.109

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/.mcp.json CHANGED
@@ -1,3 +1,4 @@
1
1
  {
2
- "$schema": "https://schemas.modelcontextprotocol.io/0.1.0/mcp.json"
2
+ "$schema": "https://schemas.modelcontextprotocol.io/0.1.0/mcp.json",
3
+ "mcpServers": {}
3
4
  }
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gm
3
- version: 2.0.107
3
+ version: 2.0.109
4
4
  description: State machine agent with hooks, skills, and automated git enforcement
5
5
  author: AnEntrypoint
6
6
  repository: https://github.com/AnEntrypoint/gm-copilot-cli
@@ -166,7 +166,7 @@ try {
166
166
  if (result.blockCount === 1) {
167
167
  console.log(JSON.stringify({
168
168
  decision: 'block',
169
- reason: `Git: ${result.reason} [First violation - blocks this session]`
169
+ reason: `Git: ${result.reason}`
170
170
  }, null, 2));
171
171
  process.exit(2);
172
172
  } else if (result.blockCount > 1) {
package/manifest.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: gm
2
- version: 2.0.107
2
+ version: 2.0.109
3
3
  description: State machine agent with hooks, skills, and automated git enforcement
4
4
  author: AnEntrypoint
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-copilot-cli",
3
- "version": "2.0.107",
3
+ "version": "2.0.109",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/tools.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.107",
3
+ "version": "2.0.109",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "tools": [
6
6
  {