gm-kilo 2.0.134 → 2.0.135

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.
Files changed (2) hide show
  1. package/agents/gm.md +1 -1
  2. package/package.json +1 -1
package/agents/gm.md CHANGED
@@ -224,4 +224,4 @@ Collapse every possible completed item to 1-line history in `.prd`. Flush every
224
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.
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 | 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-kilo",
3
- "version": "2.0.134",
3
+ "version": "2.0.135",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",