Cycles
Les 4 machines à états du canon R2-S231. Le modèle 2x8-BUILD pilote chaque projet : un BUILD en 2x8 phases (PRÉPARATION puis PRODUCTION) franchit le PlatformLiveGate, puis bascule en RUN infini multi-tenant. L'entreprise, elle, ne termine jamais.
2x8-BUILD → PlatformLiveGate → RUN
BUILD se déroule en deux cycles de 8 phases — agents BUILDERS, flux HITL (question / proposition / correction). Le PlatformLiveGate clôt le cycle PRODUCTION et bascule la plateforme en RUN infini multi-tenant, opéré par les agents OPERATORS.
Entreprise
Aligne la vision fondatrice (S62). Ne termine jamais : enchaîne les épisodes de croissance.
- InitialisationVision fondatrice, amorçage
- ConcrétisationMise en œuvre de l'épisode
- CroissanceReboucle vers un nouvel épisodeboucle
Transitions (3)
| De | Événement | Vers |
|---|---|---|
| initialisation | amorçage validé | concretisation |
| concretisation | traction | croissance |
| croissance | nouvel épisode | concretisation |
Projet — 2x8-BUILD
BUILD = 2x8 phases (cycle1 PRÉP / cycle2 PROD), agents BUILDERS, flux HITL question/proposition/correction.
- Phase 0 — PRÉPARATIONCycle 1 (2x8) — cadrage BUILD
- Phase 1 — PRODUCTIONCycle 2 (2x8) — agents BUILDERS, HITL
- PlatformLiveGateFin cycle PROD — revue HITL de basculerevue HITL
- RUNNe termine pas : bascule en RUN infini multi-tenant (OPERATORS)boucle
- AbandonArrêt anticipé du projetterminal
Transitions (6)
| De | Événement | Vers |
|---|---|---|
| prep | cycle1 terminé | prod |
| prod | cycle2 terminé | platform_live_gate |
| platform_live_gate | gate franchi → bascule RUN | run |
| run | exploitation continue (∞) | run |
| prep | abandon | abandon |
| prod | abandon | abandon |
Tâche-agent
Cycle de vie d'une tâche exécutée par un agent, avec revue HITL et retry backoff.
- queuedEn attente d'exécution
- runningEn cours d'exécution
- needs_reviewRevue HITL requiserevue HITL
- failedÉchec — retry backoff possibleterminal
- doneTerminée avec succèsterminal
Transitions (6)
| De | Événement | Vers |
|---|---|---|
| queued | dispatch | running |
| running | needs review | needs_review |
| running | erreur | failed |
| needs_review | approuvée | done |
| running | succès | done |
| failed | retry/backoff | queued |
Permission / Infra
Cycle de provisionnement d'une ressource infra/permission, avec boucle suspension → reprise.
- sandboxBac à sable isolé
- provisionedRessource provisionnée
- localExécution locale
- bridgedReliée à l'écosystème
- suspendedSuspendue temporairement
- resumedReprise → reboucle vers bridgedboucle
- archivedArchivée — fin de vieterminal
Transitions (7)
| De | Événement | Vers |
|---|---|---|
| sandbox | provision | provisioned |
| provisioned | déploiement local | local |
| local | bridge | bridged |
| bridged | suspension | suspended |
| suspended | reprise | resumed |
| resumed | réactivée (boucle) | bridged |
| bridged | archivage | archived |