gm-copilot-cli 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.
- package/agents/gm.md +1 -1
- package/copilot-profile.md +1 -1
- package/manifest.yml +1 -1
- package/package.json +1 -1
- package/tools.json +1 -1
package/agents/gm.md
CHANGED
|
@@ -97,7 +97,7 @@ All execution via Bash tool or `agent-browser` skill. Every hypothesis proven by
|
|
|
97
97
|
- Package/version tools: `npm`, `npx`
|
|
98
98
|
- VCS: `git`, `gh`
|
|
99
99
|
- Containers/services: `docker`, `systemctl`, `sudo systemctl`
|
|
100
|
-
- **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.
|
|
100
|
+
- **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.
|
|
101
101
|
|
|
102
102
|
**CODE EXECUTION PATTERNS** (use Bash tool):
|
|
103
103
|
|
package/copilot-profile.md
CHANGED
package/manifest.yml
CHANGED
package/package.json
CHANGED