rulesync 0.75.0 → 0.76.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 +9 -5
  2. package/dist/index.cjs +1033 -907
  3. package/dist/index.js +1036 -910
  4. package/package.json +1 -1
package/README.md CHANGED
@@ -55,12 +55,12 @@ rulesync supports both **generation** and **import** for All of the major AI cod
55
55
  | AGENTS.md | ✅ | | | | |
56
56
  | Claude Code | ✅ | | ✅ | ✅ | ✅ |
57
57
  | Codex CLI | ✅ | ✅ | | 🎮 | 🎮 |
58
- | Gemini CLI | ✅ | ✅ | | ✅ | |
58
+ | Gemini CLI | ✅ | ✅ | | ✅ | 🎮 |
59
59
  | GitHub Copilot | ✅ | | ✅ | 🎮 | 🎮 |
60
60
  | Cursor | ✅ | ✅ | ✅ | 🎮 | 🎮 |
61
61
  | OpenCode | ✅ | | | | |
62
62
  | Cline | ✅ | ✅ | ✅ | | |
63
- | Roo Code | ✅ | ✅ | ✅ | ✅ | |
63
+ | Roo Code | ✅ | ✅ | ✅ | ✅ | 🎮 |
64
64
  | Qwen Code | ✅ | ✅ | | | |
65
65
  | Kiro IDE | ✅ | ✅ | | | |
66
66
  | Amazon Q Developer CLI | ✅ | | ✅ | | |
@@ -263,12 +263,16 @@ credentials/
263
263
 
264
264
  ## Simulate Commands and Subagents
265
265
 
266
- Simulated commands and subagents are experimental features that allow you to generate simulated commands and subagents for copilot, cursor and codexcli. This is useful for shortening your prompts.
266
+ Simulated commands and subagents are experimental features that allow you to generate simulated commands and subagents for copilot, cursor, codexcli and etc. This is useful for shortening your prompts.
267
267
 
268
268
  1. Prepare `.rulesync/commands/*.md` and `.rulesync/subagents/*.md` for your purposes.
269
- 2. Generate simulated commands and subagents for specific tools that are included in copilot, cursor and codexcli.
269
+ 2. Generate simulated commands and subagents for specific tools that are included in copilot, cursor, codexcli and etc.
270
270
  ```bash
271
- npx rulesync generate --targets copilot,cursor,codexcli --features commands,subagents --experimental-simulate-commands --experimental-simulate-subagents
271
+ npx rulesync generate \
272
+ --targets copilot,cursor,codexcli \
273
+ --features commands,subagents \
274
+ --experimental-simulate-commands \
275
+ --experimental-simulate-subagents
272
276
  ```
273
277
  3. Use simulated commands and subagents in your prompts.
274
278
  - Prompt examples: