feat(modules): add DDAT and Lean Prioritisation modules with community type
This commit is contained in:
parent
42bcbd5ae0
commit
11f1d84d21
|
|
@ -60,4 +60,24 @@ modules:
|
||||||
description: "Agents and Workflow from SCSA"
|
description: "Agents and Workflow from SCSA"
|
||||||
defaultSelected: true
|
defaultSelected: true
|
||||||
type: community
|
type: community
|
||||||
|
npmPackage: scsa-bmad-agents
|
||||||
|
|
||||||
|
ddat-module:
|
||||||
|
url: https://github.com/SCSA-dev/scsa-bmad-agents.git
|
||||||
|
module-definition: ddat/module.yaml
|
||||||
|
code: ddat
|
||||||
|
name: "DDAT Module"
|
||||||
|
description: "Agents and Workflow from DDAT"
|
||||||
|
defaultSelected: true
|
||||||
|
type: community
|
||||||
|
npmPackage: scsa-bmad-agents
|
||||||
|
|
||||||
|
lean-prioritisation-module:
|
||||||
|
url: https://github.com/SCSA-dev/scsa-bmad-agents.git
|
||||||
|
module-definition: lean-prioritisation/module.yaml
|
||||||
|
code: lp
|
||||||
|
name: "Lean Prioritisation Module"
|
||||||
|
description: "Agents and Workflow for Lean Prioritisation"
|
||||||
|
defaultSelected: true
|
||||||
|
type: community
|
||||||
npmPackage: scsa-bmad-agents
|
npmPackage: scsa-bmad-agents
|
||||||
Loading…
Reference in New Issue