From 38794cfa6d848963c1ac86a306fdf7dc878bed34 Mon Sep 17 00:00:00 2001 From: slhx agent Date: Thu, 25 Jun 2026 23:40:19 +0200 Subject: [PATCH] docs(work): use workledger command name Update work graph verification references from work to workledger. --- work/northstars/NS-0001-testing-strategy.md | 4 ++-- work/northstars/NS-0002-lsp-editor-experience.md | 4 ++-- work/northstars/NS-0003-hemplate-highlighting.md | 4 ++-- work/slices/SLICE-0010-highlight-boundary.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/work/northstars/NS-0001-testing-strategy.md b/work/northstars/NS-0001-testing-strategy.md index 862693b..49929f0 100644 --- a/work/northstars/NS-0001-testing-strategy.md +++ b/work/northstars/NS-0001-testing-strategy.md @@ -32,8 +32,8 @@ Make hemx verification boring and reliable by keeping a documented confidence la ## Verification -- `work check` -- `work list` +- `workledger check` +- `workledger list` - Later implementation slices choose the narrowest relevant command, then use `cargo run -p hemx-xtask -- test` when changing shared verification authority. ## Non-goals diff --git a/work/northstars/NS-0002-lsp-editor-experience.md b/work/northstars/NS-0002-lsp-editor-experience.md index 0800a2b..cb1ef8b 100644 --- a/work/northstars/NS-0002-lsp-editor-experience.md +++ b/work/northstars/NS-0002-lsp-editor-experience.md @@ -34,8 +34,8 @@ Complete the `.heml` editor experience around existing compiler/build authority: ## Verification -- `work check` -- `work list` +- `workledger check` +- `workledger list` - Later implementation slices should prefer focused `cargo test -p hemx-lsp`/integration tests, then `cargo check --workspace` or `cargo run -p hemx-xtask -- test` when build integration changes. ## Non-goals diff --git a/work/northstars/NS-0003-hemplate-highlighting.md b/work/northstars/NS-0003-hemplate-highlighting.md index 1c8cce8..777b923 100644 --- a/work/northstars/NS-0003-hemplate-highlighting.md +++ b/work/northstars/NS-0003-hemplate-highlighting.md @@ -28,8 +28,8 @@ Make `.heml` highlighting predictable in editors by defining the repo-owned high ## Verification -- `work check` -- `work list` +- `workledger check` +- `workledger list` - Later implementation slices should use repo-owned fixture/query tests where available; provider-specific visual/manual checks must name the editor and blocker. ## Non-goals diff --git a/work/slices/SLICE-0010-highlight-boundary.md b/work/slices/SLICE-0010-highlight-boundary.md index 24fa15e..c6d578d 100644 --- a/work/slices/SLICE-0010-highlight-boundary.md +++ b/work/slices/SLICE-0010-highlight-boundary.md @@ -26,7 +26,7 @@ Turn "tree-sitter highlighting for hemplate" into a bounded repo-owned contract: ## Verification -- `work check` for the slice contract now. +- `workledger check` for the slice contract now. - Later implementation: a repo-owned fixture/query test command, or a manual editor smoke if no automated query runner exists yet. ## Non-goals