| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bwc-cli@1.2.4 source code.tar.gz | 2025-10-24 | 3.7 MB | |
| bwc-cli@1.2.4 source code.zip | 2025-10-24 | 3.9 MB | |
| README.md | 2025-10-24 | 1.1 kB | |
| Totals: 3 Items | 7.6 MB | 0 | |
Patch Changes
-
ce81511- Fix Windows compatibility for Svelte command files and update registryBREAKING CHANGE: Svelte command names have changed for Windows compatibility
- Renamed 16 Svelte command files:
svelte:*.md→svelte-*.md(colons not allowed on Windows) - Updated command names from
/svelte:*to/svelte-*(e.g.,/svelte:test→/svelte-test) - Regenerated registry.json to reflect correct filenames and command names
- All Svelte commands now work correctly on Windows, Linux, and macOS
Migration Guide for Users: If you previously installed Svelte commands with colons (e.g.,
/svelte:test), you'll need to:- Remove old command files from
.claude/commands/(files namedsvelte:*.md) - Reinstall using new names:
bwc add --command svelte-test - Update any references in your workflow from
/svelte:*to/svelte-*
- Renamed 16 Svelte command files: