rulesync 5.4.0 → 5.5.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.
Files changed (4) hide show
  1. package/README.md +5 -1
  2. package/dist/index.cjs +630 -398
  3. package/dist/index.js +622 -390
  4. package/package.json +18 -18
package/README.md CHANGED
@@ -140,12 +140,13 @@ Rulesync supports both **generation** and **import** for All of the major AI cod
140
140
  | Kilo Code | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 |
141
141
  | Roo Code | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 |
142
142
  | Qwen Code | ✅ | ✅ | | | | |
143
- | Kiro IDE | ✅ | ✅ | ✅ | | | |
143
+ | Kiro | ✅ | ✅ | ✅ || | |
144
144
  | Google Antigravity | ✅ | | | ✅ | | ✅ 🌏 |
145
145
  | JetBrains Junie | ✅ | ✅ | ✅ | | | |
146
146
  | AugmentCode | ✅ | ✅ | | | | |
147
147
  | Windsurf | ✅ | ✅ | | | | |
148
148
  | Warp | ✅ | | | | | |
149
+ | Replit | ✅ | | | | | |
149
150
  | Zed | | ✅ | | | | |
150
151
 
151
152
  - ✅: Supports project mode
@@ -339,6 +340,9 @@ description: "Review a pull request" # command description
339
340
  targets: ["*"] # * = all, or specific tools
340
341
  copilot: # copilot specific parameters (optional)
341
342
  description: "Review a pull request"
343
+ antigravity: # antigravity specific parameters
344
+ trigger: "/review" # Specific trigger for workflow (renames file to review.md)
345
+ turbo: true # (Optional, default: true) Append // turbo for auto-execution
342
346
  ---
343
347
 
344
348
  target_pr = $ARGUMENTS