Skip to content

default-party.csv is using path values without leading underscore #1

Description

@vlcinsky

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.md

Expected 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.md

Please be Specific if relevant
BMad Method version: BMAD-Method 6.0.0-Beta4

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions