Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
> completion state and remaining P0 gates. No version bump or release claim is
> made here while that status holds.

## [1.64.17.0] - 2026-07-24

**The broad fix: claimed limitations now require evidence, everywhere.**

Nine live-release failures in two days shared one root: the agent asserting folklore as fact — "Apple requires an app-specific password," "the API can't do this," "screenshots need a key" — instead of running the ten-second check that would have disproven it. The shared judgment contract that binds all six skills gains clause 13: a claimed limitation or requirement is a material claim, stated only with the verbatim error, the documented statement, or a live probe in hand. Pattern-matching a failure to a familiar story is not evidence. When a cheap probe settles the question, run it before asking the user anything or declaring a gate. The Apple adapter's specific rules remain as regression pins; this clause is the umbrella that covers the cases nobody has hit yet.

### Itemized changes

### Changed

- `references/SHARED-JUDGMENT.md` (all six skill trees): clause 13 — evidence-before-claimed-limitations, probe-before-gate.

## [1.64.16.0] - 2026-07-24

**A metadata error is not a login problem.**
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.64.16.0
1.64.17.0
16 changes: 8 additions & 8 deletions evals/parity/transcripts/policy-units.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gstack",
"version": "1.64.16.0",
"version": "1.64.17.0",
"description": "GStack 2 \u2014 six portable Agent Skills with an optional host-neutral runtime.",
"license": "MIT",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions scripts/gstack2/generate-skill-tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ function sharedJudgmentContract(): string {
'10. Ask only what cannot be inferred. Question rounds are for decisions that are consequential and still open after the prompt, the repository, and platform convention are consulted; infer the rest, state each inferred default in one line, and batch what remains. Never spend a round confirming what a handoff already names or offering optional extras.',
'11. A user-stated time constraint binds every phase and every chained skill. Skip or compress optional phases that do not fit it, noting each skip in one line.',
'12. The user makes the final decision.',
'13. A claimed limitation or requirement is a material claim. Never state that a tool, API, or platform cannot do something — or that a credential, key, account, or manual step is required — without evidence in hand: the verbatim error, the documented statement, or a live probe. Pattern-matching a failure to a familiar story is not evidence; diagnose from the actual output. When a cheap probe settles the question (run the command, list installed capabilities, attempt the operation), run it before asking the user for anything or declaring a gate.',
'',
].join('\n');
}
Expand Down
1 change: 1 addition & 0 deletions skills/debug/references/SHARED-JUDGMENT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions skills/plan/references/SHARED-JUDGMENT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions skills/qa/references/SHARED-JUDGMENT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions skills/review/references/SHARED-JUDGMENT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions skills/ship/references/SHARED-JUDGMENT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading