rulesync 16.30.2 → 16.31.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 -0
- package/dist/cli/index.cjs +74 -21
- package/dist/cli/index.js +74 -21
- package/dist/cli/index.js.map +1 -1
- package/dist/{import-auwKp4Mm.cjs → import-Cwe8RKJs.cjs} +3850 -283
- package/dist/{import-BknrMODR.js → import-D2GhBXJV.js} +3817 -268
- package/dist/import-D2GhBXJV.js.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +13 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/import-BknrMODR.js.map +0 -1
package/README.md
CHANGED
|
@@ -89,6 +89,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
89
89
|
| Tool | rules | ignore | mcp | commands | subagents | skills | hooks | permissions | checks |
|
|
90
90
|
| ------------------------- | :---: | :----: | :-: | :------: | :-------: | :----: | :---: | :---------: | :----: |
|
|
91
91
|
| Amp | ✅ | | ✅ | | | ✅ | ✅ | ✅ | ✅ |
|
|
92
|
+
| IBM Bob | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ | | |
|
|
92
93
|
| Claude Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
93
94
|
| Claude Code plugin | | | ✅ | ✅ | ✅ | ✅ | ✅ | | |
|
|
94
95
|
| CodeBuddy Code | ✅ | | | | | | | | |
|
|
@@ -110,6 +111,8 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
110
111
|
| Zoo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ | |
|
|
111
112
|
| Rovodev (Atlassian) | ✅ | | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ |
|
|
112
113
|
| Takt | ✅ | | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ |
|
|
114
|
+
| Tabnine CLI | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
115
|
+
| Snowflake Cortex Code | ✅ | | ✅ | | ✅ | ✅ | ✅ | | |
|
|
113
116
|
| Vibe Code | ✅ | ✅ | ✅ | | ✅ | ✅ | ✅ | ✅ | |
|
|
114
117
|
| Qwen Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
115
118
|
| Meta Muse Code | ✅ | | ✅ | | | ✅ | | | |
|