rulesync 16.11.0 → 16.13.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 +1 -1
- package/dist/cli/index.cjs +478 -113
- package/dist/cli/index.js +478 -113
- package/dist/cli/index.js.map +1 -1
- package/dist/{import--_2cfZlH.cjs → import-ChnrtxiJ.cjs} +1105 -216
- package/dist/{import-Bgkf_jVN.js → import-Dswkc7Ub.js} +1091 -202
- package/dist/import-Dswkc7Ub.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +13 -13
- package/dist/import-Bgkf_jVN.js.map +0 -1
package/README.md
CHANGED
|
@@ -124,7 +124,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
124
124
|
| Devin Desktop | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
125
125
|
| Warp | ✅ | ✅ | ✅ | ✅ | | ✅ | | ✅ | |
|
|
126
126
|
| Replit | ✅ | | | | | ✅ | | | |
|
|
127
|
-
| Pi Coding Agent | ✅ | | | ✅ | | ✅ | ✅ |
|
|
127
|
+
| Pi Coding Agent | ✅ | | | ✅ | | ✅ | ✅ | ✅ | |
|
|
128
128
|
| Zed | ✅ | ✅ | ✅ | | | ✅ | | ✅ | |
|
|
129
129
|
|
|
130
130
|
<!-- SUPPORTED_TOOLS_AI:END -->
|