Skip to content

Releases: sonesuke/skill-bench

v0.1.3

04 Apr 11:03
6e4f2e3

Choose a tag to compare

feat: copy workspace files to test-named subdirectory (#39)

* feat: copy workspace files to test-named subdirectory

Place copied files under {skill}_{test}_{timestamp}/ to avoid
overwriting when multiple tests copy files with the same name.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test: add test for copy_to_output with subdirectory

Verify that files are copied to the correct subdirectory path
when copy_to_output is enabled.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.2

04 Apr 10:37
0151826

Choose a tag to compare

chore: bump version to 0.1.2 (#38)

Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.1

04 Apr 07:40
495ad65

Choose a tag to compare

chore: bump version to 0.1.1 (#36)

Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

v0.1.0

04 Apr 01:59
aed93ef

Choose a tag to compare

fix: disable rust-cache for cross builds (#29)

cross uses Docker containers with different glibc, so host cache
causes glibc version mismatch errors.

Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>