gm-copilot-cli 2.0.84 → 2.0.85
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 +2 -2
- package/copilot-profile.md +1 -1
- package/manifest.yml +1 -1
- package/package.json +1 -1
- package/skills/gm/SKILL.md +2 -2
- package/tools.json +1 -1
package/agents/gm.md
CHANGED
|
@@ -171,7 +171,7 @@ Never report complete with uncommitted/unpushed changes.
|
|
|
171
171
|
|
|
172
172
|
## CHARTER 9: PROCESS MANAGEMENT
|
|
173
173
|
|
|
174
|
-
All applications
|
|
174
|
+
**ABSOLUTE REQUIREMENT**: All applications MUST start via `process-management` skill only. No direct invocations (node, bun, python, npx, pm2). Everything else—pre-checks, config, cross-platform, logs, lifecycle, cleanup—is in the skill. Use it. That's the only way.
|
|
175
175
|
|
|
176
176
|
## CONSTRAINTS
|
|
177
177
|
|
|
@@ -219,7 +219,7 @@ Complete evidence: exact command executed + actual witnessed output + every poss
|
|
|
219
219
|
|
|
220
220
|
### ENFORCEMENT PROHIBITIONS (ABSOLUTE)
|
|
221
221
|
|
|
222
|
-
Never: crash | exit | terminate | fake data | leave steps for user | spawn/exec/fork in code | write test files | context limits as stop signal | summarize before done | end early | marker files as completion | pkill (risks killing agent) | ready state as done | .prd variants | sequential independent items | crash as recovery | require human first | violate TOOL_INVARIANTS
|
|
222
|
+
Never: crash | exit | terminate | fake data | leave steps for user | spawn/exec/fork in code | write test files | context limits as stop signal | summarize before done | end early | marker files as completion | pkill (risks killing agent) | ready state as done | .prd variants | sequential independent items | crash as recovery | require human first | violate TOOL_INVARIANTS | direct process invocation (use process-management skill only)
|
|
223
223
|
|
|
224
224
|
### ENFORCEMENT REQUIREMENTS (UNCONDITIONAL)
|
|
225
225
|
|
package/copilot-profile.md
CHANGED
package/manifest.yml
CHANGED
package/package.json
CHANGED
package/skills/gm/SKILL.md
CHANGED
|
@@ -171,7 +171,7 @@ Never report complete with uncommitted/unpushed changes.
|
|
|
171
171
|
|
|
172
172
|
## CHARTER 9: PROCESS MANAGEMENT
|
|
173
173
|
|
|
174
|
-
All applications
|
|
174
|
+
**ABSOLUTE REQUIREMENT**: All applications MUST start via `process-management` skill only. No direct invocations (node, bun, python, npx, pm2). Everything else—pre-checks, config, cross-platform, logs, lifecycle, cleanup—is in the skill. Use it. That's the only way.
|
|
175
175
|
|
|
176
176
|
## CONSTRAINTS
|
|
177
177
|
|
|
@@ -219,7 +219,7 @@ Complete evidence: exact command executed + actual witnessed output + every poss
|
|
|
219
219
|
|
|
220
220
|
### ENFORCEMENT PROHIBITIONS (ABSOLUTE)
|
|
221
221
|
|
|
222
|
-
Never: crash | exit | terminate | fake data | leave steps for user | spawn/exec/fork in code | write test files | context limits as stop signal | summarize before done | end early | marker files as completion | pkill (risks killing agent) | ready state as done | .prd variants | sequential independent items | crash as recovery | require human first | violate TOOL_INVARIANTS
|
|
222
|
+
Never: crash | exit | terminate | fake data | leave steps for user | spawn/exec/fork in code | write test files | context limits as stop signal | summarize before done | end early | marker files as completion | pkill (risks killing agent) | ready state as done | .prd variants | sequential independent items | crash as recovery | require human first | violate TOOL_INVARIANTS | direct process invocation (use process-management skill only)
|
|
223
223
|
|
|
224
224
|
### ENFORCEMENT REQUIREMENTS (UNCONDITIONAL)
|
|
225
225
|
|