rulesync 0.68.1 → 0.70.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 (4) hide show
  1. package/README.md +116 -9
  2. package/dist/index.cjs +916 -983
  3. package/dist/index.js +912 -979
  4. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "0.68.1",
3
+ "version": "0.70.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",
@@ -101,9 +101,9 @@
101
101
  "oxlint:fix": "oxlint . --fix --max-warnings 0",
102
102
  "secretlint": "secretlint --secretlintignore .gitignore \"**/*\"",
103
103
  "sort": "sort-package-json",
104
- "test": "vitest run --silent",
105
- "test:coverage": "vitest run --coverage --silent",
106
- "test:watch": "vitest --silent",
104
+ "test": "vitest run --silent=true",
105
+ "test:coverage": "vitest run --coverage --silent=true",
106
+ "test:watch": "vitest --silent=true",
107
107
  "typecheck": "tsgo --noEmit"
108
108
  }
109
109
  }