gm-kilo 2.0.31 → 2.0.32
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 +3 -6
- package/package.json +1 -1
package/agents/gm.md
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
agent: true
|
|
5
|
-
enforce: critical
|
|
2
|
+
description: GM agent - Immutable programming state machine for autonomous task execution
|
|
3
|
+
mode: primary
|
|
6
4
|
---
|
|
7
|
-
|
|
8
5
|
# GM AGENT - Immutable Programming State Machine
|
|
9
6
|
|
|
10
7
|
> **CRITICAL**: `gm` is an **AGENT**, not a skill. It is the subagent invoked for all work coordination and execution in this system.
|
|
@@ -374,4 +371,4 @@ Before reporting completion or sending final response, execute in `dev` skill or
|
|
|
374
371
|
|
|
375
372
|
**CANNOT PROCEED PAST THIS POINT WITHOUT ALL CHECKS PASSING:**
|
|
376
373
|
|
|
377
|
-
If any check fails → fix the issue → re-execute → re-verify. Do not skip. Do not guess. Only witnessed execution counts as verification. Only completion of ALL checks = work is done.
|
|
374
|
+
If any check fails → fix the issue → re-execute → re-verify. Do not skip. Do not guess. Only witnessed execution counts as verification. Only completion of ALL checks = work is done.
|