rulesync 8.1.0 → 8.3.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.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  checkRulesyncDirExists,
7
7
  generate,
8
8
  importFromTool
9
- } from "./chunk-FLZZ3LEK.js";
9
+ } from "./chunk-RVBJT5ST.js";
10
10
 
11
11
  // src/index.ts
12
12
  async function generate2(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "8.1.0",
3
+ "version": "8.3.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",
@@ -93,6 +93,7 @@
93
93
  "simple-git-hooks": "2.13.1",
94
94
  "sort-package-json": "3.6.1",
95
95
  "tsup": "8.5.1",
96
+ "tsx": "4.21.0",
96
97
  "typescript": "5.9.3",
97
98
  "typescript-eslint": "8.57.1",
98
99
  "vite": "7.3.1",
@@ -113,7 +114,7 @@
113
114
  "cicheck:code": "pnpm run check && pnpm run test",
114
115
  "cicheck:content": "pnpm run cspell && pnpm run secretlint",
115
116
  "cspell": "cspell --no-progress --gitignore .",
116
- "dev": "node --experimental-transform-types --experimental-loader ./scripts/strip-types-loader.mjs src/cli/index.ts",
117
+ "dev": "tsx src/cli/index.ts",
117
118
  "docs:build": "vitepress build docs",
118
119
  "docs:dev": "vitepress dev docs",
119
120
  "docs:preview": "vitepress preview docs",
@@ -123,13 +124,13 @@
123
124
  "fmt": "oxfmt .",
124
125
  "fmt:check": "oxfmt --check .",
125
126
  "generate": "pnpm run dev generate",
126
- "generate:schema": "node --experimental-transform-types --experimental-loader ./scripts/strip-types-loader.mjs scripts/generate-json-schema.ts",
127
+ "generate:schema": "tsx scripts/generate-json-schema.ts",
127
128
  "knip": "knip",
128
129
  "oxlint": "oxlint . --max-warnings 0",
129
130
  "oxlint:fix": "oxlint . --fix --max-warnings 0",
130
131
  "secretlint": "secretlint --secretlintignore .gitignore \"**/*\"",
131
132
  "sort": "sort-package-json",
132
- "task": "node --experimental-transform-types --experimental-loader ./scripts/strip-types-loader.mjs scripts/run-tasks.ts",
133
+ "task": "tsx scripts/run-tasks.ts",
133
134
  "test": "vitest run --silent=true",
134
135
  "test:coverage": "vitest run --coverage --silent=true",
135
136
  "test:e2e": "vitest run --config vitest.e2e.config.ts --silent=false",