@@ -127,26 +127,26 @@ npx rulesync generate --targets "*" --features "*"
127127
128128Rulesync supports both ** generation** and ** import** for All of the major AI coding tools:
129129
130- | Tool | rules | ignore | mcp | commands | subagents | skills |
131- | ------------------ | :---: | :----: | :------: | :------: | :-------: | :----: |
132- | AGENTS.md | ✅ | | | 🎮 | 🎮 | 🎮 |
133- | Claude Code | ✅ 🌏 | ✅ | ✅ 🌏 📦 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
134- | Codex CLI | ✅ 🌏 | | 🌏 | 🌏 | 🎮 | ✅ 🌏 |
135- | Gemini CLI | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | 🎮 | 🎮 |
136- | GitHub Copilot | ✅ | | ✅ | ✅ | ✅ | ✅ |
137- | Cursor | ✅ | ✅ | ✅ | ✅ 🌏 | 🎮 | ✅ |
138- | OpenCode | ✅ | | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
139- | Cline | ✅ | ✅ | ✅ | ✅ 🌏 | | |
140- | Kilo Code | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | |
141- | Roo Code | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 |
142- | Qwen Code | ✅ | ✅ | | | | |
143- | Kiro IDE | ✅ | ✅ | | | | |
144- | Google Antigravity | ✅ | | | ✅ | | |
145- | JetBrains Junie | ✅ | ✅ | ✅ | | | |
146- | AugmentCode | ✅ | ✅ | | | | |
147- | Windsurf | ✅ | ✅ | | | | |
148- | Warp | ✅ | | | | | |
149- | Zed | | ✅ | | | | |
130+ | Tool | ` --targets ` | rules | ignore | mcp | commands | subagents | skills |
131+ | ------------------ | ------------- | :---: | :----: | :------: | :------: | :-------: | :----: |
132+ | AGENTS.md | ` agentsmd ` | ✅ | | | 🎮 | 🎮 | 🎮 |
133+ | Claude Code | ` claudecode ` | ✅ 🌏 | ✅ | ✅ 🌏 📦 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
134+ | Codex CLI | ` codexcli ` | ✅ 🌏 | | 🌏 | 🌏 | 🎮 | ✅ 🌏 |
135+ | Gemini CLI | ` geminicli ` | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | 🎮 | 🎮 |
136+ | GitHub Copilot | ` copilot ` | ✅ | | ✅ | ✅ | ✅ | ✅ |
137+ | Cursor | ` cursor ` | ✅ | ✅ | ✅ | ✅ 🌏 | 🎮 | ✅ |
138+ | OpenCode | ` opencode ` | ✅ | | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
139+ | Cline | ` cline ` | ✅ | ✅ | ✅ | ✅ 🌏 | | |
140+ | Kilo Code | ` kilo ` | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | |
141+ | Roo Code | ` roo ` | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 |
142+ | Qwen Code | ` qwencode ` | ✅ | ✅ | | | | |
143+ | Kiro IDE | ` kiro ` | ✅ | ✅ | | | | |
144+ | Google Antigravity | ` antigravity ` | ✅ | | | ✅ | | |
145+ | JetBrains Junie | ` junie ` | ✅ | ✅ | ✅ | | | |
146+ | AugmentCode | ` augmentcode ` | ✅ | ✅ | | | | |
147+ | Windsurf | ` windsurf ` | ✅ | ✅ | | | | |
148+ | Warp | ` warp ` | ✅ | | | | | |
149+ | Zed | ` zed ` | | ✅ | | | | |
150150
151151- ✅: Supports project mode
152152- 🌏: Supports global mode
0 commit comments