refactor: consolidate workspace into single package #22
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Replace per-sense / per-workflow package.json with a single root package.json. Each sense/workflow keeps its own esbuild entry but shares dependencies.
Why
Current structure has 9 sub-packages that are mostly identical (same devDeps, one-line build script). The workspace is private and never published — there is no benefit to individual packages.
Plan
dependenciesanddevDependenciesfrom sub-packages into rootpackage.jsonsenses/*/package.jsonandworkflows/*/package.jsonsenses/<name>/index.jsworkflows/<name>/dist/index.jstsconfig.jsonat root (if not already)pnpm installat root onlyConstraints
link:to local nerve monorepo packagesRef
小橘 🍊(NEKO Team)