mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-06 21:41:42 +02:00
feat: sync capitalisation dans CLAUDE.md/_AI_INSTRUCTIONS.md + alias bmad-install
- CLAUDE.md et _AI_INSTRUCTIONS.md : section capitalisation contrôlée ajoutée (synchronisée depuis _AI_INSTRUCTIONS.md via sync-ai-instructions.sh) - aliases.sh : fonction bmad-install() qui enchaîne npx bmad-method install puis post-bmad-install automatiquement
This commit is contained in:
@@ -25,5 +25,11 @@ alias sync-ai='~/AI_RULES/_Assistant_Lead_Tech/scripts/sync-ai-instructions.sh 2
|
||||
# Post-install BMAD : injecte la capitalisation Lead_tech dans les agents du projet courant
|
||||
alias post-bmad-install='"$LEADTECH/scripts/post-bmad-install.sh"'
|
||||
|
||||
# Install BMAD + injection Lead_tech automatique
|
||||
# Remplace npx bmad-method install dans les projets Lead_tech
|
||||
bmad-install() {
|
||||
npx bmad-method install && "$LEADTECH/scripts/post-bmad-install.sh"
|
||||
}
|
||||
|
||||
# Aller dans projets
|
||||
alias projects='cd ~/Volumes/TeraSSD/Projets_Dev 2>/dev/null || cd /srv/projects'
|
||||
Reference in New Issue
Block a user