rulesync 5.4.0 → 5.5.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 +18 -19
- package/dist/index.cjs +635 -410
- package/dist/index.js +627 -402
- package/package.json +19 -18
package/README.md
CHANGED
|
@@ -42,44 +42,39 @@ Download pre-built binaries from the [latest release](https://github.com/dyoshik
|
|
|
42
42
|
#### Linux (x64)
|
|
43
43
|
|
|
44
44
|
```bash
|
|
45
|
-
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-linux-x64 -o rulesync
|
|
46
|
-
chmod +x rulesync
|
|
47
|
-
|
|
48
|
-
sudo mv rulesync /usr/local/bin/
|
|
45
|
+
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-linux-x64 -o rulesync && \
|
|
46
|
+
chmod +x rulesync && \
|
|
47
|
+
sudo mv rulesync /usr/local/bin/
|
|
49
48
|
```
|
|
50
49
|
|
|
51
50
|
#### Linux (ARM64)
|
|
52
51
|
|
|
53
52
|
```bash
|
|
54
|
-
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-linux-arm64 -o rulesync
|
|
55
|
-
chmod +x rulesync
|
|
56
|
-
|
|
57
|
-
sudo mv rulesync /usr/local/bin/
|
|
53
|
+
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-linux-arm64 -o rulesync && \
|
|
54
|
+
chmod +x rulesync && \
|
|
55
|
+
sudo mv rulesync /usr/local/bin/
|
|
58
56
|
```
|
|
59
57
|
|
|
60
58
|
#### macOS (Apple Silicon)
|
|
61
59
|
|
|
62
60
|
```bash
|
|
63
|
-
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-darwin-arm64 -o rulesync
|
|
64
|
-
chmod +x rulesync
|
|
65
|
-
|
|
66
|
-
sudo mv rulesync /usr/local/bin/
|
|
61
|
+
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-darwin-arm64 -o rulesync && \
|
|
62
|
+
chmod +x rulesync && \
|
|
63
|
+
sudo mv rulesync /usr/local/bin/
|
|
67
64
|
```
|
|
68
65
|
|
|
69
66
|
#### Windows (x64)
|
|
70
67
|
|
|
71
68
|
```powershell
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
# Add to PATH or place in a directory already in PATH
|
|
75
|
-
Move-Item rulesync.exe C:\Windows\System32\
|
|
69
|
+
Invoke-WebRequest -Uri "https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-windows-x64.exe" -OutFile "rulesync.exe"; `
|
|
70
|
+
Move-Item rulesync.exe C:\Windows\System32\
|
|
76
71
|
```
|
|
77
72
|
|
|
78
73
|
Or using curl (if available):
|
|
79
74
|
|
|
80
75
|
```bash
|
|
81
|
-
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-windows-x64.exe -o rulesync.exe
|
|
82
|
-
|
|
76
|
+
curl -L https://github.com/dyoshikawa/rulesync/releases/latest/download/rulesync-windows-x64.exe -o rulesync.exe && \
|
|
77
|
+
mv rulesync.exe /path/to/your/bin/
|
|
83
78
|
```
|
|
84
79
|
|
|
85
80
|
#### Verify checksums
|
|
@@ -140,12 +135,13 @@ Rulesync supports both **generation** and **import** for All of the major AI cod
|
|
|
140
135
|
| Kilo Code | ✅ 🌏 | ✅ | ✅ | ✅ 🌏 | | ✅ 🌏 |
|
|
141
136
|
| Roo Code | ✅ | ✅ | ✅ | ✅ | 🎮 | ✅ 🌏 |
|
|
142
137
|
| Qwen Code | ✅ | ✅ | | | | |
|
|
143
|
-
| Kiro
|
|
138
|
+
| Kiro | ✅ | ✅ | ✅ | ✅ | | |
|
|
144
139
|
| Google Antigravity | ✅ | | | ✅ | | ✅ 🌏 |
|
|
145
140
|
| JetBrains Junie | ✅ | ✅ | ✅ | | | |
|
|
146
141
|
| AugmentCode | ✅ | ✅ | | | | |
|
|
147
142
|
| Windsurf | ✅ | ✅ | | | | |
|
|
148
143
|
| Warp | ✅ | | | | | |
|
|
144
|
+
| Replit | ✅ | | | | | |
|
|
149
145
|
| Zed | | ✅ | | | | |
|
|
150
146
|
|
|
151
147
|
- ✅: Supports project mode
|
|
@@ -339,6 +335,9 @@ description: "Review a pull request" # command description
|
|
|
339
335
|
targets: ["*"] # * = all, or specific tools
|
|
340
336
|
copilot: # copilot specific parameters (optional)
|
|
341
337
|
description: "Review a pull request"
|
|
338
|
+
antigravity: # antigravity specific parameters
|
|
339
|
+
trigger: "/review" # Specific trigger for workflow (renames file to review.md)
|
|
340
|
+
turbo: true # (Optional, default: true) Append // turbo for auto-execution
|
|
342
341
|
---
|
|
343
342
|
|
|
344
343
|
target_pr = $ARGUMENTS
|