@neocompose/cli 0.45.0 → 0.46.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 +14 -0
- package/dist/neo.mjs +4980 -4261
- package/package.json +4 -2
- package/skills/neocompose-cli/SKILL.md +1 -1
- package/skills/neocompose-cli/references/cli-development.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.46.0] - 2026-09-04
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- **Breaking:** Authored value-seed transport now uses explicit `literal` and
|
|
8
|
+
`initializer` node arms from the shared executable manifest contract. Update
|
|
9
|
+
the CLI and server together; pre-1.0 clients using the former optional-field
|
|
10
|
+
shape are not adapted. The contract rejects cross-arm fields and
|
|
11
|
+
client-supplied compiled initializer IR at ingress.
|
|
12
|
+
- `SchemaMember` now comes from the shared executable manifest contract as 27
|
|
13
|
+
exact discriminated arms. CLI lowering, document codecs, and manifest
|
|
14
|
+
validation use that one contract while retaining the existing semantic
|
|
15
|
+
refusal rules and contextual compiler-only source information.
|
|
16
|
+
|
|
3
17
|
## [0.45.0] - 2026-09-03
|
|
4
18
|
|
|
5
19
|
### Changed
|