docs(work): mark completed lsp slices

Update workledger status for completed diagnostics, completion, hover, and protocol LSP slices.
This commit is contained in:
slhx agent
2026-06-26 00:10:55 +02:00
parent 38794cfa6d
commit f605c9ee74
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
---
id: SLICE-0007
type: slice
status: ready
status: done
parent: NS-0002
title: Complete hover help for documented hemplate facts
refs:
@@ -36,4 +36,4 @@ Make hover explain the real `.heml` facts that contributors see in templates wit
## Evidence
`hemx-lsp/src/main.rs` already exposes `hoverProvider` and `hemplate_hover` anchors.
Done at commit `258524f` and verified again at `38794cf` with `cargo test -p hemx-lsp`: hover is token-position aware and tests cover documented hemplate facts while ordinary HTML remains left to normal editor tooling.