@neocompose/cli 0.38.0 → 0.38.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neocompose/cli",
3
- "version": "0.38.0",
3
+ "version": "0.38.1",
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.38.0 -->
12
+ <!-- reviewed-through-cli: 0.38.1 -->
13
13
 
14
14
  # Neo Compose CLI
15
15
 
@@ -83,7 +83,7 @@ wrappers.
83
83
  The marker near the top of `SKILL.md` must exactly match the package version:
84
84
 
85
85
  ```html
86
- <!-- reviewed-through-cli: 0.38.0 -->
86
+ <!-- reviewed-through-cli: 0.38.1 -->
87
87
  ```
88
88
 
89
89
  The quoted version above is checked too, so this instruction cannot go stale
@@ -130,7 +130,16 @@ tracking. Require either transition to appear in `neo diff`.
130
130
 
131
131
  Editing an initializer updates sparse override rows in place: projected member
132
132
  IDs remain stable, and omitted virtual rows are never emitted as authored seed
133
- records. A construction whose durable constructor arguments changed, whose
133
+ records. Spelling a declared default verbatim in a new initializer lowers to
134
+ the same absence as omitting the member — a leaf equal to its declaration, or
135
+ a bare class construction whose members the declaration wholly settles, mints
136
+ no override row and resumes source tracking. A stored row already spelling its
137
+ default converges to the sparse form on its next authored touch. A stored
138
+ construction predating the P75 collapse converges the same way: its next push
139
+ drops the constructor-settled keys the body duplicated from the creation data
140
+ and stamps the construction's provenance. That is a one-time storage
141
+ convergence, not an edit — resolved values do not change, and the argument
142
+ rows stay reachable through the creation data that already named them. A construction whose durable constructor arguments changed, whose
134
143
  class changed, or which predates a required constructor parameter fails with
135
144
  `construction-arguments-conflict` instead of silently replaying a different
136
145
  recipe. Edit members supported by the recorded construction, or delete and