Skip to content
🤖 AI-optimized docs: llms-full.txt

Global Inheritable Config

Configuration values defined in the Core Module that all other modules inherit by default.

These values are set during installation and recorded to the core module.yaml:

Config KeyDefaultDescription
user_nameSystem usernameUser’s display name
communication_languageenglishLanguage for agent communication
document_output_languageenglishLanguage for generated documents
output_folder_bmad-outputDirectory for workflow outputs

All installed modules automatically clone these values into their own config. Modules can:

  • Accept defaults — Use core values as-is (recommended)
  • Override values — Replace with module-specific settings
  • Extend values — Build on core values with additional paths