rulesync 8.28.0 → 8.29.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", "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", "junie", "kilo", "kiro", "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";
@@ -31,6 +31,7 @@ declare const ToolTargetSchema: z.ZodMiniEnum<{
31
31
  roo: "roo";
32
32
  rovodev: "rovodev";
33
33
  takt: "takt";
34
+ vibe: "vibe";
34
35
  warp: "warp";
35
36
  devin: "devin";
36
37
  zed: "zed";
@@ -179,6 +180,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
179
180
  roo: "roo";
180
181
  rovodev: "rovodev";
181
182
  takt: "takt";
183
+ vibe: "vibe";
182
184
  warp: "warp";
183
185
  devin: "devin";
184
186
  zed: "zed";
@@ -234,6 +236,10 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
234
236
  license: z.ZodMiniOptional<z.ZodMiniString<string>>;
235
237
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
236
238
  }, z.core.$loose>>;
239
+ copilotcli: z.ZodMiniOptional<z.ZodMiniObject<{
240
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
241
+ "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
242
+ }, z.core.$loose>>;
237
243
  pi: z.ZodMiniOptional<z.ZodMiniObject<{
238
244
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
239
245
  "disable-model-invocation": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
@@ -268,6 +274,13 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
268
274
  metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
269
275
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
270
276
  }, z.core.$loose>>;
