rulesync 8.29.0 → 8.30.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.
package/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod/mini';
2
2
 
3
- declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "amp", "antigravity", "antigravity-cli", "antigravity-ide", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "junie", "kilo", "kiro", "opencode", "pi", "qwencode", "replit", "roo", "rovodev", "takt", "vibe", "warp", "devin", "zed"];
3
+ declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "amp", "antigravity", "antigravity-cli", "antigravity-ide", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "grokcli", "junie", "kilo", "kiro", "kiro-cli", "kiro-ide", "opencode", "pi", "qwencode", "replit", "roo", "rovodev", "takt", "vibe", "warp", "devin", "zed"];
4
4
  declare const ToolTargetSchema: z.ZodMiniEnum<{
5
5
  agentsmd: "agentsmd";
6
6
  agentsskills: "agentsskills";
@@ -21,9 +21,12 @@ declare const ToolTargetSchema: z.ZodMiniEnum<{
21
21
  factorydroid: "factorydroid";
22
22
  geminicli: "geminicli";
23
23
  goose: "goose";
24
+ grokcli: "grokcli";
24
25
  junie: "junie";
25
26
  kilo: "kilo";
26
27
  kiro: "kiro";
28
+ "kiro-cli": "kiro-cli";
29
+ "kiro-ide": "kiro-ide";
27
30
  opencode: "opencode";
28
31
  pi: "pi";
29
32
  qwencode: "qwencode";
@@ -170,9 +173,12 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
170
173
  factorydroid: "factorydroid";
171
174
  geminicli: "geminicli";
172
175
  goose: "goose";
176
+ grokcli: "grokcli";
173
177
  junie: "junie";
174
178
  kilo: "kilo";
175
179
  kiro: "kiro";
180
+ "kiro-cli": "kiro-cli";
181
+ "kiro-ide": "kiro-ide";
176
182
  opencode: "opencode";
177
183
  pi: "pi";
178
184
  qwencode: "qwencode";
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { z } from 'zod/mini';
2
2
 
3
- declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "amp", "antigravity", "antigravity-cli", "antigravity-ide", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "junie", "kilo", "kiro", "opencode", "pi", "qwencode", "replit", "roo", "rovodev", "takt", "vibe", "warp", "devin", "zed"];
3
+ declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "amp", "antigravity", "antigravity-cli", "antigravity-ide", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "grokcli", "junie", "kilo", "kiro", "kiro-cli", "kiro-ide", "opencode", "pi", "qwencode", "replit", "roo", "rovodev", "takt", "vibe", "warp", "devin", "zed"];
4
4
  declare const ToolTargetSchema: z.ZodMiniEnum<{
5
5
  agentsmd: "agentsmd";
6
6
  agentsskills: "agentsskills";
@@ -21,9 +21,12 @@ declare const ToolTargetSchema: z.ZodMiniEnum<{
21
21
  factorydroid: "factorydroid";
22
22
  geminicli: "geminicli";
23
23
  goose: "goose";
24
+ grokcli: "grokcli";
24
25
  junie: "junie";
25
26
  kilo: "kilo";
26
27
  kiro: "kiro";
28
+ "kiro-cli": "kiro-cli";
29
+ "kiro-ide": "kiro-ide";
27
30
  opencode: "opencode";
28
31
  pi: "pi";
29
32
  qwencode: "qwencode";
@@ -170,9 +173,12 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
170
173
  factorydroid: "factorydroid";
171
174
  geminicli: "geminicli";
172
175
  goose: "goose";
176
+ grokcli: "grokcli";
173
177
  junie: "junie";
174
178
  kilo: "kilo";
175
179
  kiro: "kiro";
180
+ "kiro-cli": "kiro-cli";
181
+ "kiro-ide": "kiro-ide";
176
182
  opencode: "opencode";
177
183
  pi: "pi";
178
184
  qwencode: "qwencode";
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-QKQNZ6C3.js";
10
+ } from "./chunk-BD7XWNHZ.js";
11
11
 
12
12
  // src/index.ts
13
13
  async function generate2(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "8.29.0",
3
+ "version": "8.30.0",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",