Dashboard Status compact în Kanban

- Header colapsabil cu rezumat (ANAF, Git)
- Status row: ANAF, Git, ultimul raport cu timestamp
- Cron jobs pe un singur rând
- Colapsat by default
- status.json actualizat de rapoartele zilnice
This commit is contained in:
Echo
2026-01-30 14:55:39 +00:00
parent f371f579a1
commit 60dac72294
2 changed files with 254 additions and 0 deletions

21
kanban/status.json Normal file
View File

@@ -0,0 +1,21 @@
{
"anaf": {
"status": "OK",
"ok": true,
"lastCheck": "2026-01-30T13:50:00Z"
},
"git": {
"status": "curat",
"clean": true,
"files": 0
},
"agents": {
"count": 5,
"list": ["echo-work", "echo-health", "echo-growth", "echo-sprijin", "echo-scout"]
},
"lastReport": {
"type": "test",
"summary": "Ecosistem configurat, totul în ordine",
"time": "30 ian 2026, 13:55"
}
}