rulesync 3.13.0 → 3.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.
Files changed (3) hide show
  1. package/dist/index.cjs +318 -303
  2. package/dist/index.js +308 -293
  3. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "3.13.0",
3
+ "version": "3.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",
@@ -71,6 +71,7 @@
71
71
  "lint-staged": "16.2.6",
72
72
  "o3-search-mcp": "0.0.9",
73
73
  "oxlint": "1.25.0",
74
+ "p-queue": "9.0.0",
74
75
  "secretlint": "11.2.5",
75
76
  "simple-git-hooks": "2.13.1",
76
77
  "sort-package-json": "3.4.0",
@@ -92,7 +93,7 @@
92
93
  "build": "tsup src/cli/index.ts --format cjs,esm --dts --clean",
93
94
  "check": "pnpm run bcheck && pnpm run oxlint && pnpm run eslint && pnpm run typecheck",
94
95
  "cicheck": "pnpm run check && pnpm run test && pnpm run cspell && pnpm run secretlint",
95
- "cspell": "cspell \"**/*\"",
96
+ "cspell": "cspell --no-progress --gitignore .",
96
97
  "dev": "tsx src/cli/index.ts",
97
98
  "eslint": "eslint . --max-warnings 0 --cache",
98
99
  "eslint:fix": "eslint . --fix --max-warnings 0 --cache",