rulesync 0.25.0 → 0.28.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 +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1309,7 +1309,7 @@ async function watchCommand() {
|
|
|
1309
1309
|
|
|
1310
1310
|
// src/cli/index.ts
|
|
1311
1311
|
var program = new import_commander.Command();
|
|
1312
|
-
program.name("rulesync").description("Unified AI rules management CLI tool").version("0.
|
|
1312
|
+
program.name("rulesync").description("Unified AI rules management CLI tool").version("0.28.0");
|
|
1313
1313
|
program.command("init").description("Initialize rulesync in current directory").action(initCommand);
|
|
1314
1314
|
program.command("add <filename>").description("Add a new rule file").action(addCommand);
|
|
1315
1315
|
program.command("gitignore").description("Add generated files to .gitignore").action(gitignoreCommand);
|
package/dist/index.mjs
CHANGED
|
@@ -1286,7 +1286,7 @@ async function watchCommand() {
|
|
|
1286
1286
|
|
|
1287
1287
|
// src/cli/index.ts
|
|
1288
1288
|
var program = new Command();
|
|
1289
|
-
program.name("rulesync").description("Unified AI rules management CLI tool").version("0.
|
|
1289
|
+
program.name("rulesync").description("Unified AI rules management CLI tool").version("0.28.0");
|
|
1290
1290
|
program.command("init").description("Initialize rulesync in current directory").action(initCommand);
|
|
1291
1291
|
program.command("add <filename>").description("Add a new rule file").action(addCommand);
|
|
1292
1292
|
program.command("gitignore").description("Add generated files to .gitignore").action(gitignoreCommand);
|