@neocompose/cli 0.38.1 → 0.38.3
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
|
@@ -311,6 +311,10 @@ let the last write win.
|
|
|
311
311
|
|
|
312
312
|
## NeoFlow dialogues
|
|
313
313
|
|
|
314
|
+
Node and option prose lowers to localized-text records with canonical node or
|
|
315
|
+
choice backlinks. Existing translations and unrelated localization links are
|
|
316
|
+
preserved when the source is pushed.
|
|
317
|
+
|
|
314
318
|
Put exactly one top-level `sealed class Name : Dialogue` in each `.neoflow`
|
|
315
319
|
file. Make it non-generic, derive directly from compiler-owned `Dialogue`, and
|
|
316
320
|
override `Trigger Trigger` exactly once. Do not add any other type declaration.
|
|
@@ -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.3 -->
|
|
87
87
|
```
|
|
88
88
|
|
|
89
89
|
The quoted version above is checked too, so this instruction cannot go stale
|