mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-21 16:00:49 +00:00
The 0.14.0 proxy gained hard deps on anyllm_pxpipe, anyllm_rtk, and the anyllm_optimize_* crates, none of which the publish job uploaded. Since none exist on crates.io, cargo publish -p anyllm_proxy would fail on the missing deps, and the exit-101 guard (cargo returns 101 for nearly all errors) masked it as "already published" - proxy never landed while the job stayed green. Add publish steps for pxpipe, rtk, optimize_core/passes/scorer in dependency order before anyllm_proxy, and document the invariant in CLAUDE.md so future leaf crates get added here too. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>