Compare commits

...

2 Commits

Author SHA1 Message Date
abadff4ea8 chore: auto-commit from dashboard 2026-04-24 10:34:19 +00:00
d3196b0717 chore(cron): silence anaf-monitor Discord notifications
Schimbă report_on din "changes" în "never" — datele ajung deja
în dashboard/status.json via update_dashboard_status(), Discord
nu mai primește notificări duplicate.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 10:22:03 +00:00
6 changed files with 45 additions and 23 deletions

View File

@@ -34,12 +34,12 @@
"python3",
"tools/anaf-monitor/monitor_v2.py"
],
"report_on": "changes",
"report_on": "never",
"timeout": 120,
"enabled": true,
"last_run": "2026-04-23T16:00:00.001018+00:00",
"last_run": "2026-04-24T10:00:00.003684+00:00",
"last_status": "ok",
"next_run": "2026-04-24T10:00:00+00:00"
"next_run": "2026-04-24T16:00:00+00:00"
},
{
"name": "security-audit-daily",
@@ -53,9 +53,9 @@
"report_on": "changes",
"timeout": 180,
"enabled": true,
"last_run": "2026-04-23T03:00:00.003092+00:00",
"last_status": "error",
"next_run": "2026-04-24T03:00:00+00:00"
"last_run": "2026-04-24T03:00:00.002726+00:00",
"last_status": "ok",
"next_run": "2026-04-25T03:00:00+00:00"
},
{
"name": "kb-index-refresh",
@@ -69,9 +69,9 @@
"report_on": "never",
"timeout": 120,
"enabled": true,
"last_run": "2026-04-23T03:30:00.002782+00:00",
"last_run": "2026-04-24T03:30:00.001564+00:00",
"last_status": "ok",
"next_run": "2026-04-24T03:30:00+00:00"
"next_run": "2026-04-25T03:30:00+00:00"
},
{
"name": "archive-tasks-daily",
@@ -85,9 +85,9 @@
"report_on": "changes",
"timeout": 60,
"enabled": true,
"last_run": "2026-04-23T03:00:00.002764+00:00",
"last_run": "2026-04-24T03:00:00.002347+00:00",
"last_status": "ok",
"next_run": "2026-04-24T03:00:00+00:00"
"next_run": "2026-04-25T03:00:00+00:00"
},
{
"name": "backup-config",
@@ -101,9 +101,9 @@
"report_on": "never",
"timeout": 120,
"enabled": true,
"last_run": "2026-04-23T02:00:00.002242+00:00",
"last_run": "2026-04-24T02:00:00.001790+00:00",
"last_status": "ok",
"next_run": "2026-04-24T02:00:00+00:00"
"next_run": "2026-04-25T02:00:00+00:00"
},
{
"name": "insights-extract",
@@ -269,8 +269,8 @@
"prompt": "Heartbeat check. Rulează src/heartbeat.py printr-un scurt raport de status.\nDacă nu e nimic de raportat (email=0, calendar nu are evenimente <2h, kb ok), răspunde doar cu HEARTBEAT_OK și oprește-te — nu trimite mesaj.\nDacă e ceva: raport scurt pe Discord #echo-work.",
"allowed_tools": [],
"enabled": true,
"last_run": "2026-04-23T21:00:00.000995+00:00",
"last_run": "2026-04-24T10:00:00.004025+00:00",
"last_status": "ok",
"next_run": "2026-04-23T23:00:00+00:00"
"next_run": "2026-04-24T12:00:00+00:00"
}
]

View File

@@ -10,10 +10,19 @@
"time": "30 Jan 2026, 22:00"
},
"anaf": {
"ok": true,
"status": "OK",
"message": "Nicio modificare detectată",
"lastCheck": "23 Apr 2026, 16:00",
"changesCount": 0
"ok": false,
"status": "MODIFICĂRI",
"message": "1 modificări detectate",
"lastCheck": "24 Apr 2026, 10:00",
"changesCount": 1,
"changes": [
{
"name": "Declarația 100 - Obligații de plată la bugetul de stat",
"url": "https://static.anaf.ro/static/10/Anaf/Declaratii_R/100.html",
"summary": [
"Soft J: 07.04.2026 → 23.04.2026"
]
}
]
}
}

View File

@@ -1,5 +1,5 @@
{
"D100": "ae66293e3027ada9ffc32f2d58bf562e8e9e3e3a12c29f531e5479bfa9895262",
"D100": "703cdcacd7409fcd298e923f413236d362c4f9c758844c6e100c9c4f51736837",
"D101": "f72fc1c29657ea11e0238806a28f6abccf5b00e45904e1e0c9385cc64491fcaf",
"D300": "cb7b55b568ab893024884971eac0367fb6fe487c297e355d64258dae437f6ddd",
"D394": "c4c4e62bda30032f12c17edf9a5087b6173a350ccb1fd750158978b3bd0acb7d",

View File

@@ -981,3 +981,16 @@
[2026-04-23 16:00:01] OK: SIT_FIN_AN_2025
[2026-04-23 16:00:01] OK: DESCARCARE_DECLARATII
[2026-04-23 16:00:01] === Monitor complete ===
[2026-04-24 10:00:00] === Starting ANAF monitor v2.1 ===
[2026-04-24 10:00:00] CHANGES in D100: ['Soft J: 07.04.2026 → 23.04.2026']
[2026-04-24 10:00:00] OK: D101
[2026-04-24 10:00:00] OK: D300
[2026-04-24 10:00:00] OK: D390
[2026-04-24 10:00:00] OK: D394
[2026-04-24 10:00:00] OK: D205
[2026-04-24 10:00:01] OK: D406
[2026-04-24 10:00:01] OK: BILANT_2025
[2026-04-24 10:00:01] OK: SIT_FIN_SEM_2025
[2026-04-24 10:00:01] OK: SIT_FIN_AN_2025
[2026-04-24 10:00:01] OK: DESCARCARE_DECLARATII
[2026-04-24 10:00:01] === Monitor complete ===

View File

@@ -65,7 +65,7 @@ actualizat în data de
25.03.2026
soft J*
actualizat în data de
07.04.2026
23.04.2026
Anexa
validări
actualizat în data de

View File

@@ -2,8 +2,8 @@
"D100": {
"soft_a_url": "http://static.anaf.ro/static/10/Anaf/Declaratii_R/AplicatiiDec/D100_710_XML_0126_250326.pdf",
"soft_a_date": "25.03.2026",
"soft_j_url": "http://static.anaf.ro/static/10/Anaf/Declaratii_R/AplicatiiDec/D100_07042026.zip",
"soft_j_date": "07.04.2026"
"soft_j_url": "http://static.anaf.ro/static/10/Anaf/Declaratii_R/AplicatiiDec/D100_23042026.zip",
"soft_j_date": "23.04.2026"
},
"D101": {
"soft_a_url": "https://static.anaf.ro/static/10/Anaf/Declaratii_R/AplicatiiDec/D101_XML_2025_180326.pdf",