rulesync 7.23.0 → 7.24.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", "antigravity", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "junie", "kilo", "kiro", "opencode", "qwencode", "replit", "roo", "warp", "windsurf", "zed"];
3
+ declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "antigravity", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "junie", "kilo", "kiro", "opencode", "qwencode", "replit", "roo", "rovodev", "warp", "windsurf", "zed"];
4
4
  declare const ToolTargetSchema: z.ZodMiniEnum<{
5
5
  agentsmd: "agentsmd";
6
6
  agentsskills: "agentsskills";
@@ -25,6 +25,7 @@ declare const ToolTargetSchema: z.ZodMiniEnum<{
25
25
  qwencode: "qwencode";
26
26
  replit: "replit";
27
27
  roo: "roo";
28
+ rovodev: "rovodev";
28
29
  warp: "warp";
29
30
  windsurf: "windsurf";
30
31
  zed: "zed";
@@ -163,6 +164,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
163
164
  qwencode: "qwencode";
164
165
  replit: "replit";
165
166
  roo: "roo";
167
+ rovodev: "rovodev";
166
168
  warp: "warp";
167
169
  windsurf: "windsurf";
168
170
  zed: "zed";
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", "antigravity", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "junie", "kilo", "kiro", "opencode", "qwencode", "replit", "roo", "warp", "windsurf", "zed"];
3
+ declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "antigravity", "augmentcode", "augmentcode-legacy", "claudecode", "claudecode-legacy", "cline", "codexcli", "copilot", "copilotcli", "cursor", "deepagents", "factorydroid", "geminicli", "goose", "junie", "kilo", "kiro", "opencode", "qwencode", "replit", "roo", "rovodev", "warp", "windsurf", "zed"];
4
4
  declare const ToolTargetSchema: z.ZodMiniEnum<{
5
5
  agentsmd: "agentsmd";
6
6
  agentsskills: "agentsskills";
@@ -25,6 +25,7 @@ declare const ToolTargetSchema: z.ZodMiniEnum<{
25
25
  qwencode: "qwencode";
26
26
  replit: "replit";
27
27
  roo: "roo";
28
+ rovodev: "rovodev";
28
29
  warp: "warp";
29
30
  windsurf: "windsurf";
30
31
  zed: "zed";
@@ -163,6 +164,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
163
164
  qwencode: "qwencode";
164
165
  replit: "replit";
165
166
  roo: "roo";
167
+ rovodev: "rovodev";
166
168
  warp: "warp";
167
169
  windsurf: "windsurf";
168
170
  zed: "zed";
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  checkRulesyncDirExists,
7
7
  generate,
8
8
  importFromTool
9
- } from "./chunk-GAWAOFCL.js";
9
+ } from "./chunk-A4FZT3JT.js";
10
10
 
11
11
  // src/index.ts
12
12
  async function generate2(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "7.23.0",
3
+ "version": "7.24.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",