fix(template): onboarding laptop-ready
- brain-setup.sh : étape 3b — collaboration.md copié depuis .example - now.md : starter cold-boot (helloWorld en a besoin) - BRAIN-INDEX.md : starter cold-boot (BSI-v3 claim) - README : agent count 57→63, wiki ref supprimée, contexts/ + agent-memory/ dans structure
This commit is contained in:
@@ -104,6 +104,18 @@ else
|
||||
ok "brain-compose.local.yml existe"
|
||||
fi
|
||||
|
||||
# ETAPE 3b — collaboration.md
|
||||
echo ""
|
||||
echo "--- 3b/5 Profil collaboration ---"
|
||||
COLLAB="$BRAIN_ROOT/profil/collaboration.md"
|
||||
COLLAB_EX="$BRAIN_ROOT/profil/collaboration.md.example"
|
||||
if [ ! -f "$COLLAB" ] && [ -f "$COLLAB_EX" ]; then
|
||||
cp "$COLLAB_EX" "$COLLAB"
|
||||
ok "profil/collaboration.md cree depuis .example — a personnaliser"
|
||||
else
|
||||
ok "profil/collaboration.md existe"
|
||||
fi
|
||||
|
||||
# ETAPE 4 — Git remote
|
||||
echo ""
|
||||
echo "--- 4/5 Git remote ---"
|
||||
|
||||
Reference in New Issue
Block a user