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 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.20.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.20.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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "0.25.0",
3
+ "version": "0.28.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",