@neocompose/cli 0.6.7 → 0.7.1

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,26 @@
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.1] - 2026-07-22
11
+
12
+ ### Added
13
+
14
+ - Support `abstract readonly` getter contracts and concrete `override readonly`
15
+ implementations, including inherited Immutable storage without a repeated
16
+ storage decorator.
17
+
18
+ ## [0.7.0] - 2026-07-22
19
+
20
+ ### Added
21
+
22
+ - Add the `readonly` class-field modifier for declaration-backed Immutable
23
+ defaults, including canonical pull/status/diff/push projection, focused
24
+ diagnostics, constructor omission, and NeoScript read-only assignment errors.
25
+ - Advance the schema-document contract to 3.3 and carry sparse `isReadOnly`
26
+ member metadata through generated CLI and language-service contracts.
27
+ - Advance emitted NeoScript IR to compiler revision 2 for stable member IDs on
28
+ declaration-backed `KeyOf` pointers.
29
+
10
30
  ## [0.6.7] - 2026-07-21
11
31
 
12
32
  ### 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