rulesync 7.27.1 → 7.28.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/README.md +1 -1
- package/dist/{chunk-CJXBVA4E.js → chunk-AKHOQKVV.js} +1018 -823
- package/dist/cli/index.cjs +1330 -1134
- package/dist/cli/index.js +13 -12
- package/dist/index.cjs +1046 -851
- package/dist/index.js +1 -1
- package/package.json +1 -3
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.28.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",
|