rulesync 7.25.0 → 7.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
@@ -184,6 +184,9 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
184
184
  opencode: z.ZodMiniOptional<z.ZodMiniObject<{
185
185
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
186
186
  }, z.core.$loose>>;
187
+ kilo: z.ZodMiniOptional<z.ZodMiniObject<{
188
+ "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
189
+ }, z.core.$loose>>;
187
190
  deepagents: z.ZodMiniOptional<z.ZodMiniObject<{
188
191
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
189
192
  }, z.core.$loose>>;
@@ -208,6 +211,9 @@ type RulesyncSkillFrontmatterInput = {
208
211
  opencode?: {
209
212
  "allowed-tools"?: string[];
210
213
  };
214
+ kilo?: {
215
+ "allowed-tools"?: string[];
216
+ };
211
217
  deepagents?: {
212
218
  "allowed-tools"?: string[];
213
219
  };
package/dist/index.d.ts CHANGED
@@ -184,6 +184,9 @@ declare const RulesyncSkillFrontmatterSchemaInternal: z.ZodMiniObject<{
184
184
  opencode: z.ZodMiniOptional<z.ZodMiniObject<{
185
185
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
186
186
  }, z.core.$loose>>;
187
+ kilo: z.ZodMiniOptional<z.ZodMiniObject<{
188
+ "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
189
+ }, z.core.$loose>>;
187
190
  deepagents: z.ZodMiniOptional<z.ZodMiniObject<{
188
191
  "allowed-tools": z.ZodMiniOptional<z.ZodMiniArray<z.ZodMiniString<string>>>;
189
192
  }, z.core.$loose>>;
@@ -208,6 +211,9 @@ type RulesyncSkillFrontmatterInput = {
208
211
  opencode?: {
209
212
  "allowed-tools"?: string[];
210
213
  };
214
+ kilo?: {
215
+ "allowed-tools"?: string[];
216
+ };
211
217
  deepagents?: {
212
218
  "allowed-tools"?: string[];
213
219
  };
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  checkRulesyncDirExists,
7
7
  generate,
8
8
  importFromTool
9
- } from "./chunk-XGT6BGPR.js";
9
+ } from "./chunk-AZJJUHWM.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.25.0",
3
+ "version": "7.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",