Commit Graph

2 Commits

Author SHA1 Message Date
佐藤優一 850764ad7b Apply Black formatting to pass CI checks
- Formatted 33 Python files with Black
- Fixed code style to meet project standards
- Ensures CI/CD pipeline passes formatting checks
2025-08-10 23:25:04 +09:00
佐藤優一 4361ed19e4 Add comprehensive testing and CI/CD infrastructure
- Set up complete testing framework with pytest and coverage
- Add GitHub Actions workflows for CI/CD (PR, main, release pipelines)
- Configure code quality tools (Black, Ruff, mypy, bandit, safety)
- Implement post-tool hooks for automatic code validation
- Add subagent definitions for specialized domain tasks
- Update documentation with testing and CI/CD guidelines

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 22:43:36 +09:00