mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
fix(shard-doc): use proper command for markdown-tree-parser (#911)
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
<step n="3" title="Execute Sharding">
|
<step n="3" title="Execute Sharding">
|
||||||
<action>Inform user that sharding is beginning</action>
|
<action>Inform user that sharding is beginning</action>
|
||||||
<action>Execute command: `npx @kayvan/markdown-tree-parser [source-document] [destination-folder]`</action>
|
<action>Execute command: `npx @kayvan/markdown-tree-parser explode [source-document] [destination-folder]`</action>
|
||||||
<action>Capture command output and any errors</action>
|
<action>Capture command output and any errors</action>
|
||||||
<action if="command fails">HALT and display error to user</action>
|
<action if="command fails">HALT and display error to user</action>
|
||||||
</step>
|
</step>
|
||||||
@@ -106,4 +106,4 @@ Consider deleting or archiving the original document.</output>
|
|||||||
<halt-conditions critical="true">
|
<halt-conditions critical="true">
|
||||||
<i>HALT if npx command fails or produces no output files</i>
|
<i>HALT if npx command fails or produces no output files</i>
|
||||||
</halt-conditions>
|
</halt-conditions>
|
||||||
</tool>
|
</tool>
|
||||||
|
|||||||
Reference in New Issue
Block a user