You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2026. It is now read-only.
Set up proper release bundling with a package manager (npm/pnpm) so this project can be easily installed as a dependency.
Why: Enables clean dependency management instead of manual copying or git submodules. Other projects should be able to
npm installthis as a package.Acceptance criteria:
Context: Part of standardizing NOVA's project ecosystem for better dependency management.