@neocompose/cli 0.6.7 → 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 CHANGED
@@ -7,6 +7,18 @@
7
7
  - Document the final relation-only world layer-link contract and keep the
8
8
  format-4 Hello World corpus free of the retired value-side binding field.
9
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
+
10
22
  ## [0.6.7] - 2026-07-21
11
23
 
12
24
  ### 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`](../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