installer temp updates
This commit is contained in:
@@ -8,12 +8,17 @@ prompt:
|
|||||||
# This is injected into the custom agent activation rules
|
# This is injected into the custom agent activation rules
|
||||||
user_name:
|
user_name:
|
||||||
prompt: "What is your name?"
|
prompt: "What is your name?"
|
||||||
default: "BMad User"
|
default: "BMad"
|
||||||
result: "{value}"
|
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:
|
communication_language:
|
||||||
prompt: "Preferred language?"
|
prompt: "Preferred Chat Language?"
|
||||||
|
default: "English"
|
||||||
|
result: "{value}"
|
||||||
|
|
||||||
|
document_output_language:
|
||||||
|
prompt: "Preferred Document Output Language?"
|
||||||
default: "English"
|
default: "English"
|
||||||
result: "{value}"
|
result: "{value}"
|
||||||
|
|
||||||
|
|||||||
@@ -34,11 +34,6 @@ user_skill_level:
|
|||||||
- value: "expert"
|
- value: "expert"
|
||||||
label: "Expert - Deep technical knowledge, be direct and technical"
|
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:
|
tech_docs:
|
||||||
prompt: "Where is Technical Documentation located within the project?"
|
prompt: "Where is Technical Documentation located within the project?"
|
||||||
default: "docs"
|
default: "docs"
|
||||||
@@ -48,22 +43,21 @@ dev_story_location:
|
|||||||
prompt: "Where should development stories be stored?"
|
prompt: "Where should development stories be stored?"
|
||||||
default: "docs/stories"
|
default: "docs/stories"
|
||||||
result: "{project-root}/{value}"
|
result: "{project-root}/{value}"
|
||||||
|
# kb_location:
|
||||||
|
# prompt: "Where should bmad knowledge base articles be stored?"
|
||||||
|
# default: "~/bmad/bmm/kb.md"
|
||||||
|
# result: "{value}"
|
||||||
|
|
||||||
kb_location:
|
# desired_mcp_tools:
|
||||||
prompt: "Where should bmad knowledge base articles be stored?"
|
# prompt:
|
||||||
default: "~/bmad/bmm/kb.md"
|
# - "Which MCP Tools will you be using? (Select all that apply)"
|
||||||
result: "{value}"
|
# - "Note: You will need to install these separately. Bindings will come post ALPHA along with other choices."
|
||||||
|
# result: "{value}"
|
||||||
desired_mcp_tools:
|
# multi-select:
|
||||||
prompt:
|
# - "Chrome Official MCP"
|
||||||
- "Which MCP Tools will you be using? (Select all that apply)"
|
# - "Playwright"
|
||||||
- "Note: You will need to install these separately. Bindings will come post ALPHA along with other choices."
|
# - "Context 7"
|
||||||
result: "{value}"
|
# - "Tavily"
|
||||||
multi-select:
|
# - "Perplexity"
|
||||||
- "Chrome Official MCP"
|
# - "Jira"
|
||||||
- "Playwright"
|
# - "Trello"
|
||||||
- "Context 7"
|
|
||||||
- "Tavily"
|
|
||||||
- "Perplexity"
|
|
||||||
- "Jira"
|
|
||||||
- "Trello"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user