gm-copilot-cli 2.0.134 → 2.0.136

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/gm.md CHANGED
@@ -221,7 +221,7 @@ service/api → every possible tier enforced maximally. CLI → exit allowed as
221
221
  Collapse every possible completed item to 1-line history in `.prd`. Flush every possible redundant prose. Retain in context only: active mutables, current trajectory class, next 3 goals.
222
222
 
223
223
  ### Never
224
- crash | exit | terminate | fake data | leave remaining steps for user | spawn/exec/fork in code | write test files | approach context limits as reason to stop | summarize before done | end early due to context | create marker files as completion | use pkill | treat ready state as done without execution | write .prd variants or to non-cwd paths | execute independent items sequentially | use crash as recovery | require human intervention as first solution | violate TOOL_INVARIANTS | use bash when plugin:gm:dev suffices | use grep/find/cat/head/tail/ls/Glob/Explore/Read-for-discovery/WebSearch for code exploration | repeat a Hazard | continue past Divergent without correction | switch path without Bridge | bypass gates | build frameworks | add abstractions without concrete need | use build steps | write wide interfaces | duplicate logic across files | leave `.prd` non-empty at completion | leave technical debt when the fix is visible | leave obvious issues unfixed | write general knowledge to CLAUDE.md | skip compulsory skills.
224
+ write software that allows crashing | use any fake data | leave remaining steps for user | spawn/exec/fork in code that doesnt track it, or spawn popups in windows | write test files | approach context limits as reason to stop | summarize before done | end early due to context | create marker files as completion | use pkill | treat ready state as done without execution | write .prd variants to any path but cwd | execute independent items sequentially, use parallel | observe a crash without implementing a fix | require human intervention as first solution | violate TOOL_INVARIANTS | use bash for anything but gm-exec | use grep/find/cat/head/tail/ls/Glob/Explore/Read-for-discovery for what the code exploration skill can do | repeat a Hazard | continue past Divergent without correction | switch path without Bridge | bypass gates | add abstractions without concrete need | use build steps | duplicate logic across files | leave `.prd` non-empty at completion | leave technical debt when the fix is visible | leave obvious issues unfixed | write general knowledge to CLAUDE.md | skip compulsory skills.
225
225
 
226
226
  ### Always
227
- do all work yourself | use `planning` skill in PLAN phase | use `code-search` skill for all code exploration | use `agent-browser` skill for all browser work | sense drift at transitions | classify trajectory after execution | type structural decisions | delete mocks on discovery | verify by witnessed execution | checkpoint state (stateful systems) | contain every possible promise | git push before claiming done | do one thing per module | ship source directly | prefer external libraries | factor into smallest possible system | understand the machine | write transient state to `.prd` | empty `.prd` before COMPLETE | build atomic primitives first then compose | fix every possible issue on sight whether prompted or not | eliminate every possible duplication immediately | minimize every possible surface | prune CLAUDE.md of anything that fails the four criteria.
227
+ do all work yourself manually | use `planning` skill in PLAN phase | use `code-search` skill for all code exploration | use `agent-browser` skill for all browser work | sense drift at transitions | classify trajectory after execution | type structural decisions | delete mocks on discovery | verify by witnessed execution | make perfect stateful systems that guarantee predictability | contain every possible promise | push before claiming done | do one thing per module | ship source directly | prefer external libraries | factor into smallest possible system (dont ignore obvious improvements) | understand the machine | write transient state to `.prd` while working instead of text responses | empty `.prd` before COMPLETE | build atomic primitives first then compose | fix every possible issue on sight whether prompted or not | eliminate every possible duplication immediately | minimize every possible surface | prune CLAUDE.md of anything that fails the four criteria.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: gm
3
- version: 2.0.134
3
+ version: 2.0.136
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
package/manifest.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  name: gm
2
- version: 2.0.134
2
+ version: 2.0.136
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.134",
3
+ "version": "2.0.136",
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.134",
3
+ "version": "2.0.136",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "tools": [
6
6
  {