removed deprecated src_impact

This commit is contained in:
Brian Madison
2025-10-04 18:43:24 -05:00
parent 3147589d0f
commit e60d5cc42d
11 changed files with 8 additions and 24 deletions

View File

@@ -76,8 +76,7 @@ Listen to their description and then:
<critical>Determine output location:</critical>
- If {src_impact} = true: Module will be created at {src_installer_output_folder}
- If {src_impact} = false: Module will be created at {installer_output_folder}
- Module will be created at {installer_output_folder}
Store module identity for scaffolding.

View File

@@ -7,7 +7,6 @@ author: "BMad"
config_source: "{project-root}/bmad/bmb/config.yaml"
output_folder: "{config_source}:output_folder"
custom_module_location: "{config_source}:custom_module_location"
src_impact: "{config_source}:src_impact"
communication_language: "{config_source}:communication_language"
user_name: "{config_source}:user_name"
date: system-generated
@@ -38,12 +37,8 @@ instructions: "{installed_path}/instructions.md"
validation: "{installed_path}/checklist.md"
# Output configuration - creates entire module structure
# If src_impact=true: Save to src/modules/{{module_code}}
# If src_impact=false: Save to custom_module_location/{{module_code}}
default_output_folder: "{custom_module_location}/{{module_code}}"
src_output_folder: "{project-root}/src/modules/{{module_code}}"
# Save to custom_module_location/{{module_code}}
installer_output_folder: "{custom_module_location}/{{module_code}}"
src_installer_output_folder: "{project-root}/src/modules/{{module_code}}"
web_bundle:
name: "create-module"