rulesync 8.26.0 → 8.28.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
@@ -217,9 +217,15 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
217
217
  }, z.core.$loose>>;
218
218
  opencode: z.ZodMiniOptional<z.ZodMiniObject<{
219
219
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
220
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
221
+ compatibility: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
222
+ metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
220
223
  }, z.core.$loose>>;
221
224
  kilo: z.ZodMiniOptional<z.ZodMiniObject<{
222
225
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
226
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
227
+ compatibility: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
228
+ metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
223
229
  }, z.core.$loose>>;
224
230
  deepagents: z.ZodMiniOptional<z.ZodMiniObject<{
225
231
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
@@ -304,6 +310,9 @@ type RulesyncSkillFrontmatterInput = {
304
310
  };
305
311
  opencode?: {
306
312
  "allowed-tools"?: string[];
313
+ license?: string;
314
+ compatibility?: Record<string, unknown>;
315
+ metadata?: Record<string, unknown>;
307
316
  };
308
317
  kilo?: {
309
318
  "allowed-tools"?: string[];
package/dist/index.d.ts CHANGED
@@ -217,9 +217,15 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
217
217
  }, z.core.$loose>>;
218
218
  opencode: z.ZodMiniOptional<z.ZodMiniObject<{
219
219
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
220
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
221
+ compatibility: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
222
+ metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
220
223
  }, z.core.$loose>>;
221
224
  kilo: z.ZodMiniOptional<z.ZodMiniObject<{
222
225
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
226
+ license: z.ZodMiniOptional<z.ZodMiniString<string>>;
227
+ compatibility: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
228
+ metadata: z.ZodMiniOptional<z.ZodMiniObject<{}, z.core.$loose>>;
223
229
  }, z.core.$loose>>;
224
230
  deepagents: z.ZodMiniOptional<z.ZodMiniObject<{
225
231
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
@@ -304,6 +310,9 @@ type RulesyncSkillFrontmatterInput = {
304
310
  };
305
311
  opencode?: {
306
312
  "allowed-tools"?: string[];
313
+ license?: string;
314
+ compatibility?: Record<string, unknown>;
315
+ metadata?: Record<string, unknown>;
307
316
  };
308
317
  kilo?: {
309
318
  "allowed-tools"?: string[];
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-XKXN32Q2.js";
10
+ } from "./chunk-3N62MMXU.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.26.0",
3
+ "version": "8.28.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",