fix: spelling errors in documentation. (#297)
* 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 --------- Co-authored-by: Devin Stagner <devin@blackstag.family>
This commit is contained in:
@@ -37,6 +37,15 @@ ide-configurations:
|
||||
# To use BMad agents in Windsurf:
|
||||
# 1. Type @agent-name (e.g., "@dev", "@pm")
|
||||
# 2. Windsurf will adopt that agent's persona
|
||||
trae:
|
||||
name: Trae
|
||||
rule-dir: .trae/rules/
|
||||
format: multi-file
|
||||
command-suffix: .md
|
||||
instructions: |
|
||||
# To use BMad agents in Trae:
|
||||
# 1. Type @agent-name (e.g., "@dev", "@pm", "@architect")
|
||||
# 2. Trae will adopt that agent's persona
|
||||
roo:
|
||||
name: Roo Code
|
||||
format: custom-modes
|
||||
|
||||
Reference in New Issue
Block a user