Releases: sonesuke/skill-bench
Releases · sonesuke/skill-bench
v0.1.3
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
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
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
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>