Dépôt d’ordres contrôlés (Nextcloud / e-mail / intégration). Page conçue pour le poste de commandement.
Dépose un fichier .json ou .yaml dans le dossier Intake. L’ingestion / synchronisation pourra transformer ces ordres en tâches.
Objet impératif : ORDER: — et fichier joint (.json / .yaml).
Objectif : brancher ici des données “réelles” via API (status, queue, last sync…).
Format simple. Compatible ingestion Nextcloud / e-mail.
{
"order_id": "ORION7-EXEMPLE-0001",
"intent": "Action contrôlée",
"actions": [
{"agent":"OPS-SYNC","op":"sync_plan","plan_id":"SYNC-TRIPLE-001"}
]
}
Même intention, format YAML pour intake rapide.
order_id: ORION7-EXEMPLE-0001
intent: Action contrôlée
actions:
- agent: OPS-SYNC
op: sync_plan
plan_id: SYNC-TRIPLE-001
OPS Intake sert à déposer des ordres. Le bureau vivant (ISA CHÂTEAU) doit afficher les flux réels (statuts, agents, erreurs, synchronisations). Cette page est volontairement simple, mais “propre” et exploitable.