rulesync 8.25.0 → 8.26.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 +4 -4
- package/dist/{chunk-YJH5W5OM.js → chunk-XKXN32Q2.js} +3211 -2357
- package/dist/cli/index.cjs +3316 -2453
- package/dist/cli/index.js +19 -10
- package/dist/index.cjs +3254 -2400
- package/dist/index.d.cts +81 -3
- package/dist/index.d.ts +81 -3
- package/dist/index.js +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -76,11 +76,11 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
76
76
|
|
|
77
77
|
| Tool | rules | ignore | mcp | commands | subagents | skills | hooks | permissions |
|
|
78
78
|
| ---------------------- | :---: | :----: | :-: | :------: | :-------: | :----: | :---: | :---------: |
|
|
79
|
-
| Amp | | | ✅ | | |
|
|
79
|
+
| Amp | | | ✅ | | | ✅ | | |
|
|
80
80
|
| Claude Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
81
81
|
| Codex CLI | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
82
82
|
| Gemini CLI ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
83
|
-
| Goose | ✅ | ✅ | | | | |
|
|
83
|
+
| Goose | ✅ | ✅ | | | | | ✅ | |
|
|
84
84
|
| GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
85
85
|
| GitHub Copilot CLI | ✅ | | ✅ | | ✅ | | ✅ | |
|
|
86
86
|
| Cursor | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
@@ -98,8 +98,8 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
98
98
|
| Google Antigravity CLI | ✅ | | ✅ | | | ✅ | ✅ | ✅ |
|
|
99
99
|
| Google Antigravity ⚠️ | ✅ | | | ✅ | | ✅ | | |
|
|
100
100
|
| JetBrains Junie | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
|
|
101
|
-
| AugmentCode | ✅ | ✅ | | ✅ | | |
|
|
102
|
-
|
|
|
101
|
+
| AugmentCode | ✅ | ✅ | | ✅ | | | ✅ | ✅ |
|
|
102
|
+
| Devin Desktop | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ | |
|
|
103
103
|
| Warp | ✅ | | ✅ | | | ✅ | | |
|
|
104
104
|
| Replit | ✅ | | | | | ✅ | | |
|
|
105
105
|
| Pi Coding Agent | ✅ | | | ✅ | | ✅ | | |
|