sync: scission owner/template + brain-template-export + BRAIN_MODE guard + /visualize scope filter + port orphelins fix

This commit is contained in:
2026-03-21 02:34:47 +01:00
parent 78323a0094
commit 2fd53cce8e
93 changed files with 6953 additions and 684 deletions

View File

@@ -1,7 +1,10 @@
# workflows/brain-engine.yml — Workflow Brain Engine (BE-X)
# workflows/brain-engine.yml — Workflow Brain Engine
# Usage : bash scripts/workflow-launch.sh workflows/brain-engine.yml [--step N]
# TODO : définir la feature BE-X cible avant lancement — ne pas lancer en l'état
name: brain-engine
status: draft
note: "À renseigner — définir la feature BE-X cible avant lancement"
branch: theme/brain-engine
pilote: ~ # renseigné au lancement
@@ -10,21 +13,21 @@ chain:
- step: 1
type: code
scope: brain-engine/
story_angle: "Implémenter la feature BE-X"
story_angle: "# TODO : définir — feature BE-X non spécifiée"
- step: 2
type: test
scope: brain-engine/
story_angle: "Tests BE-X — suite complète"
story_angle: "# TODO : définir — tests à écrire après step 1 spécifié"
gate: 0-failures
- step: 3
type: brain-write
scope: brain-engine/README.md
story_angle: "Mettre à jour README brain-engine"
story_angle: "# TODO : définir — documentation à préciser"
- step: 4
type: deploy
scope: vps/
story_angle: "Déployer brain-engine sur VPS"
story_angle: "# TODO : définir — scope deploy à préciser"
gate: human