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:
2026-03-18 22:45:28 +01:00
parent f2443cc236
commit 121d5d6656
4 changed files with 54 additions and 3 deletions

View File

@@ -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 ---"