rulesync 8.26.0 → 8.27.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,6 +217,9 @@ 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>>>;
@@ -304,6 +307,9 @@ type RulesyncSkillFrontmatterInput = {
304
307
  };
305
308
  opencode?: {
306
309
  "allowed-tools"?: string[];
310
+ license?: string;
311
+ compatibility?: Record<string, unknown>;
312
+ metadata?: Record<string, unknown>;
307
313
  };
308
314
  kilo?: {
309
315
  "allowed-tools"?: string[];
package/dist/index.d.ts CHANGED
@@ -217,6 +217,9 @@ 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>>>;
@@ -304,6 +307,9 @@ type RulesyncSkillFrontmatterInput = {
304
307
  };
305
308
  opencode?: {
306
309
  "allowed-tools"?: string[];
310
+ license?: string;
311
+ compatibility?: Record<string, unknown>;
312
+ metadata?: Record<string, unknown>;
307
313
  };
308
314
  kilo?: {
309
315
  "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-4YKAF3LH.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.27.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",