docs(work): use workledger command name

Update work graph verification references from work to workledger.
This commit is contained in:
slhx agent
2026-06-25 23:40:19 +02:00
parent e77ddd459c
commit 38794cfa6d
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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
@@ -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
@@ -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