rulesync 8.8.1 → 8.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/{chunk-XIMWQREW.js → chunk-RMITDFVW.js} +1362 -896
- package/dist/cli/index.cjs +19079 -18298
- package/dist/cli/index.js +329 -8
- package/dist/index.cjs +1388 -925
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,6 +58,14 @@ rulesync import --targets cursor # From .cursorrules
|
|
|
58
58
|
rulesync import --targets copilot # From .github/copilot-instructions.md
|
|
59
59
|
```
|
|
60
60
|
|
|
61
|
+
Want to convert configuration from one AI tool to another directly, without
|
|
62
|
+
adopting the `.rulesync/` source-of-truth workflow?
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
# Convert Cursor rules to Copilot and Claude Code in one shot (no .rulesync/ files written)
|
|
66
|
+
rulesync convert --from cursor --to copilot,claudecode
|
|
67
|
+
```
|
|
68
|
+
|
|
61
69
|
See [Quick Start guide](https://dyoshikawa.github.io/rulesync/getting-started/quick-start) for more details.
|
|
62
70
|
|
|
63
71
|
## Supported Tools and Features
|
|
@@ -89,6 +97,7 @@ See [Quick Start guide](https://dyoshikawa.github.io/rulesync/getting-started/qu
|
|
|
89
97
|
| Windsurf | windsurf | ✅ | ✅ | | | | ✅ 🌏 | | |
|
|
90
98
|
| Warp | warp | ✅ | | | | | | | |
|
|
91
99
|
| Replit | replit | ✅ | | | | | ✅ | | |
|
|
100
|
+
| Pi Coding Agent | pi | ✅ 🌏 | | | ✅ 🌏 | | ✅ 🌏 | | |
|
|
92
101
|
| Zed | zed | | ✅ | | | | | | |
|
|
93
102
|
|
|
94
103
|
- ✅: Supports project mode
|