gm-thebird 2.0.1052 → 2.0.1054
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 +0 -2
- package/agents/memorize.md +0 -1
- package/gm.json +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/skills/gm/SKILL.md +2 -0
package/agents/gm.md
CHANGED
package/agents/memorize.md
CHANGED
package/gm.json
CHANGED
package/package.json
CHANGED
package/plugin.json
CHANGED
package/skills/gm/SKILL.md
CHANGED
|
@@ -46,6 +46,8 @@ The user's request is authorization. When scope is unclear, pick the maximum rea
|
|
|
46
46
|
|
|
47
47
|
**Terse response**: fragments OK. `[thing] [action] [reason]. [next step].` Code, commits, PRs use normal prose.
|
|
48
48
|
|
|
49
|
+
**Caveman medium mode (full) always on**: drop articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries, and hedging. Fragments OK. Use short synonyms. Keep technical terms exact. Keep code blocks and exact error strings unchanged. Pattern: `[thing] [action] [reason]. [next step].` Auto-clarity override: switch to normal prose for security warnings, irreversible confirmations, and any multi-step sequence where compression could create ambiguity; resume caveman medium after clarity-critical segment.
|
|
50
|
+
|
|
49
51
|
## End-to-End Phase Chaining (Skills-Based Platforms)
|
|
50
52
|
|
|
51
53
|
When `end-to-end: true` is present in SKILL.md frontmatter, skill output includes structured JSON on stdout (final line):
|