dashboard
Founder Dashboard
Core founder pages
TABLE type, status, last_updated
FROM "wiki"
WHERE contains(file.path, "entities/shane-neeley") OR contains(file.path, "topics/shane-founder-operating-principles") OR contains(file.path, "topics/shane-design-and-ux-taste")
SORT file.name asc
Recently updated strategy notes
TABLE area, status, last_updated
FROM "wiki/topics"
WHERE area = "strategy"
SORT last_updated desc
LIMIT 12