feat: brain-template v2.0 — BSI-v3 complet + tiers documentés

- README reécrit : tiers free/pro/full + modèle clé API + multi-instance
- Sync agents/ (57 agents, kernel-isolation validated)
- Sync scripts/ BSI-v3 (file-lock, preflight, human-gate, brain-status)
- KERNEL.md v0.7.0 — zones + délégation + rendering + isolation
- brain-compose.yml v0.7.0 — rendering mode + kerneluser
- workflows/ — template + brain-engine exemple
- locks/.gitkeep + claims/.gitkeep
- helloWorld : RAG boot tier full only (bsi-rag retiré du template)
This commit is contained in:
2026-03-16 23:26:38 +01:00
parent 0b0e6649c2
commit 878886cd51
110 changed files with 7656 additions and 680 deletions

View File

@@ -0,0 +1,30 @@
# workflows/brain-engine.yml — Workflow Brain Engine (BE-X)
# Usage : bash scripts/workflow-launch.sh workflows/brain-engine.yml [--step N]
name: brain-engine
branch: theme/brain-engine
pilote: ~ # renseigné au lancement
chain:
- step: 1
type: code
scope: brain-engine/
story_angle: "Implémenter la feature BE-X"
- step: 2
type: test
scope: brain-engine/
story_angle: "Tests BE-X — suite complète"
gate: 0-failures
- step: 3
type: brain-write
scope: brain-engine/README.md
story_angle: "Mettre à jour README brain-engine"
- step: 4
type: deploy
scope: vps/
story_angle: "Déployer brain-engine sur VPS"
gate: human