@smartergpt/lexrunner 1.4.1 → 1.5.2

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/CHANGELOG.md CHANGED
@@ -6,6 +6,119 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.5.2] - 2026-08-28
10
+
11
+ ### Changed
12
+
13
+ - **Exact Lex runtime identity** - Bind the direct runtime dependency and reproducible lock to the
14
+ reviewed public `@smartergpt/lex@4.0.3` release instead of allowing install-time selection across
15
+ the Lex 4 line.
16
+ - **Current ecosystem dogfood baseline** - Exercise Lex 4.0.3, Lex-MCP 4.0.3, AXF 2.1.1, and
17
+ LexSona 2.0.2 by default while retaining explicit version overrides.
18
+ - **Native Windows dogfood launch** - Invoke npm and installed package bins through the active Node
19
+ runtime so the exact ecosystem harness does not depend on platform shell shims.
20
+ - **Contained disposable native binding** - Forbid lifecycle scripts during the credentialed
21
+ ecosystem install, then copy one exact identity-checked native SQLite binding from LexRunner's
22
+ gated dependency tree for the public-surface smoke; reject and hash non-registry lock resolutions.
23
+
24
+ ## [1.5.1] - 2026-08-23
25
+
26
+ ### Fixed
27
+
28
+ - **Credential-free release ancestry verification** - Verify that the signed release commit is
29
+ contained in `main` through the authenticated GitHub compare API after checkout credentials are
30
+ deliberately discarded. This recovery release carries forward the complete 1.5.0 feature set;
31
+ the immutable `lexrunner-v1.5.0` workflow failed closed before install or publication.
32
+
33
+ ## [1.5.0] - 2026-08-23
34
+
35
+ ### Added
36
+
37
+ - **Durable Attempt awaitables** - Add bounded lifecycle observation and wakeup contracts that bind
38
+ the exact Attempt revision and terminal state without embedding credentials or accepting unsafe
39
+ replay state.
40
+ - **Executable gate receipts** - Retain fresh per-attempt command evidence with exact cwd,
41
+ shell/argv identity, duration, exit and failure classification, bounded stream hashes, and
42
+ declared artifact hashes.
43
+ - **Disposable workspace recovery controller** - Add a root-owned WSL2 controller that prepares
44
+ bounded Attempt-owned ext4 roots from a hash-checked sealed source, records pre-mutation
45
+ filesystem and Git identities, journals each root before exposing it, and atomically detaches and
46
+ discards only the exactly bound root. Recovery is resumable across preparation, detach, evidence,
47
+ and delete crash windows. Complete bounded pre/post manifests and canonical deltas remain
48
+ resolvable from controller-only evidence after deletion, while strict receipts bind their hashes,
49
+ worker absence, recovery authorization, and workspace absence without creating a writer grant or
50
+ launch path.
51
+ - **Governed workspace mutation profile** - Add a non-review task profile whose proposed authority
52
+ is limited to an Attempt-owned read scope and exact writable-path-set hash with whole-workspace
53
+ discard recovery. The profile exports no execution-binding constructor: schema records and an
54
+ adapter manifest cannot mint a write receipt. Protected authority integration must independently
55
+ resolve exact-image qualification and controller-prepared workspace evidence by hash, validate
56
+ freshness with its own trusted clock, and construct the generic grant only after those records
57
+ reconstruct the prompt, source, read, write, ownership, and rollback bindings. The task input
58
+ hash also binds its normalized duration, output-byte, evidence-byte, and tool-call budgets.
59
+ - **Governed task capability foundation** - Add a review-neutral task/profile binding and positive
60
+ capability ceiling that represents recoverable workspace writes, explicitly bounded external
61
+ effects, contained runtime execution, and attenuated nested Delegations without weakening `NO`.
62
+ - **Governed committed-corpus review** - Bind a clean committed native-WSL candidate to its exact
63
+ Attempt, workspace lease, task packet, launch envelope, and path mapping; export only bounded Git
64
+ object bytes and the exact patch; seal them read-only for the asynchronous two-phase Codex review.
65
+ - **Independent repository verification** - Reopen the authoritative lifecycle records and require
66
+ protected provider receipts to match the corpus, prompt, schema, task offer, and Delegation before
67
+ a review can become admissible.
68
+
69
+ ### Changed
70
+
71
+ - **Native Windows gate execution** - Run local command gates through a resolved PowerShell runtime
72
+ with explicit argument and working-directory identity instead of accidentally crossing into WSL
73
+ or relying on a platform shell shim.
74
+ - **Provider stream failure terminality** - Convert bounded-line, invalid-event, sequence, and
75
+ transport failures into a durable `failed` executor event with a bounded protected failure frame;
76
+ cancel the provider, never retain raw failure output in lifecycle state, and reserve `lost` for
77
+ unexplained stream disappearance.
78
+ - **Governed review task profile** - Express read-only review through a durable generic
79
+ `GovernedTaskSpec`, bind the Delegation offer to its exact task and provider, and independently
80
+ reconstruct the profile from protected prompt, corpus, output-contract, and budget bindings;
81
+ release accepted work only after the generic grant and qualified adapter evaluate, and dispatch
82
+ `PASS`/`BLOCK` interpretation through the exact profile verifier.
83
+ - **Qualified provider topology** - Bind the root-owned repository exporter and exact Git executable
84
+ and version into live qualification evidence, and securely discard sealed corpora that never
85
+ become operation-bound.
86
+
87
+ ### Fixed
88
+
89
+ - **Gate artifact freshness** - Fail closed when declared evidence is missing, stale, unsupported,
90
+ changed during retention, or cannot be preserved with identical bytes.
91
+ - **Cross-platform package smoke** - Invoke npm and installed package bin targets through the active
92
+ Node runtime so packed-consumer validation works on Windows without spawning `.cmd` shims.
93
+ - **Windows Git-backed verification** - Render prompt-search diagnostics with stable separators,
94
+ use privilege-free junction fixtures, and bound process-restart tests with Windows-sized timing
95
+ and cleanup retries.
96
+ - **Governed refusal and budget enforcement** - Persist an offer-phase `NO` directly from the
97
+ offered Delegation state, and independently reject duration, output, evidence-byte, or tool-call
98
+ usage beyond the exact task budget bound to execution requirements and the evidence reservation.
99
+ - **Generic continuation and outcome isolation** - Deny both direct work and post-`ACCEPT`
100
+ continuation when the durable generic task/execution binding is absent, keep unbound legacy
101
+ offers refusal-only, reject contradictory `PASS` output with blocking findings, and make generic
102
+ results and verification receipts accept profile-owned outcome identifiers without embedding the
103
+ code-review vocabulary. Bind the root task grant issuer to the operator principal named by the
104
+ protected authorization requirements so a self-consistent caller grant cannot mint authority.
105
+ - **Git object substitution defense** - Verify every exported file against the blob object ID in
106
+ the candidate tree, preserve that object ID in the sealed manifest, and recheck the binding at
107
+ both the Windows corpus parser and provider boundary.
108
+ - **Qualification upgrade boundary** - Reject pre-profile qualification manifests so repository
109
+ review cannot use a legacy attestation that omits the exporter and Git executable hashes.
110
+ - **Repository launch lease race** - Atomically require the bound active workspace lease when
111
+ authorizing the offer, creating the durable operation, and authorizing post-acceptance work; the
112
+ independent verifier also rejects results after lease release.
113
+ - **Repository corpus memory bounds** - Read Git blobs one at a time, reject aggregate tree size from
114
+ object headers before buffering payloads, and stop every Git metadata or patch stream after its
115
+ declared maximum plus one byte.
116
+ - **Repository receipt lifecycle projection** - Verify the provider's corpus-header receipt against
117
+ provider-visible fields while independently enforcing the host-owned workspace-lease revision.
118
+ - **Failed repository launch cleanup** - Treat post-validation launch construction transactionally:
119
+ stop partially created worker units and remove partial spools and unreferenced sealed corpora
120
+ whenever launch fails before returning a handle.
121
+
9
122
  ## [1.4.1] - 2026-08-04
10
123
 
11
124
  ### Added
package/README.md CHANGED
@@ -115,11 +115,13 @@ The checked-in package version is the single source for `lexrunner --version` an
115
115
 
116
116
  <!-- BEGIN GENERATED PACKAGE VERSION -->
117
117
 
118
- Current repository package version: **1.4.1**. npm availability and dist-tags are separate
118
+ Current repository package version: **1.5.2**. npm availability and dist-tags are separate
119
119
  release evidence; inspect the registry rather than inferring publication from source metadata.
120
120
  <!-- END GENERATED PACKAGE VERSION -->
121
121
 
122
- See the [1.4.1 release notes](docs/releases/1.4.1.md), the
122
+ See the [1.5.2 release notes](docs/releases/1.5.2.md), the
123
+ [1.5.1 release correction](docs/releases/1.5.1.md), the
124
+ [1.4.1 canonical CLI release](docs/releases/1.4.1.md), the
123
125
  [1.4.0 native-host boundary release](docs/releases/1.4.0.md), the
124
126
  [1.3.0 dogfood release](docs/releases/1.3.0.md), the
125
127
  [1.2.1 publication repair](docs/releases/1.2.1.md), and the underlying
@@ -16,7 +16,7 @@ import {
16
16
  hasCapability,
17
17
  parseAutopilotConfig,
18
18
  validateAutopilotConfig
19
- } from "./chunk-4R52WTFO.js";
19
+ } from "./chunk-TIMHM7VL.js";
20
20
  import "./chunk-4FFGNTAV.js";
21
21
  import "./chunk-6A4IE3TI.js";
22
22
  import "./chunk-VAGHAQT2.js";