Skip to content

Tags: normful/zk

Tags

v0.15.0-fork.1

Toggle v0.15.0-fork.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Exempt lsp from startup auto-index; serve lightweight zk.list selects…

… from FindMinimalNotes

- main.go: skip quiet full re-index for the long-lived lsp command
  (was stalling first request ~7s on large notebooks); extracted
  needsAutoIndex helper with unit test.
- internal/adapter/lsp/cmd_list.go: fast path for selects needing only
  filename/filenameStem/path/absPath/title/metadata via FindMinimalNotes,
  falling back to FindNotes otherwise.
- Tests: selectionNeedsFull light/heavy routing, minimal-vs-full render
  equivalence, needsAutoIndex exemptions.