@neocompose/cli 0.38.0 → 0.38.2
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
|
@@ -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.
|
|
86
|
+
<!-- reviewed-through-cli: 0.38.2 -->
|
|
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.
|
|
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
|