@lamplitisles/codex-for-love 0.4.1 → 0.4.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lamplitisles/codex-for-love",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Codex for Love standalone app-server runtime",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -15,8 +15,8 @@
15
15
  "README.md"
16
16
  ],
17
17
  "optionalDependencies": {
18
- "@lamplitisles/codex-for-love-linux-x64": "0.1.0-beta.0",
19
- "@lamplitisles/codex-for-love-darwin-arm64": "0.1.0-beta.0"
18
+ "@lamplitisles/codex-for-love-linux-x64": "0.4.2",
19
+ "@lamplitisles/codex-for-love-darwin-arm64": "0.4.2"
20
20
  },
21
21
  "engines": {
22
22
  "node": ">=24"
package/vendor/IMPORTS.md CHANGED
@@ -125,23 +125,17 @@ removed with that runtime.
125
125
 
126
126
  ## Native release artifact
127
127
 
128
- The Linux x64 native npm package contains candidate
129
- `cfl/v0.154.0-app-server-musl.1` from the LamplitIsles Codex fork revision
130
- `445477b6a83514611ac206d2ab04b79374555a4c`. Its checked-in manifest at
131
- `release/codex-artifact.json` pins the archive and executable SHA-256 values.
132
- `@lamplitisles/codex-for-love-linux-x64@0.1.0-beta.0` is the published
133
- distribution artifact and preserves its native `provenance.json`, license and
134
- notice. Later CFL main releases continue to pin that exact native version until
135
- an explicitly reviewed binary update publishes a replacement.
128
+ The Linux x64 native npm package
129
+ `@lamplitisles/codex-for-love-linux-x64@0.4.2` contains the app-server from
130
+ LamplitIsles Codex fork revision `8dd81ffff6461b426c0117d6c450742deddf1d01`.
131
+ The main package's exact optional-dependency version is the only native-package
132
+ selection contract.
136
133
 
137
134
  The macOS ARM64 package
138
- `@lamplitisles/codex-for-love-darwin-arm64@0.1.0-beta.0` contains the app-server
139
- built from fork revision `c1139f7b2793e94c14243689d756b09c0186708d` and the
140
- official Codex 0.154.0 ARM64 code-mode host. That revision has an identical
141
- `codex-rs` tree to the Linux build source. The executable hashes and local
142
- assembly identity are pinned in `release/codex-artifact-darwin-arm64.json`;
143
- the identity is not a claim that a fork GitHub Release was published. The
144
- package retains the same Codex Apache-2.0 license and upstream notice.
135
+ `@lamplitisles/codex-for-love-darwin-arm64@0.4.2` contains the app-server from
136
+ fork revision `0562c66e80d79830882035ddc40fa1be27aaa497` and the official Codex
137
+ 0.154.0 ARM64 code-mode host. The package retains the same Codex Apache-2.0
138
+ license and upstream notice.
145
139
 
146
140
  ## npm publication workflow
147
141