mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 15:19:31 +00:00
The usage-bar subdirectory was not covered by any full-suite shard glob (template.test.ts is disqualified from unit-fast by filesystem-state), failing the shard coverage check. Extend autoReplyCoreTestInclude to the subdir; unit-fast-eligible files are auto-excluded by the scoped config. Also create the temp dir explicitly in the missing-file test instead of binding an unused tmpFile result, which tripped oxlint no-unused-vars. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>