Skip to content

feat: write logs directly to output directory in real-time#34

Merged
sonesuke merged 2 commits intomainfrom
feat/realtime-log-output
Apr 4, 2026
Merged

feat: write logs directly to output directory in real-time#34
sonesuke merged 2 commits intomainfrom
feat/realtime-log-output

Conversation

@sonesuke
Copy link
Copy Markdown
Owner

@sonesuke sonesuke commented Apr 4, 2026

Summary

  • Logs are written directly to the output directory during test execution instead of being copied after completion
  • --log <dir>: writes logs to the specified directory
  • No --log: writes logs to .skill-bench/logs/ by default
  • Removed post-test copy logic

Test plan

  • Run with --log logs and verify logs appear during execution
  • Run without --log and verify logs appear in .skill-bench/logs/

🤖 Generated with Claude Code

claude and others added 2 commits April 4, 2026 06:30
Logs are now written directly to the output directory during test
execution instead of being copied after completion.

- --log <dir>: writes logs to the specified directory
- No --log: writes logs to .skill-bench/logs/ by default
- Removed post-test copy logic (copy_log_to_output)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonesuke sonesuke merged commit e909719 into main Apr 4, 2026
4 checks passed
@sonesuke sonesuke deleted the feat/realtime-log-output branch April 4, 2026 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants