musubix2 0.5.76 → 0.5.77
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/.claude/.musubix-managed +1 -1
- package/dist/assets/skills-manifest.json +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/.claude/.musubix-managed
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"generator":"musubix2","version":"0.5.
|
|
1
|
+
{"generator":"musubix2","version":"0.5.77","timestamp":"2026-07-11T00:18:49.514Z"}
|
package/dist/cli.js
CHANGED
|
@@ -1210,7 +1210,7 @@ var init_markdown_ears_parser = __esm({
|
|
|
1210
1210
|
}
|
|
1211
1211
|
parse(markdown) {
|
|
1212
1212
|
const requirements = [];
|
|
1213
|
-
const lines = markdown.split(
|
|
1213
|
+
const lines = markdown.split(/\r\n|\r|\n/);
|
|
1214
1214
|
let currentReq = null;
|
|
1215
1215
|
let currentBlock = "";
|
|
1216
1216
|
let blockStartLine = 0;
|
package/dist/index.js
CHANGED
|
@@ -1210,7 +1210,7 @@ var init_markdown_ears_parser = __esm({
|
|
|
1210
1210
|
}
|
|
1211
1211
|
parse(markdown) {
|
|
1212
1212
|
const requirements = [];
|
|
1213
|
-
const lines = markdown.split(
|
|
1213
|
+
const lines = markdown.split(/\r\n|\r|\n/);
|
|
1214
1214
|
let currentReq = null;
|
|
1215
1215
|
let currentBlock = "";
|
|
1216
1216
|
let blockStartLine = 0;
|