- 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>
This reverts commit 78ea029a0b.
78ea029a0b
- 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