Compare commits

...

4 Commits

3 changed files with 4 additions and 4 deletions

View File

@ -45,14 +45,14 @@
<format> <format>
**Advanced Elicitation Options (If you launched Party Mode, they will participate randomly)** **Advanced Elicitation Options (If you launched Party Mode, they will participate randomly)**
Choose a number (1-5), [r] to Reshuffle, [a] List All, or [x] to Proceed: Choose a number (1-5), [r] Random 5, [a] List All, or [x] to Proceed:
1. [Method Name] 1. [Method Name]
2. [Method Name] 2. [Method Name]
3. [Method Name] 3. [Method Name]
4. [Method Name] 4. [Method Name]
5. [Method Name] 5. [Method Name]
r. Reshuffle the list with 5 new options r. Pick 5 random methods
a. List all methods with descriptions a. List all methods with descriptions
x. Proceed / No Further Actions x. Proceed / No Further Actions
</format> </format>

View File

@ -28,7 +28,7 @@ This uses **micro-file architecture** for disciplined execution:
### Configuration Loading ### Configuration Loading
Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve: Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve:
- `project_name`, `output_folder`, `user_name` - `project_name`, `output_folder`, `user_name`
- `communication_language`, `document_output_language`, `user_skill_level` - `communication_language`, `document_output_language`, `user_skill_level`

View File

@ -27,7 +27,7 @@ This uses **micro-file architecture** with **sequential conversation orchestrati
### Configuration Loading ### Configuration Loading
Load config from `{project-root}/{bmad_folder}/bmm/config.yaml` and resolve: Load config from `{project-root}/{bmad_folder}/core/config.yaml` and resolve:
- `project_name`, `output_folder`, `user_name` - `project_name`, `output_folder`, `user_name`
- `communication_language`, `document_output_language`, `user_skill_level` - `communication_language`, `document_output_language`, `user_skill_level`