CLI 0.5.5: banner tagline to money-movement positioning - #110
Merged
Merged
Conversation
…ning The site now says 'The agentic OS for money movement in Latin America' (codespar-web #553) while the CLI banner still printed the old commerce line. Aligns banner, package description and VERSION; lockfile synced. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
fabianocruz
added a commit
that referenced
this pull request
Jul 4, 2026
… Python (#112) Rebase of the pre-reboot `feat/agentic-receipt-type` work onto current main (only this commit was new; the CLI 0.5.x commits below it already landed via #110). Publishes the canonical agentic receipt type so SDK consumers can type what `codespar_ledger action=receipt` returns: mandate -> quote -> payment -> delivery, tamper-evident chain hash, settle-time exceptions. Rail-agnostic structure; only the delivery proof artifact differs (NF-e + Pix endToEndId vs the x402 resource response). - @codespar/types: `AgenticReceipt`, `ReceiptException`, `LedgerReceiptResult`, `LedgerReceiptsResult`; `LedgerArgs` gains `receipt`/`receipts` actions + `receipt_id`/`consumer_id`/`limit`. Bump 0.10.14 -> 0.10.15 (manifest in lockstep). - Python mirror: same dataclasses + extended `LedgerAction`, re-exported from `codespar.__init__`. Verified against current main: tsc build, 101 vitest, mypy --strict clean, 77 pytest, ruff clean. NOT published to npm (OIDC publish ceremony runs separately). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns the CLI with the site redesign (codespar-web #553):
After merge: tag
v0.5.5-clito publish via the OIDC flow.🤖 Generated with Claude Code