rulesync 8.30.1 → 8.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 +12 -4
- package/dist/{chunk-DF7KWJTN.js → chunk-NAO27T2K.js} +2633 -1498
- package/dist/cli/index.cjs +3223 -2241
- package/dist/cli/index.js +206 -335
- package/dist/index.cjs +2626 -1503
- package/dist/index.d.cts +26 -3
- package/dist/index.d.ts +26 -3
- package/dist/index.js +1 -1
- package/package.json +16 -13
package/README.md
CHANGED
|
@@ -74,6 +74,8 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
74
74
|
|
|
75
75
|
### AI Coding Tools
|
|
76
76
|
|
|
77
|
+
<!-- SUPPORTED_TOOLS_AI:BEGIN -->
|
|
78
|
+
|
|
77
79
|
| Tool | rules | ignore | mcp | commands | subagents | skills | hooks | permissions |
|
|
78
80
|
| ---------------------- | :---: | :----: | :-: | :------: | :-------: | :----: | :---: | :---------: |
|
|
79
81
|
| Amp | ✅ | | ✅ | | | ✅ | | ✅ |
|
|
@@ -82,8 +84,8 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
82
84
|
| Gemini CLI ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
83
85
|
| GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
84
86
|
| GitHub Copilot CLI | ✅ | | ✅ | | ✅ | ✅ | ✅ | |
|
|
85
|
-
| Goose | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ |
|
|
86
|
-
| Grok CLI |
|
|
87
|
+
| Goose | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ |
|
|
88
|
+
| Grok CLI | ✅ | | ✅ | | ✅ | ✅ | | |
|
|
87
89
|
| Cursor | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
88
90
|
| deepagents-cli | ✅ | | ✅ | | ✅ | ✅ | ✅ | |
|
|
89
91
|
| Factory Droid | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
@@ -109,12 +111,18 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
109
111
|
| Pi Coding Agent | ✅ | | | ✅ | | ✅ | | |
|
|
110
112
|
| Zed | ✅ | ✅ | ✅ | | | ✅ | | ✅ |
|
|
111
113
|
|
|
114
|
+
<!-- SUPPORTED_TOOLS_AI:END -->
|
|
115
|
+
|
|
112
116
|
### Open Standards
|
|
113
117
|
|
|
114
|
-
|
|
118
|
+
<!-- SUPPORTED_TOOLS_STANDARD:BEGIN -->
|
|
119
|
+
|
|
120
|
+
| Tool | rules | ignore | mcp | commands | subagents | skills | hooks | permissions |
|
|
115
121
|
| ------------ | :---: | :----: | :-: | :------: | :-------: | :----: | :---: | :---------: |
|
|
116
122
|
| AGENTS.md | ✅ | | | ✅ | ✅ | ✅ | | |
|
|
117
|
-
|
|
|
123
|
+
| AgentsSkills | | | | | | ✅ | | |
|
|
124
|
+
|
|
125
|
+
<!-- SUPPORTED_TOOLS_STANDARD:END -->
|
|
118
126
|
|
|
119
127
|
- ⚠️: Deprecated — still supported, but see the note below
|
|
120
128
|
|