From f352e07ee34f06d514f3b3500040bf8d5ea9d08e Mon Sep 17 00:00:00 2001 From: Bryce Zuccaro Date: Fri, 14 Aug 2026 10:37:20 -0600 Subject: [PATCH] docs: fix shorten test to use a name within the 14-char limit --- docs/superpowers/plans/2026-08-14-llama-watch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/superpowers/plans/2026-08-14-llama-watch.md b/docs/superpowers/plans/2026-08-14-llama-watch.md index 545ecc4..520754f 100644 --- a/docs/superpowers/plans/2026-08-14-llama-watch.md +++ b/docs/superpowers/plans/2026-08-14-llama-watch.md @@ -237,7 +237,7 @@ test("cfgFromSettings defaults baseUrl and omits empty apiKey", () => { }); test("shorten keeps short names and truncates long ones", () => { - assert.equal(shorten("Qwen3.8-27B-NVFP4"), "Qwen3.8-27B-NVFP4"); + assert.equal(shorten("Qwen3.8-27B"), "Qwen3.8-27B"); assert.equal(shorten("DeepSeek-V4-Flash-0731"), "DeepSeek-V…0731"); });