Added

  • Brainstorm module: guided question-and-answer sessions for exploring ideas before committing to work. Default question set included, with add, remove, and reorder per session. Supports tags and entity linking to projects, tasks, and goals.
  • Backend: parser, cache entity with FTS, API routes (CRUD + get-by-name), MCP tools (list, get, get_by_name, create, update, delete).
  • Frontend: card view with answered/total counter, sidenav editor with inline question management, search filter.
  • Feature visibility toggle in Settings.
  • Reflection module: template-driven recurring self-inquiry. Two entities — templates (reusable question sets) and reflections (immutable sessions with answers). Templates define questions as H2 headers; reflections load from a template or start from defaults and answer inline. Supports tags, templateId reference, and entity linking to projects, tasks, and goals.
  • Backend: two parsers (reflection-templates, reflections), two cache entities with FTS, two API route files, MCP tools covering both entities (12 tools total).
  • Frontend: tabbed view (Reflections / Templates), sidenav editors for both entities, template picker chip for loading questions into a new reflection, search filter.
  • Feature visibility toggle in Settings.