From e132ff1210750d59c0d12ddb34b3bcca486beef1 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Sat, 23 May 2026 12:48:30 -0500 Subject: [PATCH] ci: use codewhale package selectors --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a6490b0..e3f3033c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - name: Lockfile drift guard run: git diff --exit-code -- Cargo.lock - name: Run Offline Eval Harness - run: cargo run -p deepseek-tui --all-features -- eval + run: cargo run -p codewhale-tui --all-features -- eval npm-wrapper-smoke: name: npm wrapper smoke @@ -120,7 +120,7 @@ jobs: with: cache-bin: false - name: Build wrapper binaries - run: cargo build --release --locked -p deepseek-tui-cli -p deepseek-tui + run: cargo build --release --locked -p codewhale-cli -p codewhale-tui - name: Smoke wrapper install and delegated entrypoints run: node scripts/release/npm-wrapper-smoke.js