rulesync 8.28.0 → 8.29.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 +2 -1
- package/dist/{chunk-3N62MMXU.js → chunk-QKQNZ6C3.js} +3129 -1482
- package/dist/cli/index.cjs +3546 -1875
- package/dist/cli/index.js +64 -20
- package/dist/index.cjs +3154 -1518
- package/dist/index.d.cts +25 -1
- package/dist/index.d.ts +25 -1
- package/dist/index.js +1 -1
- package/package.json +30 -30
package/README.md
CHANGED
|
@@ -82,7 +82,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
82
82
|
| Gemini CLI ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
83
83
|
| Goose | ✅ | ✅ | ✅ | | | | ✅ | |
|
|
84
84
|
| GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
85
|
-
| GitHub Copilot CLI | ✅ | | ✅ | | ✅ |
|
|
85
|
+
| GitHub Copilot CLI | ✅ | | ✅ | | ✅ | ✅ | ✅ | |
|
|
86
86
|
| Cursor | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
87
87
|
| deepagents-cli | ✅ | | ✅ | | ✅ | ✅ | ✅ | |
|
|
88
88
|
| Factory Droid | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
@@ -92,6 +92,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
92
92
|
| Roo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
|
|
93
93
|
| Rovodev (Atlassian) | ✅ | | ✅ | | ✅ | ✅ | | |
|
|
94
94
|
| Takt | ✅ | | | ✅ | ✅ | ✅ | | |
|
|
95
|
+
| Vibe Code | ✅ | ✅ | ✅ | | ✅ | ✅ | | ✅ |
|
|
95
96
|
| Qwen Code | ✅ | ✅ | | | | | | ✅ |
|
|
96
97
|
| Kiro | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
97
98
|
| Google Antigravity IDE | ✅ | | ✅ | ✅ | | ✅ | ✅ | ✅ |
|