Merge branch 'main' into ide-bmad-folder-compile-fix

This commit is contained in:
Brian 2025-11-13 18:24:16 -06:00 committed by GitHub
commit 10ce5db1fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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>