rulesync 7.12.2 → 7.14.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
@@ -166,6 +166,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
166
166
  claudecode: z.ZodMiniOptional<z.ZodMiniObject<{
167
167
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
168
168
  model: z.ZodMiniOptional<z.ZodMiniString<string>>;
169
+ "disable-model-invocation": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
169
170
  }, z.core.$loose>>;
170
171
  codexcli: z.ZodMiniOptional<z.ZodMiniObject<{
171
172
  "short-description": z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -186,6 +187,7 @@ type RulesyncSkillFrontmatterInput = {
186
187
  claudecode?: {
187
188
  "allowed-tools"?: string[];
188
189
  model?: string;
190
+ "disable-model-invocation"?: boolean;
189
191
  };
190
192
  codexcli?: {
191
193
  "short-description"?: string;
package/dist/index.d.ts CHANGED
@@ -166,6 +166,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
166
166
  claudecode: z.ZodMiniOptional<z.ZodMiniObject<{
167
167
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
168
168
  model: z.ZodMiniOptional<z.ZodMiniString<string>>;
169
+ "disable-model-invocation": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
169
170
  }, z.core.$loose>>;
170
171
  codexcli: z.ZodMiniOptional<z.ZodMiniObject<{
171
172
  "short-description": z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -186,6 +187,7 @@ type RulesyncSkillFrontmatterInput = {
186
187
  claudecode?: {
187
188
  "allowed-tools"?: string[];
188
189
  model?: string;
190
+ "disable-model-invocation"?: boolean;
189
191
  };
190
192
  codexcli?: {
191
193
  "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-VAGOPUDS.js";
9
+ } from "./chunk-UWNVSK5V.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.12.2",
3
+ "version": "7.14.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",