Restructurare completă: kanban→dashboard, notes→kb, ANAF→tools/

- Mutare și reorganizare foldere proiecte
- Actualizare path-uri în TOOLS.md
- Sincronizare configurații agenți
- 79 fișiere actualizate
This commit is contained in:
Echo
2026-01-31 09:34:24 +00:00
parent 838c38e82f
commit a44b9ef852
99 changed files with 2096 additions and 623 deletions

View File

@@ -24,25 +24,26 @@ python3 tools/email_send.py "dest@email.com" "Subiect" "Corp mesaj"
**Pentru orice altă adresă:** Citesc și raportez, aștept aprobare.
### Kanban & Web
### Dashboard & Web
- **Task Board:** https://moltbot.tailf7372d.ts.net/echo/
- **Notes:** https://moltbot.tailf7372d.ts.net/echo/notes.html
- **KB (Notes):** https://moltbot.tailf7372d.ts.net/echo/notes.html
- **Files:** https://moltbot.tailf7372d.ts.net/echo/files.html
- **API:** `kanban/api.py`
- **Update task:** `python3 kanban/update_task.py`
- **API:** `dashboard/api.py`
- **Update task:** `python3 dashboard/update_task.py`
**Reguli dashboard:**
- Tab Activity afișează task-uri din tasks.json, sortate descrescător după timestamp
- Când creez/completez task-uri, să am timestamp complet (ISO format cu oră)
### Notes (toate tipurile)
- **Folder:** `notes/` (subdirectoare: `youtube/`, `retete/`, etc.)
### KB - Knowledge Base (toate tipurile de conținut)
- **Folder:** `kb/` (subdirectoare: `youtube/`, `retete/`, `projects/`)
- **Update index:** `python3 tools/update_notes_index.py`
- **Pagina web:** https://moltbot.tailf7372d.ts.net/echo/notes.html
- **Tags domeniu:** `@work`, `@health`, `@growth`, `@sprijin`, `@scout`
- **Tags tip:** `@project`, `@fisa`, `@exercitiu`, `@meditatie`, `@reflectie`
**IMPORTANT:** Când salvez orice notă (rețete, youtube, etc.), trebuie să:
1. Salvez în subdirectorul potrivit din `notes/`
**IMPORTANT:** Când salvez orice notă (rețete, youtube, proiecte, etc.), trebuie să:
1. Salvez în subdirectorul potrivit din `kb/`
2. Rulez `python3 tools/update_notes_index.py` pentru a actualiza indexul
3. Dau link-ul către pagina notes.html
@@ -56,7 +57,7 @@ python3 tools/email_send.py "dest@email.com" "Subiect" "Corp mesaj"
**TOOLS.md:** `agents/echo-work/TOOLS.md`
- **ANAF Monitor:** `anaf-monitor/monitor.py` - verificare la fiecare 6 ore
- **ANAF Monitor:** `tools/anaf-monitor/monitor.py` - verificare la fiecare 6 ore
- Monitorizează: D100, D101, D200, D390, D406, situații financiare, E-Factura
---
@@ -84,9 +85,11 @@ python3 tools/email_send.py "dest@email.com" "Subiect" "Corp mesaj"
**TOOLS.md:** `agents/echo-sprijin/TOOLS.md`
- **Pagină dedicată:** https://moltbot.tailf7372d.ts.net/echo/grup-sprijin.html
- **Fișe activități:** `kanban/grup-sprijin/`
- **Template:** `kanban/grup-sprijin/template-fisa.md`
- **Pagină dedicată:** https://moltbot.tailf7372d.ts.net/echo/notes.html (filtrează @grup-sprijin)
- **Proiect:** `kb/projects/grup-sprijin/`
- **Biblioteca activități:** `kb/projects/grup-sprijin/biblioteca.json`
- **Fișe:** `kb/projects/grup-sprijin/fise/`
- **Template:** `kb/projects/grup-sprijin/template-fisa.md`
---