rulesync 8.30.0 → 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 CHANGED
@@ -74,16 +74,18 @@ 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 | ✅ | | ✅ | | | ✅ | | ✅ |
80
82
  | Claude Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
81
83
  | Codex CLI | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
82
84
  | Gemini CLI ⚠️ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
83
- | Goose | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ | |
84
- | Grok CLI | | | ✅ | | | | | |
85
85
  | GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | |
86
86
  | GitHub Copilot 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
- | Standard | rules | ignore | mcp | commands | subagents | skills | hooks | permissions |
118
+ <!-- SUPPORTED_TOOLS_STANDARD:BEGIN -->
119
+
120
+ | Tool | rules | ignore | mcp | commands | subagents | skills | hooks | permissions |
115
121
  | ------------ | :---: | :----: | :-: | :------: | :-------: | :----: | :---: | :---------: |
116
122
  | AGENTS.md | ✅ | | | ✅ | ✅ | ✅ | | |
117
- | Agent Skills | | | | | | ✅ | | |
123
+ | AgentsSkills | | | | | | ✅ | | |
124
+
125
+ <!-- SUPPORTED_TOOLS_STANDARD:END -->
118
126
 
119
127
  - ⚠️: Deprecated — still supported, but see the note below
120
128