feat: daily focus search, show all tasks, and list item support

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 14:53:10 +00:00
parent 88a001261a
commit 3c0266bc19
3 changed files with 234 additions and 84 deletions

View File

@@ -161,7 +161,7 @@ class BaseRepository:
"category", "instructions", "expected_output", "estimated_days",
"contact_id", "started_at",
"weekly_hours", "effective_from",
"task_id", "meeting_id",
"task_id", "meeting_id", "list_item_id",
}
clean_data = {}
for k, v in data.items():