rulesync 8.27.0 → 8.28.1

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
@@ -80,12 +80,12 @@ The tables below show whether each tool supports a given feature (✅ = supporte
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
90
  | Cline | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | ✅ |
91
91
  | Kilo Code | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
@@ -94,13 +94,13 @@ The tables below show whether each tool supports a given feature (✅ = supporte
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
100
  | JetBrains Junie | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | |
101
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