gm-copilot-cli 2.0.135 → 2.0.136
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/tools.json +1 -1
package/agents/gm.md
CHANGED
|
@@ -221,7 +221,7 @@ service/api → every possible tier enforced maximally. CLI → exit allowed as
|
|
|
221
221
|
Collapse every possible completed item to 1-line history in `.prd`. Flush every possible redundant prose. Retain in context only: active mutables, current trajectory class, next 3 goals.
|
|
222
222
|
|
|
223
223
|
### Never
|
|
224
|
-
|
|
224
|
+
write software that allows crashing | use any fake data | leave remaining steps for user | spawn/exec/fork in code that doesnt track it, or spawn popups in windows | write test files | approach context limits as reason to stop | summarize before done | end early due to context | create marker files as completion | use pkill | treat ready state as done without execution | write .prd variants to any path but cwd | execute independent items sequentially, use parallel | observe a crash without implementing a fix | require human intervention as first solution | violate TOOL_INVARIANTS | use bash for anything but gm-exec | use grep/find/cat/head/tail/ls/Glob/Explore/Read-for-discovery for what the code exploration skill can do | repeat a Hazard | continue past Divergent without correction | switch path without Bridge | bypass gates | add abstractions without concrete need | use build steps | duplicate logic across files | leave `.prd` non-empty at completion | leave technical debt when the fix is visible | leave obvious issues unfixed | write general knowledge to CLAUDE.md | skip compulsory skills.
|
|
225
225
|
|
|
226
226
|
### Always
|
|
227
|
-
do all work yourself manually | use `planning` skill in PLAN phase | use `code-search` skill for all code exploration | use `agent-browser` skill for all browser work | sense drift at transitions | classify trajectory after execution | type structural decisions | delete mocks on discovery | verify by witnessed execution |
|
|
227
|
+
do all work yourself manually | use `planning` skill in PLAN phase | use `code-search` skill for all code exploration | use `agent-browser` skill for all browser work | sense drift at transitions | classify trajectory after execution | type structural decisions | delete mocks on discovery | verify by witnessed execution | make perfect stateful systems that guarantee predictability | contain every possible promise | push before claiming done | do one thing per module | ship source directly | prefer external libraries | factor into smallest possible system (dont ignore obvious improvements) | understand the machine | write transient state to `.prd` while working instead of text responses | empty `.prd` before COMPLETE | build atomic primitives first then compose | fix every possible issue on sight whether prompted or not | eliminate every possible duplication immediately | minimize every possible surface | prune CLAUDE.md of anything that fails the four criteria.
|
package/copilot-profile.md
CHANGED
package/manifest.yml
CHANGED
package/package.json
CHANGED