stage-1: project bootstrap

Structure, config loader, personality/tools/memory from clawd, venv, 22 tests passing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MoltBot Service
2026-02-13 10:20:55 +00:00
commit f2973aa76f
374 changed files with 59557 additions and 0 deletions

16
memory/2026-02-11.md Normal file
View File

@@ -0,0 +1,16 @@
# 2026-02-11
## ANAF Monitor - Eroare Dublare Muncă
**Cerere:** Marius via Discord #echo-work - dashboard arăta doar data ultimei verificării, nu modificările detectate
**Greșeală:** Am implementat din nou ceva ce era DEJA făcut în commit c7bea57 (10 feb)
- Modificarea era deja completă: monitor_v2.py + dashboard/index.html
- Folosea câmpul `changes` (nu `details` cum am pus eu)
- Commit greșit: 3adc775
**Rezolvare:**
- Revert la implementarea corectă din c7bea57
- Commit 1c3971f - restaurare
**Lecție:** Verific ÎNTÂI în git history înainte să implementez ceva!