Skip to content

Active MBR tasks, sorted by urgency then recency. Same query pattern as Core Dashboard — see that file if the 14-day cutoff looks wrong; this is a newer, not-yet-fully-verified Bases feature.

filters:
and:
- file.path.contains("MBR/")
- file.path.contains("/Tasks/")
- file.mtime > now() - "14 days"
- status != "complete"
- file.name != "_tmp"
- file.name != "_active"
- not:
- file.path.contains("/archive/")
views:
- type: table
name: Active Tasks
order:
- file.name
- file.path
- status
- focus
sort:
- property: focus
direction: ASC
- property: file.mtime
direction: DESC