fix: address upstream merge review findings

This commit is contained in:
Johnny Eric Amancio
2026-08-06 00:12:23 +02:00
parent 25f4b58d93
commit cbbbd7217f
36 changed files with 171 additions and 739 deletions
+4
View File
@@ -142,6 +142,10 @@ jobs:
# kilocode_change end
# kilocode_change start - test non-CLI packages separately from sharded CLI tests
- name: Verify package test scheduling
if: matrix.settings.run && matrix.settings.packages && matrix.settings.os == 'linux'
run: bun run script/check-test-ci.ts
- name: Run non-CLI unit tests
if: matrix.settings.run && matrix.settings.packages
run: bun turbo test:ci --output-logs=errors-only --log-order=grouped --log-prefix=task --filter='!@kilocode/cli' --filter='!@kilocode/kilo-jetbrains'