feat: register ASE module in BMM installer
Add bmad-method-audit-standards-enterprise to external-official-modules.yaml so it can be discovered and installed via the BMM CLI installer. Module code: audit | defaultSelected: false Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d97b9b9cf9
commit
8bb2615561
|
|
@ -32,6 +32,16 @@ modules:
|
||||||
type: bmad-org
|
type: bmad-org
|
||||||
npmPackage: bmad-game-dev-studio
|
npmPackage: bmad-game-dev-studio
|
||||||
|
|
||||||
|
bmad-method-audit-standards-enterprise:
|
||||||
|
url: https://github.com/bmad-code-org/bmad-method-audit-standards-enterprise
|
||||||
|
module-definition: src/module.yaml
|
||||||
|
code: audit
|
||||||
|
name: "Audit Standards Enterprise"
|
||||||
|
description: "Standards Auditor for compliance, security auditing, traceability, and multi-standard governance"
|
||||||
|
defaultSelected: false
|
||||||
|
type: bmad-org
|
||||||
|
npmPackage: bmad-method-audit-standards-enterprise
|
||||||
|
|
||||||
bmad-method-test-architecture-enterprise:
|
bmad-method-test-architecture-enterprise:
|
||||||
url: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise
|
url: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise
|
||||||
module-definition: src/module.yaml
|
module-definition: src/module.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue