rulesync 5.9.0 → 5.9.1

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 CHANGED
@@ -12547,6 +12547,7 @@ var RULESYNC_IGNORE_ENTRIES = [
12547
12547
  "**/WARP.md",
12548
12548
  // Others
12549
12549
  "**/modular-mcp.json",
12550
+ ".rulesync/rules/*.local.md",
12550
12551
  "!.rulesync/.aiignore"
12551
12552
  ];
12552
12553
  var isRulesyncHeader = (line) => {
@@ -14243,7 +14244,7 @@ async function mcpCommand({ version }) {
14243
14244
  }
14244
14245
 
14245
14246
  // src/cli/index.ts
14246
- var getVersion = () => "5.9.0";
14247
+ var getVersion = () => "5.9.1";
14247
14248
  var main = async () => {
14248
14249
  const program = new import_commander.Command();
14249
14250
  const version = getVersion();
package/dist/index.js CHANGED
@@ -12524,6 +12524,7 @@ var RULESYNC_IGNORE_ENTRIES = [
12524
12524
  "**/WARP.md",
12525
12525
  // Others
12526
12526
  "**/modular-mcp.json",
12527
+ ".rulesync/rules/*.local.md",
12527
12528
  "!.rulesync/.aiignore"
12528
12529
  ];
12529
12530
  var isRulesyncHeader = (line) => {
@@ -14220,7 +14221,7 @@ async function mcpCommand({ version }) {
14220
14221
  }
14221
14222
 
14222
14223
  // src/cli/index.ts
14223
- var getVersion = () => "5.9.0";
14224
+ var getVersion = () => "5.9.1";
14224
14225
  var main = async () => {
14225
14226
  const program = new Command();
14226
14227
  const version = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "5.9.0",
3
+ "version": "5.9.1",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",