🌈 jup.sh docs

jup.sh 0.1.0-alpha.8 Draft Release Notes

Status: draft.

v0.1.0-alpha.8 is planned as a design checkpoint for the future transaction request boundary.

The main addition is a Transaction Request Skeleton:

intent -> policy -> quote -> review or ready_for_authorization
       -> future Solana Pay transaction request
       -> wallet signing boundary

This draft does not add transaction creation. It documents the next contract before implementation so the wallet-facing boundary stays explicit.

What This Draft Adds

Why This Matters

jup.sh is moving toward a wallet-facing authorization path, but the current alpha is still quote-only and review-only.

The skeleton keeps the product boundary clear:

Current Boundary

This draft is still a developer alpha design checkpoint. It does not change the runtime CLI behavior. The current published CLI still stops at local intent creation, policy decisioning, quote evidence, local persistence, and Risk Review handoff.

The npm alpha package remains jup-sh@0.1.0-alpha.7 until a runtime release is prepared. This draft can be merged as documentation without changing the published npx jup-sh@alpha behavior.

Not Included

Verification

Run the current project checks:

npm run check

For a full implementation release, continue to use:

npm run release:check

The transaction request skeleton is documentation-only and should not be treated as payment execution support.