Update dashboard, memory, root (+40 ~22 -2)

This commit is contained in:
Echo
2026-02-12 10:15:21 +00:00
parent 3ffd9332e9
commit e5d098305d
64 changed files with 9623 additions and 696 deletions

View File

@@ -2048,12 +2048,6 @@ def process_youtube(url):
sys.executable, str(TOOLS_DIR / 'update_notes_index.py')
], capture_output=True)
# Add task to kanban
subprocess.run([
sys.executable, str(KANBAN_DIR / 'update_task.py'),
'add', 'in-progress', f'Sumarizare: {title[:30]}...', url, 'medium'
], capture_output=True)
print(f"Created note: {filename}")
return filename