rulesync 3.4.2 → 3.4.3
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 +5 -4
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
[](https://www.npmjs.com/package/rulesync)
|
|
5
5
|
[](https://www.npmjs.com/package/rulesync)
|
|
6
6
|
[](https://deepwiki.com/dyoshikawa/rulesync)
|
|
7
|
+
[](https://github.com/Piebald-AI/awesome-gemini-cli)
|
|
7
8
|
|
|
8
9
|
A Node.js CLI tool that automatically generates configuration files for various AI development tools from unified AI rule files. Features selective generation, comprehensive import/export capabilities, and supports major AI development tools with rules, commands, MCP, ignore files, and subagents. Uses the recommended `.rulesync/rules/*.md` structure, with full backward compatibility for legacy `.rulesync/*.md` layouts.
|
|
9
10
|
|
|
@@ -343,10 +344,6 @@ Simulated commands and subagents are experimental features that allow you to gen
|
|
|
343
344
|
Call your-subagent to achieve something.
|
|
344
345
|
```
|
|
345
346
|
|
|
346
|
-
## License
|
|
347
|
-
|
|
348
|
-
MIT License
|
|
349
|
-
|
|
350
347
|
## Contributing
|
|
351
348
|
|
|
352
349
|
Issues and Pull Requests are welcome!
|
|
@@ -363,3 +360,7 @@ pnpm cicheck # Run code style check, type check, and tests
|
|
|
363
360
|
pnpm dev generate -t claudecode -f "*"
|
|
364
361
|
pnpm dev import -t claudecode -f "*"
|
|
365
362
|
```
|
|
363
|
+
|
|
364
|
+
## License
|
|
365
|
+
|
|
366
|
+
MIT License
|
package/dist/index.cjs
CHANGED
|
@@ -7100,7 +7100,7 @@ globs: ["**/*"]
|
|
|
7100
7100
|
}
|
|
7101
7101
|
|
|
7102
7102
|
// src/cli/index.ts
|
|
7103
|
-
var getVersion = () => "3.4.
|
|
7103
|
+
var getVersion = () => "3.4.3";
|
|
7104
7104
|
var main = async () => {
|
|
7105
7105
|
const program = new import_commander.Command();
|
|
7106
7106
|
const version = getVersion();
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -49,28 +49,28 @@
|
|
|
49
49
|
"zod": "4.1.12"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@anthropic-ai/claude-agent-sdk": "0.1.
|
|
52
|
+
"@anthropic-ai/claude-agent-sdk": "0.1.14",
|
|
53
53
|
"@biomejs/biome": "2.2.5",
|
|
54
54
|
"@eslint/js": "9.37.0",
|
|
55
|
-
"@secretlint/secretlint-rule-preset-recommend": "11.2.
|
|
55
|
+
"@secretlint/secretlint-rule-preset-recommend": "11.2.5",
|
|
56
56
|
"@tsconfig/node24": "24.0.1",
|
|
57
57
|
"@types/js-yaml": "4.0.9",
|
|
58
58
|
"@types/micromatch": "4.0.9",
|
|
59
|
-
"@types/node": "24.7.
|
|
60
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
59
|
+
"@types/node": "24.7.2",
|
|
60
|
+
"@typescript/native-preview": "7.0.0-dev.20251011.1",
|
|
61
61
|
"@vitest/coverage-v8": "3.2.4",
|
|
62
62
|
"cspell": "9.2.1",
|
|
63
63
|
"eslint": "9.37.0",
|
|
64
64
|
"eslint-plugin-import": "2.32.0",
|
|
65
65
|
"eslint-plugin-no-type-assertion": "1.3.0",
|
|
66
|
-
"eslint-plugin-oxlint": "1.
|
|
66
|
+
"eslint-plugin-oxlint": "1.22.0",
|
|
67
67
|
"eslint-plugin-strict-dependencies": "1.3.26",
|
|
68
68
|
"eslint-plugin-zod-import": "0.3.0",
|
|
69
|
-
"knip": "5.64.
|
|
70
|
-
"lint-staged": "16.2.
|
|
69
|
+
"knip": "5.64.3",
|
|
70
|
+
"lint-staged": "16.2.4",
|
|
71
71
|
"o3-search-mcp": "0.0.9",
|
|
72
72
|
"oxlint": "1.22.0",
|
|
73
|
-
"secretlint": "11.2.
|
|
73
|
+
"secretlint": "11.2.5",
|
|
74
74
|
"simple-git-hooks": "2.13.1",
|
|
75
75
|
"sort-package-json": "3.4.0",
|
|
76
76
|
"tsup": "8.5.0",
|