From 0030a2191b65b9ce1bdda2cdac7d72fc7d5bdb1b Mon Sep 17 00:00:00 2001 From: Anton Lvovych Date: Thu, 13 Nov 2025 09:43:14 +0700 Subject: [PATCH] fix(shard-doc): use proper command for markdown-tree-parser --- src/core/tools/shard-doc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/tools/shard-doc.xml b/src/core/tools/shard-doc.xml index bd74d29a..286615f1 100644 --- a/src/core/tools/shard-doc.xml +++ b/src/core/tools/shard-doc.xml @@ -36,7 +36,7 @@ Inform user that sharding is beginning - Execute command: `npx @kayvan/markdown-tree-parser [source-document] [destination-folder]` + Execute command: `npx @kayvan/markdown-tree-parser explode [source-document] [destination-folder]` Capture command output and any errors HALT and display error to user @@ -106,4 +106,4 @@ Consider deleting or archiving the original document. HALT if npx command fails or produces no output files - \ No newline at end of file +