rulesync 4.0.0 → 4.1.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 +4 -11
  2. package/dist/index.cjs +1819 -524
  3. package/dist/index.js +1804 -509
  4. package/package.json +8 -6
package/README.md CHANGED
@@ -57,15 +57,6 @@ chmod +x rulesync
57
57
  sudo mv rulesync /usr/local/bin/
58
58
  ```
59
59
 
60
- #### macOS (Intel)
61
-
62
- ```bash
63
- curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-darwin-x64 -o rulesync
64
- chmod +x rulesync
65
- # Place the binary wherever set PATH
66
- sudo mv rulesync /usr/local/bin/
67
- ```
68
-
69
60
  #### macOS (Apple Silicon)
70
61
 
71
62
  ```bash
@@ -141,9 +132,9 @@ Rulesync supports both **generation** and **import** for All of the major AI cod
141
132
  | Claude Code | ✅ 🌏 | ✅ | ✅ 🌏 📦 | ✅ 🌏 | ✅ 🌏 | ✅ 🌏 |
142
133
  | Codex CLI | ✅ 🌏 | | 🌏 | 🌏 | 🎮 | 🌏 |
143
134
  | Gemini CLI | ✅ 🌏 | ✅ | ✅ 🌏 | ✅ 🌏 | 🎮 | 🎮 |
144
- | GitHub Copilot | ✅ | | ✅ | ✅ | 🎮 | 🎮 |
135
+ | GitHub Copilot | ✅ | | ✅ | ✅ | 🎮 | |
145
136
  | Cursor | ✅ | ✅ | ✅ | ✅ 🌏 | 🎮 | 🎮 |
146
- | OpenCode | ✅ | | ✅ | ✅ 🌏 | | |
137
+ | OpenCode | ✅ | | ✅ | ✅ 🌏 | | ✅ 🌏 |
147
138
  | Cline | ✅ | ✅ | ✅ | | | |
148
139
  | Roo Code | ✅ | ✅ | ✅ | ✅ | 🎮 | |
149
140
  | Qwen Code | ✅ | ✅ | | | | |
@@ -340,6 +331,8 @@ Example:
340
331
  ---
341
332
  description: 'Review a pull request' # command description
342
333
  targets: ["*"] # * = all, or specific tools
334
+ copilot: # copilot specific parameters (optional)
335
+ description: "Review a pull request"
343
336
  ---
344
337
 
345
338
  target_pr = $ARGUMENTS