Commit Graph

5 Commits

Author SHA1 Message Date
Oleksandr Kozachuk dc7864efe1 makefile: deploy + backup are phony targets — deploy/ dir shadowed them (make said up to date, ran nothing) 2026-07-15 19:21:28 +02:00
Oleksandr Kozachuk 4166520923 ops: consistent rotated db backups + cron, consecutive-api-error staff alert 2026-07-13 18:25:01 +02:00
Oleksandr Kozachuk 8a19c35353 deploy foundation: push-based deploy.sh, spec-007, v3.0.0 2026-07-13 15:06:38 +02:00
Oleksandr Kozachuk 1879992b22 move to uv pyproject, drop setup.py/requirements/pytest.ini 2026-07-13 12:51:53 +02:00
ok fbec05dfe9 Fix hanging test and establish comprehensive development environment
- Fix infinite retry loop in ai_responder.py that caused test_fix1 to hang
- Add missing picture_edit parameter to all AIResponse constructor calls
- Set up complete development toolchain with Black, isort, Bandit, and MyPy
- Create comprehensive Makefile for development workflows
- Add pre-commit hooks with formatting, linting, security, and type checking
- Update test mocking to provide contextual responses for different scenarios
- Configure all tools for 140 character line length and strict type checking
- Add DEVELOPMENT.md with setup instructions and workflow documentation

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-08 19:07:14 +02:00