Files
hanzo-dev e632401bc5 ci: drop legacy deploy.yml (superseded by cicd.yml); make ruff green
- Remove .github/workflows/deploy.yml — the canonical build+test+deploy path
  is cicd.yml (imports hanzoai/ci build.yml@v1, reads hanzo.yml). One way to
  build. The old Docker workflow called hanzoai/.github docker-build.yml and
  failed at 0s.
- prompt_queue_persist_test.py: drop the 4 diagnostic prints (T201); pytest
  reports pass/fail and the standalone runner raises on failure.
- zen_video_adapter.py: remove unused json/asyncio imports (F401).
2026-07-03 15:13:51 -07:00
..