🌈 jup.sh docs

jup.sh 0.1.0-alpha.9 Draft Release Notes

Status: draft.

v0.1.0-alpha.9 is planned as the first runtime checkpoint after the transaction request skeleton. It starts the durable-state path with a local read-only Intent API and a smaller lifecycle status summary.

This draft still does not add signing, swap execution, transaction request generation, review decision persistence, or payment settlement.

What This Draft Adds

Why This Matters

The complete payment version needs durable intent state before review decisions, transaction requests, wallet authorization, or receipts can be safe.

This checkpoint does not solve durability yet. It creates the first explicit runtime boundary around lifecycle status:

local intent store -> status summary -> future hosted intent API

That keeps later phases additive:

Current Boundary

The local API reads the same local intent store as the CLI. It does not create intents, mutate review state, build transactions, submit transactions, or confirm settlement.

The npm alpha package remains jup-sh@0.1.0-alpha.7 until a runtime release is prepared and published.

Not Included

Verification

Run:

npm run release:check

The release gate now includes: