gm-qwen 2.0.760 → 2.0.762
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/bin/plugkit.sha256 +6 -6
- package/bin/plugkit.version +1 -1
- package/gm.json +2 -2
- package/package.json +1 -1
- package/skills/gm/SKILL.md +2 -0
package/bin/plugkit.sha256
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
6f37a38d23215bec8b6e000dda95bebf41c8fd3d34f47efac8508ce436cea695 plugkit-win32-x64.exe
|
|
2
|
+
bf94a8d39ce8bb2e6565a347fa88ba0061ca471fa968e3bcd645bcabd82c90cf plugkit-win32-arm64.exe
|
|
3
|
+
9257c8f7f351dae2a25fd706a75d0281aa20878b14b1ce38aa47b84568ea2dde plugkit-darwin-x64
|
|
4
|
+
5330b8d2681db209d5789fb6d5b6edcb5270f9d50ceac4126751a36995bef435 plugkit-darwin-arm64
|
|
5
|
+
1d4dc8afb691486a643ef92904bb91d59deb7c88d1f05161a8ab1e38e6f6536f plugkit-linux-x64
|
|
6
|
+
a99817799e17ca2d467cdf6fca7c72c38af2d8ac2a14083c14f9461d4a652719 plugkit-linux-arm64
|
package/bin/plugkit.version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.252
|
package/gm.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gm",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.762",
|
|
4
4
|
"description": "State machine agent with hooks, skills, and automated git enforcement",
|
|
5
5
|
"author": "AnEntrypoint",
|
|
6
6
|
"license": "MIT",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"plugkitVersion": "0.1.
|
|
26
|
+
"plugkitVersion": "0.1.252"
|
|
27
27
|
}
|
package/package.json
CHANGED
package/skills/gm/SKILL.md
CHANGED
|
@@ -43,6 +43,8 @@ Multiple facts → parallel Agent calls in ONE message. End-of-turn: scan for un
|
|
|
43
43
|
|
|
44
44
|
A written PRD is the user's authorization. Once it exists, EXECUTE owns the work to COMPLETE. Resolve every doubt that arises during execution by witnessed probe, by recall, or by re-reading the PRD — never by asking the user. Any question whose answer the agent could obtain itself is a question the agent owes itself, not the user.
|
|
45
45
|
|
|
46
|
+
**FINISH ALL REMAINING STEPS — HARD RULE**: when a request enumerates or implies multiple work items ("all", "any", "everything", "the rest", "remaining"), or after a covering family is constructed under MAXIMAL COVER, the agent finishes every witnessable item in the same turn. Stopping after one item to ask "which next?" is forbidden — the answer is *all of them*, in one chain, until `.gm/prd.yml` is empty and git is clean and pushed. Mid-chain "should I…", "want me to…", "which would you like…" prompts are forced closure; replace them with the next skill invocation.
|
|
47
|
+
|
|
46
48
|
Asking is permitted only as a last resort, when the next action is destructive-irreversible AND the PRD does not cover it, OR when user intent is genuinely irrecoverable from PRD, memory, and code. The channel is structured: `exec:pause` (renames `.gm/prd.yml` → `.gm/prd.paused.yml`, question in header). In-conversation asking is last-resort beneath last-resort.
|
|
47
49
|
|
|
48
50
|
The size of the task, the cost of context, and the duration of CI are never grounds to ask.
|