installer temp updates

This commit is contained in:
Brian Madison
2025-10-17 22:42:36 -05:00
parent b54bb9e47d
commit 5788be64d0
2 changed files with 25 additions and 26 deletions

View File

@@ -8,12 +8,17 @@ prompt:
# This is injected into the custom agent activation rules
user_name:
prompt: "What is your name?"
default: "BMad User"
default: "BMad"
result: "{value}"
# This is injected into the custom agent activation rules
# This is injected into the custom agent activation rules and most workflows
communication_language:
prompt: "Preferred language?"
prompt: "Preferred Chat Language?"
default: "English"
result: "{value}"
document_output_language:
prompt: "Preferred Document Output Language?"
default: "English"
result: "{value}"

View File

@@ -34,11 +34,6 @@ user_skill_level:
- value: "expert"
label: "Expert - Deep technical knowledge, be direct and technical"
document_output_language:
prompt: "In which language should project documents be generated?"
default: "{communication_language}"
result: "{value}"
tech_docs:
prompt: "Where is Technical Documentation located within the project?"
default: "docs"
@@ -48,22 +43,21 @@ dev_story_location:
prompt: "Where should development stories be stored?"
default: "docs/stories"
result: "{project-root}/{value}"
# kb_location:
# prompt: "Where should bmad knowledge base articles be stored?"
# default: "~/bmad/bmm/kb.md"
# result: "{value}"
kb_location:
prompt: "Where should bmad knowledge base articles be stored?"
default: "~/bmad/bmm/kb.md"
result: "{value}"
desired_mcp_tools:
prompt:
- "Which MCP Tools will you be using? (Select all that apply)"
- "Note: You will need to install these separately. Bindings will come post ALPHA along with other choices."
result: "{value}"
multi-select:
- "Chrome Official MCP"
- "Playwright"
- "Context 7"
- "Tavily"
- "Perplexity"
- "Jira"
- "Trello"
# desired_mcp_tools:
# prompt:
# - "Which MCP Tools will you be using? (Select all that apply)"
# - "Note: You will need to install these separately. Bindings will come post ALPHA along with other choices."
# result: "{value}"
# multi-select:
# - "Chrome Official MCP"
# - "Playwright"
# - "Context 7"
# - "Tavily"
# - "Perplexity"
# - "Jira"
# - "Trello"