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 +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
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.
|
|
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.
|
|
14224
|
+
var getVersion = () => "5.9.1";
|
|
14224
14225
|
var main = async () => {
|
|
14225
14226
|
const program = new Command();
|
|
14226
14227
|
const version = getVersion();
|