From fae0f5ff73a603dc1aacc29f184e2a4138446524 Mon Sep 17 00:00:00 2001 From: manjaroblack <42281273+manjaroblack@users.noreply.github.com> Date: Sat, 5 Jul 2025 21:11:38 -0500 Subject: [PATCH] feat(trae): add support for trae ide integration (#298) * fix: correct typos in documentation and agent files Fix multiple instances of "assest" typo to "assets" in documentation Correct "quetsions" typo to "questions" in repository structure sections Add new words to cSpell dictionary in VS Code settings * feat(trae): add support for trae ide integration - Add trae guide documentation - Update installer to support trae configuration - Include trae in ide options and documentation references - Fix typo in architect agent documentation * chore: ignore windsurf and trae directories in git * docs: add npm install step to README The npm install step was missing from the setup instructions, which is required before running build commands. --------- Co-authored-by: Devin Stagner --- .gitignore | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fe259305..e5d02391 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,8 @@ CLAUDE.md test-project-install/* sample-project/* .claude +.windsurf/ +.trae/ .bmad-core .bmad-creator-tools .gemini diff --git a/README.md b/README.md index 452f1359..ffe791c5 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ Want to help improve the BMad Method. Fork n' Clone the repo git clone https://github.com/bmadcode/bmad-method.git cd bmad-method +npm install npm run build # rebuild the dist folder npm run install:bmad # build and install all to a destination folder ```