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
@@ -1,7 +1,7 @@
---
id: SLICE-0006
type: slice
status: ready
status: done
parent: NS-0002
title: Complete context-aware hemplate completions
refs:
@@ -37,4 +37,4 @@ Make completion useful for the real hemplate surface: directives, dynamic attrib
## Evidence
`hemx-lsp/src/main.rs` already exposes `completionProvider` and `hemplate_completion_items` anchors.
Done at commit `baf4b15` and verified again at `38794cf` with `cargo test -p hemx-lsp`: completion tests cover documented hemplate directives, dynamic attributes, expression snippets, `data-hemx-root`, `data-hemx-slot`, `data-hemx-form`, and `data-hemx-handle` through helper and protocol paths.