refactor: mutat kb/ -> memory/kb/ pentru memory search
- Mutat toate fișierele din kb/ în memory/kb/ - Actualizat toate referințele în fișiere (.md, .py, .html) - Actualizat 10 joburi cron cu noi căi - Memory search indexează acum 58 fișiere din memory/ - TOOLS.md actualizat cu documentație completă
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
- [ ] `python3 tools/email_process.py` - verifică emailuri noi
|
||||
- [ ] Dacă sunt emailuri de la Marius → `--save` și procesez:
|
||||
- Completez TL;DR în nota salvată
|
||||
- Extrag insights în `kb/insights/YYYY-MM-DD.md`
|
||||
- Extrag insights în `memory/kb/insights/YYYY-MM-DD.md`
|
||||
- `python3 tools/update_notes_index.py`
|
||||
- [ ] Raportează dacă e ceva important
|
||||
|
||||
@@ -22,9 +22,9 @@
|
||||
- [ ] Fișiere uncommitted? Dacă da, întreabă dacă fac commit.
|
||||
|
||||
### 📚 KB Index (la fiecare heartbeat)
|
||||
- [ ] Verifică dacă vreun fișier din kb/ e mai nou decât kb/index.json
|
||||
- [ ] Verifică dacă vreun fișier din memory/kb/ e mai nou decât memory/kb/index.json
|
||||
- [ ] Dacă da → `python3 tools/update_notes_index.py`
|
||||
- [ ] Comandă rapidă: `find kb/ -name "*.md" -newer kb/index.json | head -1`
|
||||
- [ ] Comandă rapidă: `find memory/kb/ -name "*.md" -newer memory/kb/index.json | head -1`
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user