rulesync 8.13.0 → 8.15.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
@@ -182,6 +182,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
182
182
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
183
183
  model: z.ZodMiniOptional<z.ZodMiniString<string>>;
184
184
  "disable-model-invocation": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
185
+ "scheduled-task": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
185
186
  }, z.core.$loose>>;
186
187
  codexcli: z.ZodMiniOptional<z.ZodMiniObject<{
187
188
  "short-description": z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -212,6 +213,7 @@ type RulesyncSkillFrontmatterInput = {
212
213
  "allowed-tools"?: string[];
213
214
  model?: string;
214
215
  "disable-model-invocation"?: boolean;
216
+ "scheduled-task"?: boolean;
215
217
  };
216
218
  codexcli?: {
217
219
  "short-description"?: string;
package/dist/index.d.ts CHANGED
@@ -182,6 +182,7 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
182
182
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
183
183
  model: z.ZodMiniOptional<z.ZodMiniString<string>>;
184
184
  "disable-model-invocation": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
185
+ "scheduled-task": z.ZodMiniOptional<z.ZodMiniBoolean<boolean>>;
185
186
  }, z.core.$loose>>;
186
187
  codexcli: z.ZodMiniOptional<z.ZodMiniObject<{
187
188
  "short-description": z.ZodMiniOptional<z.ZodMiniString<string>>;
@@ -212,6 +213,7 @@ type RulesyncSkillFrontmatterInput = {
212
213
  "allowed-tools"?: string[];
213
214
  model?: string;
214
215
  "disable-model-invocation"?: boolean;
216
+ "scheduled-task"?: boolean;
215
217
  };
216
218
  codexcli?: {
217
219
  "short-description"?: string;
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  convertFromTool,
8
8
  generate,
9
9
  importFromTool
10
- } from "./chunk-RLRAG4LZ.js";
10
+ } from "./chunk-UMJWBQ2X.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.13.0",
3
+ "version": "8.15.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",