277
+ vibe: z.ZodMiniOptional<z.ZodMiniObject<{
278
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
279
+ compatibility: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{}, z.core.$loose>]>>;
280
+ metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
281
+ "user-invocable": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
282
+ "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
283
+ }, z.core.$loose>>;
271
284
  takt: z.ZodMiniOptional<z.ZodMiniObject<{
272
285
  name: z.ZodMiniOptional<z.ZodMiniString<string>>;
273
286
  extends: z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -324,6 +337,10 @@ type RulesyncSkillFrontmatterInput = {
324
337
  license?: string;
325
338
  "allowed-tools"?: string | string[];
326
339
  };
340
+ copilotcli?: {
341
+ license?: string;
342
+ "allowed-tools"?: string | string[];
343
+ };
327
344
  pi?: {
328
345
  "allowed-tools"?: string[];
329
346
  "disable-model-invocation"?: boolean;
@@ -358,6 +375,13 @@ type RulesyncSkillFrontmatterInput = {
358
375
  metadata?: Record<string, unknown>;
359
376
  "allowed-tools"?: string | string[];
360
377
  };
378
+ vibe?: {
379
+ license?: string;
380
+ compatibility?: string | Record<string, unknown>;
381
+ metadata?: Record<string, unknown>;
382
+ "user-invocable"?: boolean;
383
+ "allowed-tools"?: string | string[];
384
+ };
361
385
  takt?: {
362
386
  name?: string;
363
387
  extends?: string;
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", "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", "junie", "kilo", "kiro", "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";
@@ -31,6 +31,7 @@ declare const ToolTargetSchema: z.ZodMiniEnum<{
31
31
  roo: "roo";
32
32
  rovodev: "rovodev";
33
33
  takt: "takt";
34
+ vibe: "vibe";
34
35
  warp: "warp";
35
36
  devin: "devin";
36
37
  zed: "zed";
@@ -179,6 +180,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
179
180
  roo: "roo";
180
181
  rovodev: "rovodev";
181
182
  takt: "takt";
183
+ vibe: "vibe";
182
184
  warp: "warp";
183
185
  devin: "devin";
184
186
  zed: "zed";
@@ -234,6 +236,10 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
234
236
  license: z.ZodMiniOptional<z.ZodMiniString<string>>;
235
237
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
236
238
  }, z.core.$loose>>;
239
+ copilotcli: z.ZodMiniOptional<z.ZodMiniObject<{
240
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
241
+ "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
242
+ }, z.core.$loose>>;
237
243
  pi: z.ZodMiniOptional<z.ZodMiniObject<{
238
244
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
239
245
  "disable-model-invocation": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
@@ -268,6 +274,13 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
268
274
  metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
269
275
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
270
276
  }, z.core.$loose>>;
277
+ vibe: z.ZodMiniOptional<z.ZodMiniObject<{
278
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
279
+ compatibility: z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniObject<{}, z.core.$loose>]>>;
280
+ metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
281
+ "user-invocable": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
282
+ "allowed-tools": z.ZodMiniOptional<z.ZodMiniUnion<readonly [z.ZodMiniString<string>, z.ZodMiniArray<z.ZodMiniString<string>>]>>;
283
+ }, z.core.$loose>>;
271
284
  takt: z.ZodMiniOptional<z.ZodMiniObject<{
272
285
  name: z.ZodMiniOptional<z.ZodMiniString<string>>;
273
286
  extends: z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -324,6 +337,10 @@ type RulesyncSkillFrontmatterInput = {
324
337
  license?: string;
325
338
  "allowed-tools"?: string | string[];
326
339
  };
340
+ copilotcli?: {
341
+ license?: string;
342
+ "allowed-tools"?: string | string[];
343
+ };
327
344
  pi?: {
328
345
  "allowed-tools"?: string[];
329
346
  "disable-model-invocation"?: boolean;
@@ -358,6 +375,13 @@ type RulesyncSkillFrontmatterInput = {
358
375
  metadata?: Record<string, unknown>;
359
376
  "allowed-tools"?: string | string[];
360
377
  };
378
+ vibe?: {
379
+ license?: string;
380
+ compatibility?: string | Record<string, unknown>;
381
+ metadata?: Record<string, unknown>;
382
+ "user-invocable"?: boolean;
383
+ "allowed-tools"?: string | string[];
384
+ };
361
385
  takt?: {
362
386
  name?: string;
363
387
  extends?: string;
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-3N62MMXU.js";
10
+ } from "./chunk-QKQNZ6C3.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.28.0",
3
+ "version": "8.29.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",
@@ -48,49 +48,49 @@
48
48
  "pre-commit": "pnpm exec lint-staged"
49
49
  },
50
50
  "dependencies": {
51
- "@modelcontextprotocol/sdk": "1.27.1",
51
+ "@modelcontextprotocol/sdk": "1.29.0",
52
52
  "@octokit/request-error": "7.1.0",
53
53
  "@octokit/rest": "22.0.1",
54
- "@toon-format/toon": "2.1.0",
55
- "@valibot/to-json-schema": "1.6.0",
56
- "commander": "14.0.3",
57
- "effect": "3.20.0",
58
- "es-toolkit": "1.45.1",
59
- "fastmcp": "3.34.0",
60
- "globby": "16.1.1",
54
+ "@toon-format/toon": "2.3.0",
55
+ "@valibot/to-json-schema": "1.7.1",
56
+ "commander": "15.0.0",
57
+ "effect": "3.21.3",
58
+ "es-toolkit": "1.47.0",
59
+ "fastmcp": "4.1.0",
60
+ "globby": "16.2.0",
61
61
  "gray-matter": "4.0.3",
62
- "js-yaml": "4.1.1",
62
+ "js-yaml": "4.2.0",
63
63
  "jsonc-parser": "3.3.1",
64
64
  "smol-toml": "1.6.1",
65
65
  "sury": "10.0.4",
66
- "zod": "4.3.6"
66
+ "zod": "4.4.3"
67
67
  },
68
68
  "devDependencies": {
69
- "@anthropic-ai/claude-agent-sdk": "0.2.79",
70
- "@openrouter/sdk": "0.9.11",
71
- "@secretlint/secretlint-rule-preset-recommend": "11.3.1",
69
+ "@anthropic-ai/claude-agent-sdk": "0.3.173",
70
+ "@openrouter/sdk": "0.12.79",
71
+ "@secretlint/secretlint-rule-preset-recommend": "13.0.2",
72
72
  "@tsconfig/node24": "24.0.4",
73
73
  "@types/js-yaml": "4.0.9",
74
- "@types/node": "25.5.0",
75
- "@typescript/native-preview": "7.0.0-dev.20260318.1",
76
- "@vitest/coverage-v8": "4.1.0",
77
- "cspell": "9.7.0",
78
- "knip": "5.88.0",
79
- "lint-staged": "16.4.0",
80
- "oxfmt": "0.41.0",
81
- "oxlint": "1.56.0",
82
- "repomix": "1.12.0",
83
- "resend": "6.9.4",
84
- "secretlint": "11.3.1",
74
+ "@types/node": "25.9.3",
75
+ "@typescript/native-preview": "7.0.0-dev.20260610.1",
76
+ "@vitest/coverage-v8": "4.1.8",
77
+ "cspell": "10.0.1",
78
+ "knip": "6.16.1",
79
+ "lint-staged": "17.0.7",
80
+ "oxfmt": "0.54.0",
81
+ "oxlint": "1.69.0",
82
+ "repomix": "1.14.1",
83
+ "resend": "6.12.4",
84
+ "secretlint": "13.0.2",
85
85
  "simple-git": "3.36.0",
86
86
  "simple-git-hooks": "2.13.1",
87
- "sort-package-json": "3.6.1",
87
+ "sort-package-json": "4.0.0",
88
88
  "tsup": "8.5.1",
89
- "tsx": "4.21.0",
90
- "typescript": "5.9.3",
91
- "vite": "7.3.1",
89
+ "tsx": "4.22.4",
90
+ "typescript": "6.0.3",
91
+ "vite": "8.0.16",
92
92
  "vitepress": "1.6.4",
93
- "vitest": "4.1.0"
93
+ "vitest": "4.1.8"
94
94
  },
95
95
  "engines": {
96
96
  "node": ">=22.0.0",