fix: invalid Crockford Base32 log tag in eval list command #136

Closed
xiaoju wants to merge 0 commits from fix/eval-list-log-tag into main
Owner

What

Fix invalid log tag L5KX9R2BH5KX9R2B in eval list command.

Why

L is not a valid Crockford Base32 character, causing uwf-eval list to crash with:

invalid Crockford Base32 character in log tag: L

Changes

  • packages/eval/src/commands/list.ts — replace L with H in log tag

Ref

小橘 🍊(NEKO Team)

## What Fix invalid log tag `L5KX9R2B` → `H5KX9R2B` in eval list command. ## Why `L` is not a valid Crockford Base32 character, causing `uwf-eval list` to crash with: ``` invalid Crockford Base32 character in log tag: L ``` ## Changes - `packages/eval/src/commands/list.ts` — replace `L` with `H` in log tag ## Ref 小橘 🍊(NEKO Team)
xiaoju added 1 commit 2026-06-06 07:57:22 +00:00
fix: invalid Crockford Base32 log tag in eval list command
CI / check (pull_request) Successful in 3m57s
CI / check (push) Successful in 3m31s
0e7e3ea44b
L is not a valid Crockford Base32 character. Replace with H.

小橘 🍊(NEKO Team)
scottwei closed this pull request 2026-06-07 07:16:16 +00:00
All checks were successful
CI / check (pull_request) Successful in 3m57s
CI / check (push) Successful in 3m31s

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shazhou/united-workforce#136