Skip to content

Fix: Bundle @perstack/filesystem-storage into CLI package#471

Merged
FL4TLiN3 merged 2 commits intomainfrom
fix/bundle-filesystem-storage
Feb 10, 2026
Merged

Fix: Bundle @perstack/filesystem-storage into CLI package#471
FL4TLiN3 merged 2 commits intomainfrom
fix/bundle-filesystem-storage

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • @perstack/filesystem-storage is a private workspace package ("private": true) that should be bundled into the perstack CLI dist, but was missing from noExternal in tsup config
  • This caused npx perstack and npx create-expert to fail with a 404 when npm tried to install the non-existent package
  • Added @perstack/filesystem-storage to noExternal alongside the already-bundled @perstack/tui-components

Test plan

  • pnpm run build succeeds in apps/perstack
  • grep confirms no external imports of @perstack/filesystem-storage remain in dist/

🤖 Generated with Claude Code

FL4TLiN3 and others added 2 commits February 10, 2026 23:13
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit 062c725 into main Feb 10, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/bundle-filesystem-storage branch February 10, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant