rulesync 7.27.1 → 7.30.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 +29 -27
- package/dist/{chunk-CJXBVA4E.js → chunk-IGW5DFPU.js} +1828 -887
- package/dist/cli/index.cjs +2257 -1296
- package/dist/cli/index.js +40 -20
- package/dist/index.cjs +1860 -919
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -62,39 +62,41 @@ See [Quick Start guide](https://dyoshikawa.github.io/rulesync/getting-started/qu
|
|
|
62
62
|
|
|
63
63
|
## Supported Tools and Features
|
|
64
64
|
|
|
65
|
-
| Tool | --targets | rules | ignore | mcp | commands | subagents | skills | hooks |
|
|
66
|
-
| ------------------- | ------------ | :---: | :----: | :------: | :------: | :-------: | :----: | :---: |
|
|
67
|
-
| AGENTS.md | agentsmd | ✅ | | | 🎮 | 🎮 | 🎮 | |
|
|
68
|
-
| AgentsSkills | agentsskills | | | | | | ✅ | |
|
|
69
|
-
| Claude Code | claudecode | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
|
|
70
|
-
| Codex CLI | codexcli | ✅ 🌏 | | ✅ 🌏 🔧 | 🌏 | ✅ 🌏 | ✅ 🌏 |
|
|
71
|
-
| Gemini CLI | geminicli | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 |
|
|
72
|
-
| Goose | goose | ✅ 🌏 | ✅ | | | | | |
|
|
73
|
-
| GitHub Copilot | copilot | ✅ 🌏 | | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
74
|
-
| GitHub Copilot CLI | copilotcli | ✅ 🌏 | | ✅ 🌏 | | | | |
|
|
75
|
-
| Cursor | cursor | ✅ | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ |
|
|
76
|
-
| deepagents-cli | deepagents | ✅ | | ✅ 🌏 | | ✅ | ✅ | 🌏 |
|
|
77
|
-
| Factory Droid | factorydroid | ✅ 🌏 | | ✅ 🌏 | 🎮 | 🎮 | 🎮 | ✅ 🌏 |
|
|
78
|
-
| OpenCode | opencode | ✅ 🌏 | | ✅ 🌏 🔧 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
|
|
79
|
-
| Cline | cline | ✅ | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 | |
|
|
80
|
-
| Kilo Code | kilo | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 | |
|
|
81
|
-
| Roo Code | roo | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 | |
|
|
82
|
-
| Rovodev (Atlassian) | rovodev | ✅ 🌏 | | 🌏 | | ✅ 🌏 | ✅ 🌏 | |
|
|
83
|
-
| Qwen Code | qwencode | ✅ | ✅ | | | | | |
|
|
84
|
-
| Kiro | kiro | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
85
|
-
| Google Antigravity | antigravity | ✅ | | | ✅ | | ✅ 🌏 | |
|
|
86
|
-
| JetBrains Junie | junie | ✅ | ✅ | ✅ | ✅ 🌏 | ✅ | ✅ | |
|
|
87
|
-
| AugmentCode | augmentcode | ✅ | ✅ | | | | | |
|
|
88
|
-
| Windsurf | windsurf | ✅ | ✅ | | | | | |
|
|
89
|
-
| Warp | warp | ✅ | | | | | | |
|
|
90
|
-
| Replit | replit | ✅ | | | | | ✅ | |
|
|
91
|
-
| Zed | zed | | ✅ | | | | | |
|
|
65
|
+
| Tool | --targets | rules | ignore | mcp | commands | subagents | skills | hooks | permissions |
|
|
66
|
+
| ------------------- | ------------ | :---: | :----: | :------: | :------: | :-------: | :----: | :---: | :---------: |
|
|
67
|
+
| AGENTS.md | agentsmd | ✅ | | | 🎮 | 🎮 | 🎮 | | |
|
|
68
|
+
| AgentsSkills | agentsskills | | | | | | ✅ | | |
|
|
69
|
+
| Claude Code | claudecode | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ |
|
|
70
|
+
| Codex CLI | codexcli | ✅ 🌏 | | ✅ 🌏 🔧 | 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | |
|
|
71
|
+
| Gemini CLI | geminicli | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | |
|
|
72
|
+
| Goose | goose | ✅ 🌏 | ✅ | | | | | | |
|
|
73
|
+
| GitHub Copilot | copilot | ✅ 🌏 | | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
74
|
+
| GitHub Copilot CLI | copilotcli | ✅ 🌏 | | ✅ 🌏 | | | | | |
|
|
75
|
+
| Cursor | cursor | ✅ | ✅ | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ | |
|
|
76
|
+
| deepagents-cli | deepagents | ✅ | | ✅ 🌏 | | ✅ | ✅ | 🌏 | |
|
|
77
|
+
| Factory Droid | factorydroid | ✅ 🌏 | | ✅ 🌏 | 🎮 | 🎮 | 🎮 | ✅ 🌏 | |
|
|
78
|
+
| OpenCode | opencode | ✅ 🌏 | | ✅ 🌏 🔧 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
|
|
79
|
+
| Cline | cline | ✅ | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 | | |
|
|
80
|
+
| Kilo Code | kilo | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 | | |
|
|
81
|
+
| Roo Code | roo | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 | | |
|
|
82
|
+
| Rovodev (Atlassian) | rovodev | ✅ 🌏 | | 🌏 | | ✅ 🌏 | ✅ 🌏 | | |
|
|
83
|
+
| Qwen Code | qwencode | ✅ | ✅ | | | | | | |
|
|
84
|
+
| Kiro | kiro | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
|
|
85
|
+
| Google Antigravity | antigravity | ✅ | | | ✅ | | ✅ 🌏 | | |
|
|
86
|
+
| JetBrains Junie | junie | ✅ | ✅ | ✅ | ✅ 🌏 | ✅ | ✅ | | |
|
|
87
|
+
| AugmentCode | augmentcode | ✅ | ✅ | | | | | | |
|
|
88
|
+
| Windsurf | windsurf | ✅ | ✅ | | | | | | |
|
|
89
|
+
| Warp | warp | ✅ | | | | | | | |
|
|
90
|
+
| Replit | replit | ✅ | | | | | ✅ | | |
|
|
91
|
+
| Zed | zed | | ✅ | | | | | | |
|
|
92
92
|
|
|
93
93
|
- ✅: Supports project mode
|
|
94
94
|
- 🌏: Supports global mode
|
|
95
95
|
- 🎮: Supports simulated commands/subagents/skills (Project mode only)
|
|
96
96
|
- 🔧: Supports MCP tool config (`enabledTools`/`disabledTools`)
|
|
97
97
|
|
|
98
|
+
Some features accept per-feature options (e.g., Claude Code's `ignore` feature supports `fileMode: "local"` to write to `settings.local.json` instead of `settings.json`). See [Configuration > Per-feature options](https://dyoshikawa.github.io/rulesync/guide/configuration#per-feature-options) for details.
|
|
99
|
+
|
|
98
100
|
## Documentation
|
|
99
101
|
|
|
100
102
|
For full documentation including configuration, CLI reference, file formats, programmatic API, and more, visit the **[documentation site](https://dyoshikawa.github.io/rulesync/)**.
|