gm-qwen 2.0.758 → 2.0.760

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/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.758",
3
+ "version": "2.0.760",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-qwen",
3
- "version": "2.0.758",
3
+ "version": "2.0.760",
4
4
  "description": "State machine agent with hooks, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
@@ -47,15 +47,15 @@ Asking is permitted only as a last resort, when the next action is destructive-i
47
47
 
48
48
  The size of the task, the cost of context, and the duration of CI are never grounds to ask.
49
49
 
50
- ## LAWFUL DOWNGRADE — HARD RULE
50
+ ## MAXIMAL COVER — HARD RULE
51
51
 
52
- Per paper III §2.5 and paper IV §2: lawful downgrade writing a weaker, true statement in place of a stronger, unearned one is always available; forced closure never is.
52
+ Per paper IV §2 (formerly "lawful downgrade" in paper III §2.5 renamed because the discipline is *constructive*, not a passive settling-for-less): the obligation when scope exceeds reach is to construct a *maximal cover* of the request, not to refuse it and not to ship one slice and call the rest "follow-up."
53
53
 
54
- Refusal is forced closure. So is *distributed* refusal — attempting one bounded subset of the request and treating the rest as "follow-up" when other witnessable subsets exist. Both bypass witnessed execution; both are the inverse of bluffing strength.
54
+ Refusal is forced closure. So is *distributed* refusal — shipping a single bounded subset while other witnessable subsets exist. Both bypass witnessed execution.
55
55
 
56
- **Required move when scope exceeds reach** (paper IV §2.3): construct a *covering family* of bounded subsets — every subset of the request that is witnessable from this session — and write the family into the PRD. Execute every member. Single-subset delivery is legitimate only when no other witnessable subset exists; otherwise it is distributed refusal under another name. At end-of-turn, name the residual complement explicitly, with the reason each excluded piece falls outside the witnessable closure.
56
+ **Required move when scope exceeds reach**: construct a *covering family* of bounded subsets — every subset of the request that is witnessable from this session — and write the family into the PRD. Execute every member. Single-subset delivery is legitimate only when no other witnessable subset exists; otherwise it is distributed refusal under another name. At end-of-turn, name the residual complement explicitly, with the reason each excluded piece falls outside the witnessable closure.
57
57
 
58
- The discipline is enforced by what is delivered, not by which words appear. Before closing the turn, check that the union of committed work plus named complement equals the witnessable closure of the request. Anything witnessable that falls in neither set means the cover is not yet maximal — re-enter planning to expand it.
58
+ The discipline is enforced by what is delivered, not by which words appear. Before closing the turn, check that the union of committed work plus named complement equals the witnessable closure of the request. Anything witnessable that falls in neither set means the cover is not yet maximal — re-enter planning to expand it. The cover is *maximal*, not *complete*: completeness would require reaching scope outside the session, which is dishonest. Maximality reaches everything inside the session, which is the whole obligation.
59
59
 
60
60
  ## FIX ON SIGHT — HARD RULE
61
61
 
@@ -63,7 +63,7 @@ Every issue surfaced during work is fixed in-band, this turn, at root cause. Def
63
63
 
64
64
  Surface → diagnose → fix at root cause → re-witness → continue. If the fix uncovers a new unknown, regress to `planning`. If the fix is itself genuinely out-of-scope-irreversible, the residual goes into `.gm/prd.yml` *before* moving on — narration is not a substitute for an item.
65
65
 
66
- A skill chain that ships while ignoring a known-bad signal is forced closure (see LAWFUL DOWNGRADE).
66
+ A skill chain that ships while ignoring a known-bad signal is forced closure (see MAXIMAL COVER).
67
67
 
68
68
  ## BROWSER WITNESS — HARD RULE
69
69
 
@@ -49,9 +49,9 @@ Asking is last-resort: destructive-irreversible without PRD coverage, OR user in
49
49
 
50
50
  **Cannot stop while**: `.gm/prd.yml` has items | git uncommitted | git unpushed.
51
51
 
52
- ## LAWFUL DOWNGRADE — HARD RULE
52
+ ## MAXIMAL COVER — HARD RULE
53
53
 
54
- Per paper III §2.5 and paper IV §2: lawful downgrade is always available; forced closure (refusal) is never available. Refusal has two shapes total (no work delivered) and distributed (one bounded subset delivered, the rest abandoned despite being witnessable). Both bypass witnessed execution.
54
+ Per paper IV §2 (renamed from paper III §2.5 "lawful downgrade" that phrase undersold the constructive obligation): the obligation when scope exceeds reach is to *expand the cover*, not to refuse and not to ship a single slice. Refusal is forced closure. Distributed refusal — one bounded subset delivered, the rest abandoned despite being witnessable is the same failure dressed up as triage.
55
55
 
56
56
  **Required move when scope exceeds reach**: construct a *covering family* — every bounded subset of the request that is witnessable from this session — and write the family into the PRD as separate items, with the dependency graph explicit so independent members parallelize. Execute every member. Single-subset delivery is legitimate only when no other witnessable subset exists. The residual complement is named at end-of-turn, with the reason each excluded piece falls outside the witnessable closure.
57
57