rulesync 4.3.1 → 4.3.2

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 CHANGED
@@ -787,39 +787,6 @@ Add the Rulesync MCP server to your `.rulesync/mcp.json`:
787
787
  }
788
788
  ```
789
789
 
790
- ## Contributing
791
-
792
- Issues and Pull Requests are welcome!
793
-
794
- For development setup:
795
-
796
- ```bash
797
- git clone https://github.com/dyoshikawa/rulesync # Should be your fork repository url actually
798
- cd rulesync
799
- pnpm i
800
- pnpm cicheck # Run code style check, type check, and tests
801
-
802
- # Manual test using current code
803
- pnpm dev generate -t claudecode -f "*"
804
- pnpm dev import -t claudecode -f "*"
805
-
806
- # Once you create .rulesync/rules/my-language.md and `pnpm dev generate`, you can use coding agents with your language.
807
- # Japanese setting example:
808
- cat << 'EOF' > .rulesync/rules/my-language.md
809
- ---
810
- root: false
811
- targets: ['*']
812
- description: "It's a rule about language. If the rule file exists, you must always follow this."
813
- globs: ["**/*"]
814
- ---
815
-
816
- I'm a Japanese developer. So you must always answer in Japanese. On the other hand, reasoning(thinking) should be in English to improve token efficiency.
817
-
818
- However, this project is for English speaking people. So when you write any code, comments, documentation, commit messages, PR title and PR descriptions, you must always use English.
819
- EOF
820
- pnpm dev generate
821
- ```
822
-
823
790
  ## FAQ
824
791
 
825
792
  ### Q. The generated `.mcp.json` doesn't work properly in Claude Code.
package/dist/index.cjs CHANGED
@@ -12490,7 +12490,7 @@ async function mcpCommand({ version }) {
12490
12490
  }
12491
12491
 
12492
12492
  // src/cli/index.ts
12493
- var getVersion = () => "4.3.1";
12493
+ var getVersion = () => "4.3.2";
12494
12494
  var main = async () => {
12495
12495
  const program = new import_commander.Command();
12496
12496
  const version = getVersion();
package/dist/index.js CHANGED
@@ -12467,7 +12467,7 @@ async function mcpCommand({ version }) {
12467
12467
  }
12468
12468
 
12469
12469
  // src/cli/index.ts
12470
- var getVersion = () => "4.3.1";
12470
+ var getVersion = () => "4.3.2";
12471
12471
  var main = async () => {
12472
12472
  const program = new Command();
12473
12473
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",
@@ -43,41 +43,41 @@
43
43
  "consola": "3.4.2",
44
44
  "effect": "3.19.13",
45
45
  "es-toolkit": "1.43.0",
46
- "fastmcp": "3.25.4",
46
+ "fastmcp": "3.26.7",
47
47
  "gray-matter": "4.0.3",
48
48
  "js-yaml": "4.1.1",
49
49
  "jsonc-parser": "3.3.1",
50
- "smol-toml": "1.5.2",
50
+ "smol-toml": "1.6.0",
51
51
  "sury": "11.0.0-alpha.4",
52
52
  "zod": "4.2.1"
53
53
  },
54
54
  "devDependencies": {
55
- "@anthropic-ai/claude-agent-sdk": "0.1.75",
55
+ "@anthropic-ai/claude-agent-sdk": "0.1.76",
56
56
  "@biomejs/biome": "2.3.10",
57
57
  "@eslint/js": "9.39.2",
58
58
  "@secretlint/secretlint-rule-preset-recommend": "11.2.5",
59
59
  "@tsconfig/node24": "24.0.3",
60
60
  "@types/js-yaml": "4.0.9",
61
61
  "@types/node": "25.0.3",
62
- "@typescript/native-preview": "7.0.0-dev.20251220.1",
62
+ "@typescript/native-preview": "7.0.0-dev.20251228.1",
63
63
  "@vitest/coverage-v8": "4.0.16",
64
64
  "cspell": "9.4.0",
65
65
  "eslint": "9.39.2",
66
66
  "eslint-plugin-import": "2.32.0",
67
67
  "eslint-plugin-no-type-assertion": "1.3.0",
68
- "eslint-plugin-oxlint": "1.34.0",
68
+ "eslint-plugin-oxlint": "1.35.0",
69
69
  "eslint-plugin-strict-dependencies": "1.3.29",
70
70
  "eslint-plugin-zod-import": "0.3.0",
71
- "knip": "5.76.1",
71
+ "knip": "5.78.0",
72
72
  "lint-staged": "16.2.7",
73
- "oxlint": "1.34.0",
73
+ "oxlint": "1.35.0",
74
74
  "secretlint": "11.2.5",
75
75
  "simple-git-hooks": "2.13.1",
76
76
  "sort-package-json": "3.6.0",
77
77
  "tsup": "8.5.1",
78
78
  "tsx": "4.21.0",
79
79
  "typescript": "5.9.3",
80
- "typescript-eslint": "8.50.0",
80
+ "typescript-eslint": "8.50.1",
81
81
  "vitest": "4.0.16"
82
82
  },
83
83
  "engines": {