fix: setup.sh copie collaboration.md depuis .example

This commit is contained in:
2026-03-20 21:06:25 +01:00
parent ed9e40296a
commit fd32d7438a

View File

@@ -46,6 +46,11 @@ Aucun focus defini — c'est un fresh fork. Lance `brain boot` pour commencer.
FOCUSEOF FOCUSEOF
echo " → focus.md cree" echo " → focus.md cree"
fi fi
# profil/collaboration.md — si seulement le .example existe
if [ ! -f "$BRAIN_ROOT/profil/collaboration.md" ] && [ -f "$BRAIN_ROOT/profil/collaboration.md.example" ]; then
cp "$BRAIN_ROOT/profil/collaboration.md.example" "$BRAIN_ROOT/profil/collaboration.md"
echo " → profil/collaboration.md cree depuis l'exemple"
fi
echo "✅ Satellites prets" echo "✅ Satellites prets"
# 3. Build dashboard # 3. Build dashboard