rulesync 7.27.1 → 7.30.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
@@ -261,6 +261,8 @@ type GenerateResult = {
261
261
  skillsPaths: string[];
262
262
  hooksCount: number;
263
263
  hooksPaths: string[];
264
+ permissionsCount: number;
265
+ permissionsPaths: string[];
264
266
  skills: RulesyncSkill[];
265
267
  hasDiff: boolean;
266
268
  };
@@ -273,6 +275,7 @@ type ImportResult = {
273
275
  subagentsCount: number;
274
276
  skillsCount: number;
275
277
  hooksCount: number;
278
+ permissionsCount: number;
276
279
  };
277
280
 
278
281
  type BaseOptions = {
package/dist/index.d.ts CHANGED
@@ -261,6 +261,8 @@ type GenerateResult = {
261
261
  skillsPaths: string[];
262
262
  hooksCount: number;
263
263
  hooksPaths: string[];
264
+ permissionsCount: number;
265
+ permissionsPaths: string[];
264
266
  skills: RulesyncSkill[];
265
267
  hasDiff: boolean;
266
268
  };
@@ -273,6 +275,7 @@ type ImportResult = {
273
275
  subagentsCount: number;
274
276
  skillsCount: number;
275
277
  hooksCount: number;
278
+ permissionsCount: number;
276
279
  };
277
280
 
278
281
  type BaseOptions = {
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  checkRulesyncDirExists,
7
7
  generate,
8
8
  importFromTool
9
- } from "./chunk-CJXBVA4E.js";
9
+ } from "./chunk-IGW5DFPU.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.27.1",
3
+ "version": "7.30.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",
@@ -124,11 +124,9 @@
124
124
  "fmt:check": "oxfmt --check .",
125
125
  "generate": "pnpm run dev generate",
126
126
  "generate:schema": "tsx scripts/generate-json-schema.ts",
127
- "implement-loop": "tsx scripts/implement-loop.ts",
128
127
  "knip": "knip",
129
128
  "oxlint": "oxlint . --max-warnings 0",
130
129
  "oxlint:fix": "oxlint . --fix --max-warnings 0",
131
- "review-loop": "tsx scripts/review-loop.ts",
132
130
  "secretlint": "secretlint --secretlintignore .gitignore \"**/*\"",
133
131
  "sort": "sort-package-json",
134
132
  "task": "tsx scripts/run-tasks.ts",