@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 +20 -0
- package/README.md +1 -1
- package/dist/neo.mjs +822 -480
- package/package.json +1 -1
- package/skills/neocompose-cli/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ A format-4 `neo/` working copy is a Git-like checkout of one Neo Compose
|
|
|
15
15
|
project version. Native `.neo`/`.neoflow` source and the web UI are peer
|
|
16
16
|
authoring surfaces over the same granular records; the server remains the
|
|
17
17
|
shared source of truth. The complete contract is
|
|
18
|
-
`specs/neo-project-source-authoring.md`.
|
|
18
|
+
`https://github.com/ryanbliss/neo-compose-specs/tree/main/new-features/complete/neo-project-source-authoring.md`.
|
|
19
19
|
|
|
20
20
|
There is no C# schema project, Roslyn compiler, authoring DLL, .NET discovery,
|
|
21
21
|
generated SDK, per-member script sidecar tree, `ValueRegistry`, or checked-in
|