-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Describe the bug
See path values in default-party.csv
https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite/blob/main/src/teams/default-party.csv#L2
The values do not include leading _ as in other csv files - it might be an issue, possibly causing agents to search for related CSV file using unnecessary extra steps.
Steps to Reproduce
Install bmad-method v6.0.0-Beta.4 and include CIS module
Visit _bmad/cis/teams/default-party.csv
Read the file and check values for path (using yq from https://github.com/mikefarah/yq):
$ yq -p csv -o csv '.[].path' _bmad/cis/teams/default-party.csv
bmad/cis/agents/brainstorming-coach.md
bmad/cis/agents/creative-problem-solver.md
bmad/cis/agents/design-thinking-coach.md
bmad/cis/agents/innovation-strategist.md
bmad/cis/agents/presentation-master.md
bmad/cis/agents/storyteller.mdExpected behavior
I have seen other csv files in the _bmad folder using path field, and all were using paths with _ prefix, so here I would expect values:
$ yq -p csv -o csv '.[].path' _bmad/cis/teams/default-party.csv
_bmad/cis/agents/brainstorming-coach.md
_bmad/cis/agents/creative-problem-solver.md
_bmad/cis/agents/design-thinking-coach.md
_bmad/cis/agents/innovation-strategist.md
_bmad/cis/agents/presentation-master.md
_bmad/cis/agents/storyteller.mdPlease be Specific if relevant
BMad Method version: BMAD-Method 6.0.0-Beta4