fix: remove unpublished @uncaged/nerve-core from init template — closes #28 #33

Merged
xiaoju merged 1 commits from fix/remove-unpublished-dep into main 2026-04-22 14:35:25 +00:00

1 Commits

Author SHA1 Message Date
xiaoju 891db36152 fix: remove unpublished @uncaged/nerve-core from init template — closes #28
The workspace package.json template listed @uncaged/nerve-core as a
dependency, but this package is not published to npm. Since the generated
workflow code only imports from @uncaged/nerve-daemon (which is also not
yet published but will be), remove the unnecessary dependency to unblock
`nerve init`.

小橘 <xiaoju@shazhou.work>
2026-04-22 14:35:03 +00:00