@neocompose/cli 0.48.3 → 0.49.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neocompose/cli",
3
- "version": "0.48.3",
3
+ "version": "0.49.0",
4
4
  "description": "Neo Compose native project-source CLI with bidirectional sync.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,7 +9,7 @@ description: >-
9
9
  `@neocompose/cli` or `node cli/bin/neo.mjs` in the neo-compose repository.
10
10
  ---
11
11
 
12
- <!-- reviewed-through-cli: 0.48.3 -->
12
+ <!-- reviewed-through-cli: 0.49.0 -->
13
13
 
14
14
  # Neo Compose CLI
15
15
 
@@ -88,7 +88,7 @@ wrappers.
88
88
  The marker near the top of `SKILL.md` must exactly match the package version:
89
89
 
90
90
  ```html
91
- <!-- reviewed-through-cli: 0.48.3 -->
91
+ <!-- reviewed-through-cli: 0.49.0 -->
92
92
  ```
93
93
 
94
94
  The quoted version above is checked too, so this instruction cannot go stale
@@ -136,11 +136,14 @@ member creates a sparse override with its deterministic projected ID; removing
136
136
  that member from an existing initializer resets the override and resumes source
137
137
  tracking. Require either transition to appear in `neo diff`.
138
138
 
139
- A concrete generic argument can carry a default that its type spelling does
140
- not show. Pull writes nonlocalized scalar and empty aggregate binding defaults at implicit
141
- construction sites, for example `DefaultData = new()`. Keeping that expression
142
- unchanged or omitting it retains the virtual default; editing it creates an
143
- override. A default that selects a subtype keeps the explicit subtype name.
139
+ Generic arguments specify types, not default values. A required generic member
140
+ must be supplied at construction unless its member declaration or an inherited
141
+ member declaration supplies a default. Missing required members are compile
142
+ errors. Pull preserves incomplete stored objects for repair; add the missing
143
+ initializer or declare the intended member default before testing or pushing.
144
+ An override without a local initializer inherits an available base member
145
+ default, including when its stored `defaultValue` carrier is null. An explicit
146
+ `= null` initializer is a literal nullable default, not an inheritance marker.
144
147
 
145
148
  Editing an initializer updates sparse override rows in place: projected member
146
149
  IDs remain stable, and omitted virtual rows are never emitted as authored seed