rulesync 16.1.0 → 16.3.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 +3 -3
- package/dist/cli/index.cjs +859 -5
- package/dist/cli/index.js +860 -5
- package/dist/cli/index.js.map +1 -1
- package/dist/{import-BmXT7mRS.js → import-Bj5HxY9p.js} +1348 -393
- package/dist/import-Bj5HxY9p.js.map +1 -0
- package/dist/{import-eG7fZPXI.cjs → import-DD-GRmB9.cjs} +1379 -406
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/import-BmXT7mRS.js.map +0 -1
package/README.md
CHANGED
|
@@ -96,7 +96,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
96
96
|
| GitHub Copilot CLI | ✅ | | ✅ | | ✅ | ✅ | ✅ | | |
|
|
97
97
|
| Goose | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
98
98
|
| Hermes Agent | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
99
|
-
| Grok CLI | ✅ | | ✅ |
|
|
99
|
+
| Grok CLI | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
100
100
|
| Cursor | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
101
101
|
| deepagents-cli | ✅ | | ✅ | | ✅ | ✅ | ✅ | | |
|
|
102
102
|
| Factory Droid | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
@@ -105,11 +105,11 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
105
105
|
| Kilo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
106
106
|
| Kimi Code | ✅ | | ✅ | | ✅ | ✅ | ✅ | ✅ | |
|
|
107
107
|
| Roo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | | |
|
|
108
|
-
| Rovodev (Atlassian) | ✅ | | ✅ | ✅ | ✅ | ✅ | | ✅ |
|
|
108
|
+
| Rovodev (Atlassian) | ✅ | | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ |
|
|
109
109
|
| Takt | ✅ | | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ |
|
|
110
110
|
| Vibe Code | ✅ | ✅ | ✅ | | ✅ | ✅ | ✅ | ✅ | |
|
|
111
111
|
| Qwen Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
112
|
-
| Reasonix | ✅ |
|
|
112
|
+
| Reasonix | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
113
113
|
| Kiro ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
114
114
|
| Kiro CLI | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
115
115
|
| Kiro IDE | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|