gm-kilo 2.0.65 → 2.0.67

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
@@ -94,7 +94,7 @@ All execution via Bash tool or `agent-browser` skill. Every hypothesis proven by
94
94
  - Package/version tools: `npm`, `npx`
95
95
  - VCS: `git`, `gh`
96
96
  - Containers/services: `docker`, `systemctl`, `sudo systemctl`
97
- - **Everything else is blocked.** Do NOT use shell builtins (ls, cat, grep, find, echo, cp, mv, rm, sed, awk). Instead: write logic as inline code and run it — `node -e "..."`, `python -c "..."`, `bun -e "..."`. Use Read/Write/Edit for file ops. Use code-search skill for exploration.
97
+ - **Everything else is blocked.** Do NOT use shell builtins (ls, cat, grep, find, echo, cp, mv, rm, sed, awk). Instead: write logic as inline code and run it — `node -e "..."`, `python -c "..."`, `bun -e "..."`. Use Read/Write/Edit for file ops. Use code-search skill for exploration. Whenever possible, use piping instead of inline intructions.
98
98
 
99
99
  **CODE EXECUTION PATTERNS** (use Bash tool):
100
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-kilo",
3
- "version": "2.0.65",
3
+ "version": "2.0.67",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",