rulesync 8.27.0 → 8.28.1

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
@@ -223,6 +223,9 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
223
223
  }, z.core.$loose>>;
224
224
  kilo: z.ZodMiniOptional<z.ZodMiniObject<{
225
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>>;
226
229
  }, z.core.$loose>>;
227
230
  deepagents: z.ZodMiniOptional<z.ZodMiniObject<{
228
231
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
package/dist/index.d.ts CHANGED
@@ -223,6 +223,9 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
223
223
  }, z.core.$loose>>;
224
224
  kilo: z.ZodMiniOptional<z.ZodMiniObject<{
225
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>>;
226
229
  }, z.core.$loose>>;
227
230
  deepagents: z.ZodMiniOptional<z.ZodMiniObject<{
228
231
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-4YKAF3LH.js";
10
+ } from "./chunk-BLYLT4LZ.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.27.0",
3
+ "version": "8.28.1",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",