Update memory, root, tools (+1 ~4)
This commit is contained in:
26
TOOLS.md
26
TOOLS.md
@@ -3,12 +3,18 @@
|
||||
## Unelte comune
|
||||
|
||||
### Email (SMTP/IMAP)
|
||||
- **Cont:** echo@romfast.ro
|
||||
- **Server:** mail.romfast.ro
|
||||
- **SMTP Port:** 465 (SSL)
|
||||
- **IMAP Port:** 993
|
||||
- **Credențiale:** în `.env` (EMAIL_USER, EMAIL_PASSWORD)
|
||||
- **Cont principal:** Gmail (mmarius28@gmail.com) - folosit pentru trimitere
|
||||
- **Cont backup:** echo@romfast.ro (blocat MailChannels)
|
||||
- **Credențiale:** în `.env` (GMAIL_USER, GMAIL_PASSWORD)
|
||||
- **Trimitere:** `python3 tools/email_send.py "dest" "subiect" "corp"`
|
||||
- **From:** Echo <mmarius28@gmail.com>
|
||||
|
||||
**Format email rapoarte:**
|
||||
- Font: 16px text, 18px titluri
|
||||
- Culori: albastru (#2563eb) pentru DONE, gri (#f3f4f6) pentru PROGRAMAT
|
||||
- Puține emoji-uri, link-uri vizibile
|
||||
- Titlu + acțiune combinate (ex: "A0 - Git commit si push")
|
||||
- Subject confirmare: "Re: [subject original]"
|
||||
- **Procesare inbox:**
|
||||
```bash
|
||||
python3 tools/email_process.py # listează necitite
|
||||
@@ -109,6 +115,7 @@ memory_get path="memory/file.md" from=1 lines=50
|
||||
| 15:00 5/feb | 17:00 | grup-sprijin-5feb | #echo-sprijin | Reminder grup sprijin |
|
||||
| 18:00 | 20:00 | evening-report | 📧 EMAIL | Raport seară HTML + TOATE propunerile cu context |
|
||||
| 19:00 | 21:00 | evening-coaching | #echo-self | Reflecție seară → memory/kb/coaching/ |
|
||||
| 20:00 | 22:00 | seara-merit-reminder | #echo-self | Reminder lista "10 lucruri pentru care merit respect" |
|
||||
| 19:00 dum | 21:00 | weekly-planning | #echo-work | Planning săptămânal |
|
||||
| 21:00 | 23:00 | night-execute | #echo-work | Execută task-uri aprobate (run 1) |
|
||||
|
||||
@@ -126,6 +133,15 @@ Marius răspunde cu:
|
||||
|
||||
La heartbeat verific inbox și procesez răspunsurile.
|
||||
|
||||
**Răspuns la rapoarte email:**
|
||||
Marius răspunde cu:
|
||||
- `1 pentru X,Y` = execută ACUM propunerile X și Y
|
||||
- `2 pentru X,Y` = pune în tasks pentru noaptea asta
|
||||
- `3 pentru X,Y` = NU (skip, marchez [—])
|
||||
- Text liber = procesez și răspund
|
||||
|
||||
La heartbeat verific inbox și procesez răspunsurile.
|
||||
|
||||
**Comenzi:**
|
||||
```bash
|
||||
cron action=list # vezi toate joburile
|
||||
|
||||
Reference in New Issue
Block a user