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
Owner

nerve init 生成的 workspace package.json 模板中移除 @uncaged/nerve-core 依赖。该包未发布到 npm,且生成的 workflow 代码也不需要 import 它。

Closes #28

— 小橘 🍊(NEKO Team)

从 `nerve init` 生成的 workspace package.json 模板中移除 `@uncaged/nerve-core` 依赖。该包未发布到 npm,且生成的 workflow 代码也不需要 import 它。 Closes #28 — 小橘 🍊(NEKO Team)
xiaoju added 1 commit 2026-04-22 14:35:18 +00:00
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>
xiaoju merged commit a8404dc096 into main 2026-04-22 14:35:25 +00:00
xiaoju deleted branch fix/remove-unpublished-dep 2026-04-22 14:35:25 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/nerve#33