Skip to content

chore: rename @spool/core and @spool/cli to @spool-lab scope#98

Merged
graydawnc merged 5 commits intomainfrom
chore/publish-core-cli
Apr 17, 2026
Merged

chore: rename @spool/core and @spool/cli to @spool-lab scope#98
graydawnc merged 5 commits intomainfrom
chore/publish-core-cli

Conversation

@graydawnc
Copy link
Copy Markdown
Collaborator

Summary

  • Rename @spool/core@spool-lab/core and @spool/cli@spool-lab/cli to match the published @spool-lab/connector-sdk scope
  • Prepare both packages for npm publishing: private: false, files, publishConfig, prepack
  • Update all imports and filter references across the monorepo (35 files)

After this merges, publishing order:

  1. pnpm --filter @spool-lab/core publish --access public --no-git-checks
  2. pnpm --filter @spool-lab/cli publish --access public --no-git-checks

Then users can: npm install -g @spool-lab/clispool connector install ...

Closes #93

Test plan

  • Core: 147 tests pass
  • CLI: 32 tests pass
  • Build succeeds for both packages

🤖 Generated with Claude Code

graydawnc and others added 5 commits April 17, 2026 13:55
Prepare both packages for npm publishing under the @spool-lab scope:
- Rename packages to @spool-lab/core and @spool-lab/cli
- Set private: false for core
- Add files, publishConfig, and prepack fields to both
- Update all imports and references across app, cli, and core

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…re cli republish

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@graydawnc graydawnc merged commit fda9a48 into main Apr 17, 2026
3 checks passed
@graydawnc graydawnc deleted the chore/publish-core-cli branch April 17, 2026 06:12
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.

command line tools referenced in https://spool.pro/connectors/ is not available

1 participant