@smartergpt/lexrunner 1.3.0 → 1.4.0

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,36 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.4.0] - 2026-08-04
10
+
11
+ ### Added
12
+
13
+ - **Native-host workspace boundary** - Add the versioned `WorkspaceBoundary` contract, production
14
+ Linux backend, runtime resolver, lease-bound authority lineage, and shared hostile-race
15
+ conformance coverage that preserves the existing Linux containment guarantee while defining the
16
+ fail-closed path to a native Windows backend.
17
+
18
+ ### Changed
19
+
20
+ - **Lex 4 compatibility** - Upgrade `@smartergpt/lex` to the audited 4.x line while preserving all
21
+ directly consumed public exports.
22
+ - **Deterministic install scripts** - Check in explicit npm allow/deny decisions for native SQLite,
23
+ esbuild, and Lex lifecycle scripts.
24
+
25
+ ### Fixed
26
+
27
+ - **Native Windows bootstrap** - Validate clean installation, dependency policy, build, and focused
28
+ portable regressions in Windows CI without claiming runtime parity through skipped tests.
29
+ - **Cross-platform patch application** - Apply unified diffs through argument-safe `git apply`
30
+ instead of requiring a separately installed GNU `patch` executable.
31
+ - **Boundary integrity** - Canonicalize receipt identity sets, preserve path-private diagnostics,
32
+ bind observations to live leases, and route Linux Git operations through boundary capabilities.
33
+ - **Plan validation stability** - Bound CLI validation subprocesses and retain actionable timeout
34
+ diagnostics under hosted-runner load.
35
+ - **Dependency audit** - Remove all currently reported production and development advisories,
36
+ including the Sharp/libvips path and newly disclosed URI, address, middleware, PostCSS, and brace
37
+ expansion findings.
38
+
9
39
  ## [1.3.0] - 2026-07-30
10
40
 
11
41
  ### Added
package/README.md CHANGED
@@ -111,11 +111,12 @@ The checked-in package version is the single source for `lex-pr --version`.
111
111
 
112
112
  <!-- BEGIN GENERATED PACKAGE VERSION -->
113
113
 
114
- Current repository package version: **1.3.0**. npm availability and dist-tags are separate
114
+ Current repository package version: **1.4.0**. npm availability and dist-tags are separate
115
115
  release evidence; inspect the registry rather than inferring publication from source metadata.
116
116
  <!-- END GENERATED PACKAGE VERSION -->
117
117
 
118
- See the [1.3.0 release notes](docs/releases/1.3.0.md), the
118
+ See the [1.4.0 release notes](docs/releases/1.4.0.md), the
119
+ [1.3.0 dogfood release](docs/releases/1.3.0.md), the
119
120
  [1.2.1 publication repair](docs/releases/1.2.1.md), and the underlying
120
121
  [1.2.0 compatibility decision](docs/releases/1.2.0.md) for package disposition, semver rationale,
121
122
  supported assisted behavior, and deferred guarantees.