installer updates, bmd module added and moved out of src, created a plan for module installation tool for custom modules, minor flow improvements

This commit is contained in:
Brian Madison
2025-10-19 11:59:27 -05:00
parent eb9a214115
commit 0a048f2ccc
69 changed files with 5244 additions and 617 deletions

View File

@@ -0,0 +1,32 @@
# Personal Customization File for Scott (CLI Chief)
# Changes here merge with the core agent at build time
# Experiment freely - this is your playground!
agent:
metadata:
name: "" # Try nicknames! "Scotty", "Chief", etc.
# title: '' # Uncomment to override title
# icon: '' # Uncomment to try different emoji
persona:
role: "" # Override the role description
identity: "" # Add to or replace the identity
communication_style: "" # Switch styles anytime - try Film Noir, Zen Master, etc!
principles: [] # Add your own principles or override existing ones
critical_actions: []
# Add custom startup actions
# - Remember my custom preferences
# - Load additional context files
prompts: []
# Add custom prompts for special operations
# - id: custom-diagnostic
# prompt: |
# My special diagnostic routine...
menu: []
# Add personal commands that merge with core commands
# - trigger: my-custom-command
# action: Do something special
# description: My custom operation