rulesync 7.10.0 → 7.12.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
@@ -165,6 +165,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
165
165
  }>>>;
166
166
  claudecode: z.ZodMiniOptional<z.ZodMiniObject<{
167
167
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
168
+ model: z.ZodMiniOptional<z.ZodMiniString<string>>;
168
169
  }, z.core.$loose>>;
169
170
  codexcli: z.ZodMiniOptional<z.ZodMiniObject<{
170
171
  "short-description": z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -184,6 +185,7 @@ type RulesyncSkillFrontmatterInput = {
184
185
  targets?: ("*" | string)[];
185
186
  claudecode?: {
186
187
  "allowed-tools"?: string[];
188
+ model?: string;
187
189
  };
188
190
  codexcli?: {
189
191
  "short-description"?: string;
package/dist/index.d.ts CHANGED
@@ -165,6 +165,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
165
165
  }>>>;
166
166
  claudecode: z.ZodMiniOptional<z.ZodMiniObject<{
167
167
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
168
+ model: z.ZodMiniOptional<z.ZodMiniString<string>>;
168
169
  }, z.core.$loose>>;
169
170
  codexcli: z.ZodMiniOptional<z.ZodMiniObject<{
170
171
  "short-description": z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -184,6 +185,7 @@ type RulesyncSkillFrontmatterInput = {
184
185
  targets?: ("*" | string)[];
185
186
  claudecode?: {
186
187
  "allowed-tools"?: string[];
188
+ model?: string;
187
189
  };
188
190
  codexcli?: {
189
191
  "short-description"?: string;
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  generate,
7
7
  importFromTool,
8
8
  logger
9
- } from "./chunk-57CDMFYZ.js";
9
+ } from "./chunk-WAWBAZPA.js";
10
10
 
11
11
  // src/index.ts
12
12
  async function generate2(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "7.10.0",
3
+ "version": "7.12.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",