rulesync 8.24.1 → 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 +7 -7
- package/dist/{chunk-YM6XKTQO.js → chunk-XKXN32Q2.js} +4173 -1714
- package/dist/cli/index.cjs +4522 -2053
- package/dist/cli/index.js +36 -26
- package/dist/index.cjs +4194 -1735
- package/dist/index.d.cts +87 -3
- package/dist/index.d.ts +87 -3
- package/dist/index.js +1 -1
- package/package.json +3 -14
package/README.md
CHANGED
|
@@ -70,17 +70,17 @@ See [Quick Start guide](https://dyoshikawa.github.io/rulesync/getting-started/qu
|
|
|
70
70
|
|
|
71
71
|
## Supported Tools and Features
|
|
72
72
|
|
|
73
|
-
The tables below show whether each tool supports a given feature (✅ = supported, blank = not supported). For each tool's `--targets` value and mode
|
|
73
|
+
The tables below show whether each tool supports a given feature (✅ = supported, blank = not supported). A ✅ means the feature is supported in at least one mode (project, global, or simulated) — for example, Codex CLI `commands` is global-only. For each tool's `--targets` value and full mode breakdown (project / global / simulated / MCP tool config), see the [Supported Tools reference](https://dyoshikawa.github.io/rulesync/reference/supported-tools).
|
|
74
74
|
|
|
75
75
|
### AI Coding Tools
|
|
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,12 +98,12 @@ 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
|
-
|
|
|
103
|
-
| Warp | ✅ | |
|
|
101
|
+
| AugmentCode | ✅ | ✅ | | ✅ | | | ✅ | ✅ |
|
|
102
|
+
| Devin Desktop | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ | |
|
|
103
|
+
| Warp | ✅ | | ✅ | | | ✅ | | |
|
|
104
104
|
| Replit | ✅ | | | | | ✅ | | |
|
|
105
105
|
| Pi Coding Agent | ✅ | | | ✅ | | ✅ | | |
|
|
106
|
-
| Zed | ✅ | ✅ | ✅ | | | ✅ | |
|
|
106
|
+
| Zed | ✅ | ✅ | ✅ | | | ✅ | | ✅ |
|
|
107
107
|
|
|
108
108
|
### Open Standards
|
|
109
109
|
|