@neocompose/cli 0.6.6 → 0.7.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 +29 -0
- package/README.md +1 -1
- package/dist/neo.mjs +987 -489
- package/package.json +1 -1
- package/skills/neocompose-cli/SKILL.md +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Document the final relation-only world layer-link contract and keep the
|
|
8
|
+
format-4 Hello World corpus free of the retired value-side binding field.
|
|
9
|
+
|
|
10
|
+
## [0.7.0] - 2026-07-22
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- Add the `readonly` class-field modifier for declaration-backed Immutable
|
|
15
|
+
defaults, including canonical pull/status/diff/push projection, focused
|
|
16
|
+
diagnostics, constructor omission, and NeoScript read-only assignment errors.
|
|
17
|
+
- Advance the schema-document contract to 3.3 and carry sparse `isReadOnly`
|
|
18
|
+
member metadata through generated CLI and language-service contracts.
|
|
19
|
+
- Advance emitted NeoScript IR to compiler revision 2 for stable member IDs on
|
|
20
|
+
declaration-backed `KeyOf` pointers.
|
|
21
|
+
|
|
22
|
+
## [0.6.7] - 2026-07-21
|
|
23
|
+
|
|
24
|
+
### Fixed
|
|
25
|
+
|
|
26
|
+
- Treat class-level layer-link relations, including inherited targets, as the
|
|
27
|
+
authoritative binding during pull, status, diff, and push.
|
|
28
|
+
- Reject concrete system layer-link bases, targetless concrete descendants,
|
|
29
|
+
ambiguous or invalid targets, abstract construction, and authored
|
|
30
|
+
`layerClassId` sidecars before a source transaction reaches the server.
|
|
31
|
+
|
|
3
32
|
## [0.6.6] - 2026-07-21
|
|
4
33
|
|
|
5
34
|
### Fixed
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ model and authored values, `.neoflow` defines dialogue flows, and managed image
|
|
|
6
6
|
and audio files stay as ordinary binaries.
|
|
7
7
|
|
|
8
8
|
The complete contract is in
|
|
9
|
-
[`specs/neo-project-source-authoring.md`](
|
|
9
|
+
[`specs/neo-project-source-authoring.md`](https://github.com/ryanbliss/neo-compose-specs/tree/main/new-features/complete/neo-project-source-authoring.md).
|
|
10
10
|
The concise agent workflow is in
|
|
11
11
|
[`cli/skills/neocompose-cli/SKILL.md`](skills/neocompose-cli/SKILL.md).
|
|
12
12
|
|