gm-codex 2.0.188 → 2.0.190

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
@@ -9,6 +9,8 @@ enforce: critical
9
9
 
10
10
  **Invoke the `gm` skill immediately.** Use the Skill tool with `skill: "gm"`.
11
11
 
12
+ **CRITICAL: Skills are invoked via the Skill tool ONLY. Do NOT use the Agent tool to load skills. Skills are not agents. Use: `Skill tool` with `skill: "gm"` (or `"planning"`, `"gm-execute"`, `"gm-emit"`, `"gm-complete"`). Using the Agent tool for skills is a violation.**
13
+
12
14
  All work coordination, planning, execution, and verification happens through the skill tree:
13
15
  - `gm` skill → `planning` skill → `gm-execute` skill → `gm-emit` skill → `gm-complete` skill
14
16
 
@@ -74,7 +74,7 @@ try {
74
74
  ensureGitignore();
75
75
 
76
76
  const parts = [];
77
- parts.push('Invoke the `gm` skill to begin. DO NOT use EnterPlanMode. DO NOT use gm subagent directly use the `gm` skill via the Skill tool.');
77
+ parts.push('Use the Skill tool with skill: "gm" to begin do NOT use the Agent tool to load skills. Skills are invoked via the Skill tool only, never as agents. DO NOT use EnterPlanMode.');
78
78
 
79
79
  const search = runCodeSearch(prompt);
80
80
  if (search) parts.push(search);
@@ -29,7 +29,7 @@ ensureGitignore();
29
29
  try {
30
30
  let outputs = [];
31
31
 
32
- outputs.push('Invoke the `gm` skill to begin. All code execution uses exec:<lang> via the Bash tool — never direct Bash(node ...) or Bash(npm ...) or Bash(npx ...).');
32
+ outputs.push('Use the Skill tool with skill: "gm" to begin — do NOT use the Agent tool to load skills. Skills are invoked via the Skill tool only, never as agents. All code execution uses exec:<lang> via the Bash tool — never direct Bash(node ...) or Bash(npm ...) or Bash(npx ...).');
33
33
 
34
34
  if (projectDir && fs.existsSync(projectDir)) {
35
35
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-codex",
3
- "version": "2.0.188",
3
+ "version": "2.0.190",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.188",
3
+ "version": "2.0.190",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",