rulesync 8.26.0 → 8.28.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 +10 -10
- package/dist/{chunk-XKXN32Q2.js → chunk-3N62MMXU.js} +4869 -1892
- package/dist/cli/index.cjs +5330 -2339
- package/dist/cli/index.js +38 -14
- package/dist/index.cjs +4867 -1900
- package/dist/index.d.cts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,31 +76,31 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
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 | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
87
87
|
| deepagents-cli | ✅ | | ✅ | | ✅ | ✅ | ✅ | |
|
|
88
|
-
| Factory Droid | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
88
|
+
| Factory Droid | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
89
89
|
| OpenCode | ✅ | | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
90
|
-
| Cline | ✅ | ✅ | ✅ | ✅ |
|
|
90
|
+
| Cline | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ |
|
|
91
91
|
| Kilo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
92
92
|
| Roo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | |
|
|
93
93
|
| Rovodev (Atlassian) | ✅ | | ✅ | | ✅ | ✅ | | |
|
|
94
94
|
| Takt | ✅ | | | ✅ | ✅ | ✅ | | |
|
|
95
95
|
| Qwen Code | ✅ | ✅ | | | | | | ✅ |
|
|
96
96
|
| Kiro | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
97
|
-
| Google Antigravity IDE | ✅ | | ✅ | ✅ | | ✅ | ✅ |
|
|
98
|
-
| Google Antigravity CLI | ✅ |
|
|
97
|
+
| Google Antigravity IDE | ✅ | | ✅ | ✅ | | ✅ | ✅ | ✅ |
|
|
98
|
+
| Google Antigravity CLI | ✅ | ✅ | ✅ | | | ✅ | ✅ | ✅ |
|
|
99
99
|
| Google Antigravity ⚠️ | ✅ | | | ✅ | | ✅ | | |
|
|
100
|
-
| JetBrains Junie | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
101
|
-
| AugmentCode | ✅ | ✅ |
|
|
100
|
+
| JetBrains Junie | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
|
|
101
|
+
| AugmentCode | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
|
|
102
102
|
| Devin Desktop | ✅ | ✅ | ✅ | ✅ | | ✅ | ✅ | |
|
|
103
|
-
| Warp | ✅ | | ✅ | | | ✅ | |
|
|
103
|
+
| Warp | ✅ | | ✅ | | | ✅ | | ✅ |
|
|
104
104
|
| Replit | ✅ | | | | | ✅ | | |
|
|
105
105
|
| Pi Coding Agent | ✅ | | | ✅ | | ✅ | | |
|
|
106
106
|
| Zed | ✅ | ✅ | ✅ | | | ✅ | | ✅ |
|
|
@@ -117,7 +117,7 @@ The tables below show whether each tool supports a given feature (✅ = supporte
|
|
|
117
117
|
### Deprecation notes
|
|
118
118
|
|
|
119
119
|
- **Gemini CLI (`geminicli`)** — Google is retiring Gemini CLI on **June 18, 2026**, when it stops serving requests for Google AI Pro/Ultra and free Gemini Code Assist for individuals (Enterprise plans are unaffected). The successor is the **Antigravity CLI (`antigravity-cli`)**. `geminicli` is **not** removed from rulesync — Enterprise access continues and existing `GEMINI.md`/`.gemini/` repositories still rely on it — but new projects should prefer `antigravity-cli`. See the [Gemini CLI → Antigravity CLI migration guide](https://dyoshikawa.github.io/rulesync/guide/geminicli-to-antigravity-cli).
|
|
120
|
-
- **Google Antigravity (`antigravity`)** — Antigravity 2.0 splits into two products with separate global config trees: the desktop **`antigravity-ide`** and the **`antigravity-cli`** (`agy`). The legacy `antigravity` target is now a **deprecated alias for `antigravity-ide`** that keeps its original `.agent/` (singular) paths for backward compatibility. Migrate to `antigravity-ide` (desktop IDE) or `antigravity-cli` (CLI).
|
|
120
|
+
- **Google Antigravity (`antigravity`)** — Antigravity 2.0 splits into two products with separate global config trees: the desktop **`antigravity-ide`** and the **`antigravity-cli`** (`agy`). The legacy `antigravity` target is now a **deprecated alias for `antigravity-ide`** that keeps its original `.agent/` (singular) paths for backward compatibility. Migrate to `antigravity-ide` (desktop IDE) or `antigravity-cli` (CLI). For project-scope rules, `antigravity-ide` emits the root rule as a plain cross-tool **`AGENTS.md`** at the project root (read by the IDE since v1.20.3, with `GEMINI.md` taking precedence on conflict) and non-root rules under `.agents/rules/`.
|
|
121
121
|
|
|
122
122
|
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.
|
|
123
123
|
|