feat: procesare batch video-uri + flux content-discovery integrat

Video-uri procesate (20):
- Monica Ion: Povestea lui Marc #3
- Zoltan Vereș: 19 video-uri (autosabotare, motivație, EFT, stima de sine, etc.)

Modificări:
- Symlink-uri dashboard corectate pentru memory/kb/
- Script update_notes_index.py - fix path-uri
- Job content-discovery - generează în format insight standard
- Index: 76 note (33 youtube)
- Flux unificat: content-discovery → insights → raport → approved-tasks
This commit is contained in:
Echo
2026-02-01 22:06:45 +00:00
parent 446108d4c4
commit d2472fa92c
28 changed files with 1201 additions and 130 deletions

View File

@@ -152,7 +152,7 @@ def extract_metadata(filepath, category, subcategory=None):
rel_path = str(filepath.relative_to(BASE_DIR))
# Transformă memory/kb/... în notes-data/... pentru web
if rel_path.startswith('memory/kb/'):
rel_path = 'notes-data/' + rel_path[3:]
rel_path = 'notes-data/' + rel_path[10:] # strip 'memory/kb/'
return {
"file": rel_path,