Station-198 Tasks

Project: Station-198

🔥 High Priority

TASK
WHERE file = this.file
  AND !completed
  AND (contains(text, "🔥") OR contains(text, "⚡"))
SORT text ASC

📋 Active Tasks

TASK
WHERE file = this.file
  AND !completed
SORT text ASC

✅ Recently Completed

TASK
WHERE file = this.file
  AND completed
SORT completion DESC
LIMIT 10

Tasks

(Tasks will be added here by vault organize-daily)