rulesync 8.21.0 → 8.22.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,10 +1,12 @@
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", "pi", "qwencode", "replit", "roo", "rovodev", "takt", "warp", "windsurf", "zed"];
3
+ declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "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", "warp", "windsurf", "zed"];
4
4
  declare const ToolTargetSchema: z.ZodMiniEnum<{
5
5
  agentsmd: "agentsmd";
6
6
  agentsskills: "agentsskills";
7
7
  antigravity: "antigravity";
8
+ "antigravity-cli": "antigravity-cli";
9
+ "antigravity-ide": "antigravity-ide";
8
10
  augmentcode: "augmentcode";
9
11
  "augmentcode-legacy": "augmentcode-legacy";
10
12
  claudecode: "claudecode";
@@ -150,6 +152,8 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
150
152
  agentsmd: "agentsmd";
151
153
  agentsskills: "agentsskills";
152
154
  antigravity: "antigravity";
155
+ "antigravity-cli": "antigravity-cli";
156
+ "antigravity-ide": "antigravity-ide";
153
157
  augmentcode: "augmentcode";
154
158
  "augmentcode-legacy": "augmentcode-legacy";
155
159
  claudecode: "claudecode";
package/dist/index.d.ts CHANGED
@@ -1,10 +1,12 @@
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", "pi", "qwencode", "replit", "roo", "rovodev", "takt", "warp", "windsurf", "zed"];
3
+ declare const ALL_TOOL_TARGETS: readonly ["agentsmd", "agentsskills", "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", "warp", "windsurf", "zed"];
4
4
  declare const ToolTargetSchema: z.ZodMiniEnum<{
5
5
  agentsmd: "agentsmd";
6
6
  agentsskills: "agentsskills";
7
7
  antigravity: "antigravity";
8
+ "antigravity-cli": "antigravity-cli";
9
+ "antigravity-ide": "antigravity-ide";
8
10
  augmentcode: "augmentcode";
9
11
  "augmentcode-legacy": "augmentcode-legacy";
10
12
  claudecode: "claudecode";
@@ -150,6 +152,8 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
150
152
  agentsmd: "agentsmd";
151
153
  agentsskills: "agentsskills";
152
154
  antigravity: "antigravity";
155
+ "antigravity-cli": "antigravity-cli";
156
+ "antigravity-ide": "antigravity-ide";
153
157
  augmentcode: "augmentcode";
154
158
  "augmentcode-legacy": "augmentcode-legacy";
155
159
  claudecode: "claudecode";
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-QA7BRQFA.js";
10
+ } from "./chunk-5UYENRC6.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.21.0",
3
+ "version": "8.22.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",