mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
removed some bad formatting that was injected previously
This commit is contained in:
@@ -125,10 +125,10 @@ _List any cleanup recommendations:_
|
||||
|
||||
## Audit Summary
|
||||
|
||||
**Total Checks:** 72
|
||||
**Passed:** **\_** / 72
|
||||
**Failed:** **\_** / 72
|
||||
**Pass Rate:** **\_**%
|
||||
**Total Checks:** {total}
|
||||
**Passed:** {total passed}
|
||||
**Failed:** {total failed}
|
||||
**Pass Rate:** {percent passed}
|
||||
|
||||
**Recommendation:**
|
||||
|
||||
@@ -140,4 +140,4 @@ _List any cleanup recommendations:_
|
||||
---
|
||||
|
||||
**Audit Completed:** {{date}}
|
||||
**Auditor:** Audit Workflow (BMAD v6)
|
||||
**Auditor:** Audit Workflow (BMad Method)
|
||||
|
||||
@@ -236,9 +236,9 @@
|
||||
|
||||
## Sign-off
|
||||
|
||||
**Module Name:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Module Code:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Version:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Validated By:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Date:** \***\*\*\*\*\***\_\_\***\*\*\*\*\***
|
||||
**Status:** ⬜ Pass / ⬜ Pass with Issues / ⬜ Fail
|
||||
**Module Name:** {name}
|
||||
**Module Code:** {code}
|
||||
**Version:** {version}
|
||||
**Validated By:** {name}
|
||||
**Date:** {date}
|
||||
**Status:** [ ] Pass / [ ] Pass with Issues / [ ] Fail
|
||||
|
||||
@@ -329,7 +329,7 @@ prompt:
|
||||
|
||||
<critical>Save location:</critical>
|
||||
|
||||
- Save to {{module_path}}/\_module-installer/install-config.yaml
|
||||
- Save to {{module_path}}/module-installer/install-config.yaml
|
||||
|
||||
<ask>Does your module need custom installation logic (database setup, API registration, etc.)?</ask>
|
||||
|
||||
@@ -374,7 +374,7 @@ module.exports = { install };
|
||||
|
||||
<critical>Save location:</critical>
|
||||
|
||||
- Save to {{module_path}}/\_module-installer/installer.js
|
||||
- Save to {{module_path}}/module-installer/installer.js
|
||||
</check>
|
||||
|
||||
<check if="no">
|
||||
|
||||
@@ -112,5 +112,5 @@
|
||||
|
||||
**Validation Complete:** ⬜ Yes / ⬜ With Issues / ⬜ Needs Revision
|
||||
|
||||
**Validated By:** **\*\*\*\***\_**\*\*\*\***
|
||||
**Date:** **\*\*\*\***\_**\*\*\*\***
|
||||
**Validated By:** {name}
|
||||
**Date:** {date}
|
||||
|
||||
Reference in New Issue
Block a user