mirror of
https://github.com/trycua/computer.git
synced 2026-01-01 19:10:30 -06:00
Clean up all debug output added during investigation: 1. bump-version.yml: - Removed "Verify agent version output" debug step - Kept essential "Agent version: X.X.X" output 2. pypi-publish-agent.yml: - Removed extensive "Version Determination Debug" output - Simplified to show only "Agent version: X.X.X" - Kept error messages for production debugging - Removed "Verify prepare job outputs" debug step 3. pypi-reusable-publish.yml: - Removed all debug output from "Verify version consistency" - Kept the core version validation logic - Script errors will still be visible if check fails All workflows now have clean, production-ready logging while maintaining the fixes from PR #598. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>