You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Binary size — drop ~125 MB from the bundled binary (#548). Stubs @kamino-finance/kliquidity-sdk with a 50-LoC local package, removing Raydium (85 MB) + Orca (13 MB) + assorted DEX-adapter transit through kliquidity. Linux-x64 binary should drop from ~420 MB toward ~295 MB. Pairs naturally with the install-time patience guidance below.
Install-time agent guidance (#546). AGENTS.md gets three new subsections under the binary-installer path: patience expectations (1–10 min realistic download), no-fallback-to-npm-when-Node-was-confirmed-absent rule, and trust-the-installer's-auto-registration rule (don't manually edit settings.json / .mcp.json after). Caught a live Windows + Claude Code Desktop install regression where the agent bailed mid-download then flailed through five wrong-path attempts.
Roadmap maintenance — 9 backlog plans linked into ROADMAP and archived (#535), 6 tool-follow-up plans linked + archived (#533), all archived plan links retargeted to claude-work/archive/ (#534).
Included PRs
#533 — docs(roadmap): link 8 entries from claude-work tool-follow-up plans
#534 — docs(roadmap): retarget archived plan links to claude-work/archive/
#535 — docs(roadmap): link 9 backlog plans + archive their files
#546 — docs(agents): patience + no-fallback rules for the binary installer path
#548 — perf(deps): stub kliquidity-sdk — drop ~125 MB from bundled binary
Deliberately deferred
install.ps1 progress output (bytes/sec). Would help patience heuristics but is a separate code change; the AGENTS.md patience rules in #546 are the smaller fix.
The remaining items on the Tier-2 binary slim plan — #548 took the kliquidity-stub path; further trimming (e.g. Meteora dlmm) deferred until evidence of actual upload-failure pressure on the new ~295 MB baseline.
No tool-surface or runtime-behavior changes in this release. AGENTS.md is for the agent reading the install instructions, not the server runtime.