You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/docs/superpowers/plans
boojack f0e4a5624f feat(filter): expand CEL filter surface with startsWith/endsWith, matches(), and all()
Let users write three more CEL constructs in the filter field, each compiled to
SQL across SQLite/MySQL/Postgres:

- Scalar startsWith()/endsWith() on content/filename/mime_type (case-insensitive)
- matches() regex: PG ~, MySQL/SQLite REGEXP (Go-backed SQLite fn), validated at
  compile time via cel.ValidateRegexLiterals()
- all() comprehension over tags via per-element subqueries, non-empty required

Also: contains() now escapes LIKE metacharacters (%, _, \); cross-dialect render
tests plus behavioral tests; cel-go bumped to v0.28.1; new operators surfaced in
the frontend shortcut guide.
4 weeks ago
..
2026-05-02-activity-calendar-time-basis.md feat(activity-calendar): aggregate by ViewContext.timeBasis 2 months ago
2026-05-02-calendar-date-prefill.md feat(memo): create memos on the selected calendar date (#5925) 2 months ago
2026-05-02-stt-audiollm-split.md refactor: split STT and Audio-LLM into separate interfaces (#5928) 2 months ago
2026-05-02-transcription-settings.md feat(transcription): explicit STT settings with provider, model, prompt (#5926) 2 months ago
2026-05-12-first-screen-lazy-heavy-deps.md perf: lazy load heavy first-screen dependencies (#5947) 2 months ago
2026-05-12-placeholder-component.md feat: add <Placeholder> component with ASCII bird states (#5949) 2 months ago
2026-05-31-remove-react-use.md refactor(frontend): remove react-use dependency 1 month ago
2026-06-08-openapi-mcp-support.md feat: add OpenAPI-driven MCP support (#6026) 1 month ago
2026-06-11-markdown-wysiwyg-editor.md feat(web): markdown WYSIWYG editor with raw-mode toggle (#6030) 4 weeks ago
2026-06-15-cel-filter-surface-expansion.md feat(filter): expand CEL filter surface with startsWith/endsWith, matches(), and all() 4 weeks ago