January 19, 2026
#278↑
created98↑
completed15↑
decisions🔥
Streak4 days
🎯
Orchestrators10
⚙
Workers64
Highlights
New Feature
Configurable Record Views
Added a view configuration system that lets records have multiple view types (Board, List, etc.) with presets for common patterns like Roadmap and CRM. Views persist to record.data and can be added/removed via a + menu.
New Feature
query_record where DSL
Implemented a filtering DSL for query_record with Zod schema validation, orderBy support, and a Kysely parser. Queries can now express complex conditions without raw SQL.
New Feature
CRM System Migration
Migrated prospect data into a proper CRM structure with company records, person linking, and standardized tags (yc:batch format, engagement:cold, segment:agent-infra).
New Feature
Dashboard Simplification
Removed cross-scope panels, context recovery hint, and projects section. Archived workspaces now filtered from view.
Also Shipped
- Improve:RLS/trigger fixes (visible_to format, process_event trigger)
- Improve:completed_at column with automatic timestamp trigger
- Improve:Batch event insertion methods (appendEvents, resolveRecordIds)
- Improve:History tab: eliminated raw JSON displays, fixed @unknown attribution
- Improve:TagBoardView column flickering fix