Skip to content

Commit 97d3760

Browse files
committed
chore(agents): remove agent-rules script
1 parent 86148f3 commit 97d3760

4 files changed

Lines changed: 0 additions & 58 deletions

File tree

automation/utils/bin/rui-agent-rules.ts

Lines changed: 0 additions & 50 deletions
This file was deleted.

automation/utils/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
66
"private": true,
77
"bin": {
8-
"rui-agent-rules": "bin/rui-agent-rules.ts",
98
"rui-create-gh-release": "bin/rui-create-gh-release.ts",
109
"rui-create-translation": "bin/rui-create-translation.ts",
1110
"rui-generate-package-xml": "bin/rui-generate-package-xml.ts",
@@ -25,7 +24,6 @@
2524
"tsconfig.json"
2625
],
2726
"scripts": {
28-
"agent-rules": "ts-node bin/rui-agent-rules.ts",
2927
"changelog": "ts-node bin/rui-changelog-helper.ts",
3028
"check-changelogs": "ts-node bin/rui-check-changelogs.ts",
3129
"compile:parser:module": "peggy -o ./src/changelog-parser/parser/widget/widget.js ./src/changelog-parser/parser/widget/widget.pegjs",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"create-gh-release": "turbo run create-gh-release --concurrency 1",
1414
"create-translation": "turbo run create-translation",
1515
"include-oss-in-artifact": "pnpm --filter @mendix/automation-utils run include-oss-in-artifact",
16-
"postinstall": "turbo run agent-rules",
1716
"lint": "turbo run lint --continue --concurrency 1",
1817
"oss-clearance": "pnpm --filter @mendix/automation-utils run oss-clearance",
1918
"prepare": "husky install",

turbo.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
"!*/**/__tests__/**"
7676
],
7777
"outputs": []
78-
},
79-
"agent-rules": {
80-
"cache": false,
81-
"inputs": ["docs/requirements/**"],
82-
"outputs": []
8378
}
8479
}
8580
}

0 commit comments

Comments
 (0)