removed some bad formatting that was injected previously

This commit is contained in:
Brian Madison
2025-11-11 17:30:12 -06:00
parent 4d745532aa
commit 74f54a088a
9 changed files with 46 additions and 53 deletions

View File

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

View File

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

View File

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

View File

@@ -112,5 +112,5 @@
**Validation Complete:** ⬜ Yes / ⬜ With Issues / ⬜ Needs Revision
**Validated By:** **\*\*\*\***\_**\*\*\*\***
**Date:** **\*\*\*\***\_**\*\*\*\***
**Validated By:** {name}
**Date:** {date}