Fixed
- CLI test app fixes: Fixed broken symlinks in CLI test documents, corrected
--formatto--output-formatflag usage, fixed multipart form field name (file=→files=) in serve tests, and rewrote MCP test to use JSON-RPC stdin protocol instead of background process detection. - Publish idempotency check scripts: Fixed
check_nuget.shandcheck-nuget-version.shusing bash 4+${var,,}syntax incompatible with bash 3.x. Fixedcheck_pypi.shandcheck_packagist.shwriting to$GITHUB_OUTPUTinternally instead of stdout. Fixedcheck-rubygems-version.shfalse negatives for native gems by switching fromgem searchto RubyGems JSON API. Fixedcheck-rubygems-version-python.shPython operator precedence bug. Fixedcheck-maven-version.shusing unreliable Solr search API.
Changed
- CLI install with all features: CLI test install script now uses
--all-featuresflag. - Publish workflow republish support: Added
republishinput to publish workflow for clean retag + full republish. - C# lint exclusion: Excluded test_apps from C# lint script to avoid chicken-and-egg NuGet version resolution failures.
See CHANGELOG.md for full details.