935fa83b93
DeployResult struct fields were serializing as PascalCase (Success, Messages, Errors) but the TypeScript frontend expected camelCase (success, messages, errors). Adding json:"..." tags fixes the mismatch.