Skip to content

refactor: modernize module-help CSV format#13

Merged
bmadcode merged 1 commit intomainfrom
feature/help-csv-format
Mar 25, 2026
Merged

refactor: modernize module-help CSV format#13
bmadcode merged 1 commit intomainfrom
feature/help-csv-format

Conversation

@bmadcode
Copy link
Copy Markdown
Contributor

Summary

  • Modernize module-help.csv to new 13-column format
  • Drop sequence, command, workflow-file, agent, options columns
  • Expand module name to "Creative Intelligence Suite"

New CSV format

module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs

Test plan

  • Verify bmad-help correctly reads CIS entries in new format

New CSV format: module,skill,display-name,menu-code,description,action,args,phase,after,before,required,output-location,outputs

- Drop sequence, command, workflow-file, agent, options columns
- Add action, args, after, before columns
- Expand module name to Creative Intelligence Suite
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 25, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • src/module-help.csv is excluded by !**/*.csv

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 70cbfb50-7672-492f-b67e-141379a8aa78

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/help-csv-format

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented Mar 25, 2026

🤖 Augment PR Summary

Summary: Updates the module help data to the modern 13-column CSV format and renames the module to “Creative Intelligence Suite”.

Changes:

  • Reformats module-help.csv to the new schema and removes legacy columns (e.g., sequence/command/workflow metadata)
  • Updates module naming to align with the expanded “Creative Intelligence Suite” branding

Technical Notes: Consumers of module-help.csv (e.g., bmad-help) must read the new header/order and handle the removed fields.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@bmadcode bmadcode merged commit a812189 into main Mar 25, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant