46267b6e26
- Fix homeassistant MCP sidecar command by removing incorrect module specification - Add init container for antigravity IDE to create /config/userdata directory - Bump chart version to 0.2.2 The homeassistant sidecar was failing with "File not found: /app/ha_mcp.main" because fastmcp should run without explicit module specification. The antigravity IDE was failing to initialize due to missing /config/userdata directory. Added an init container to ensure the directory exists with proper permissions before the main container starts. Generated with Claude Code via Happy Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>