Commit Graph

3 Commits

Author SHA1 Message Date
佐藤優一 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
Yijia Xiao 26c5ba5a78
Revert "Docker support and Ollama support (#47)" (#57)
This reverts commit 78ea029a0b.
2025-06-26 00:07:58 -04:00
Geeta Chauhan 78ea029a0b
Docker support and Ollama support (#47)
- Added support for running CLI and Ollama server via Docker
- Introduced tests for local embeddings model and standalone Docker setup
- Enabled conditional Ollama server launch via LLM_PROVIDER
2025-06-25 23:57:05 -04:00