rulesync 3.8.0 → 3.10.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/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -6249,7 +6249,7 @@ var RulesProcessor = class extends FeatureProcessor {
|
|
|
6249
6249
|
case "copilot": {
|
|
6250
6250
|
const rootRule = toolRules[rootRuleIndex];
|
|
6251
6251
|
rootRule?.setFileContent(
|
|
6252
|
-
this.
|
|
6252
|
+
this.generateAdditionalConventionsSection({
|
|
6253
6253
|
commands: { relativeDirPath: CopilotCommand.getSettablePaths().relativeDirPath },
|
|
6254
6254
|
subagents: {
|
|
6255
6255
|
relativeDirPath: CopilotSubagent.getSettablePaths().relativeDirPath
|
|
@@ -7452,7 +7452,7 @@ Attention, again, you are just the planner, so though you can read any files and
|
|
|
7452
7452
|
}
|
|
7453
7453
|
|
|
7454
7454
|
// src/cli/index.ts
|
|
7455
|
-
var getVersion = () => "3.
|
|
7455
|
+
var getVersion = () => "3.10.0";
|
|
7456
7456
|
var main = async () => {
|
|
7457
7457
|
const program = new import_commander.Command();
|
|
7458
7458
|
const version = getVersion();
|
package/dist/index.js
CHANGED
|
@@ -6226,7 +6226,7 @@ var RulesProcessor = class extends FeatureProcessor {
|
|
|
6226
6226
|
case "copilot": {
|
|
6227
6227
|
const rootRule = toolRules[rootRuleIndex];
|
|
6228
6228
|
rootRule?.setFileContent(
|
|
6229
|
-
this.
|
|
6229
|
+
this.generateAdditionalConventionsSection({
|
|
6230
6230
|
commands: { relativeDirPath: CopilotCommand.getSettablePaths().relativeDirPath },
|
|
6231
6231
|
subagents: {
|
|
6232
6232
|
relativeDirPath: CopilotSubagent.getSettablePaths().relativeDirPath
|
|
@@ -7429,7 +7429,7 @@ Attention, again, you are just the planner, so though you can read any files and
|
|
|
7429
7429
|
}
|
|
7430
7430
|
|
|
7431
7431
|
// src/cli/index.ts
|
|
7432
|
-
var getVersion = () => "3.
|
|
7432
|
+
var getVersion = () => "3.10.0";
|
|
7433
7433
|
var main = async () => {
|
|
7434
7434
|
const program = new Command();
|
|
7435
7435
|
const version = getVersion();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rulesync",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.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",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"pre-commit": "pnpm exec lint-staged"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"c12": "3.3.
|
|
39
|
+
"c12": "3.3.1",
|
|
40
40
|
"chokidar": "4.0.3",
|
|
41
41
|
"commander": "14.0.1",
|
|
42
42
|
"consola": "3.4.2",
|
|
@@ -49,24 +49,24 @@
|
|
|
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.22",
|
|
53
53
|
"@biomejs/biome": "2.2.6",
|
|
54
|
-
"@eslint/js": "9.
|
|
54
|
+
"@eslint/js": "9.38.0",
|
|
55
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.
|
|
60
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
59
|
+
"@types/node": "24.8.1",
|
|
60
|
+
"@typescript/native-preview": "7.0.0-dev.20251019.1",
|
|
61
61
|
"@vitest/coverage-v8": "3.2.4",
|
|
62
62
|
"cspell": "9.2.1",
|
|
63
|
-
"eslint": "9.
|
|
63
|
+
"eslint": "9.38.0",
|
|
64
64
|
"eslint-plugin-import": "2.32.0",
|
|
65
65
|
"eslint-plugin-no-type-assertion": "1.3.0",
|
|
66
66
|
"eslint-plugin-oxlint": "1.23.0",
|
|
67
67
|
"eslint-plugin-strict-dependencies": "1.3.27",
|
|
68
68
|
"eslint-plugin-zod-import": "0.3.0",
|
|
69
|
-
"knip": "5.
|
|
69
|
+
"knip": "5.66.1",
|
|
70
70
|
"lint-staged": "16.2.4",
|
|
71
71
|
"o3-search-mcp": "0.0.9",
|
|
72
72
|
"oxlint": "1.23.0",
|