TheCriners TheCrinersWebsites that get the next call

Technology · Work

Open-source contribution. Not a Lilly Protocol customer engagement. No commercial relationship is claimed.

Accepted engineering on a live multi-repo stack.

TheCriners contributed focused, merged pull requests across Lilly Protocol’s public repositories. This is accepted open-source work — tests, validation, hardening, configuration, documentation, and CI — not a claim that we designed or operate Lilly Protocol.

Overview

Lilly Protocol is an independent Stellar / Soroban project for agent wallets and settlement. Maintainers merged TheCriners pull requests in the TypeScript SDK, backend API, agent runtime, Soroban contract repo, and frontend. The product remains theirs. The merged patches are ours.

Where the work sat

Layers below are Lilly’s public stack. Labels mark repositories where TheCriners has merged contributions. We do not claim we operate the protocol or its live network.

  1. Frontend lily-frontend · viewport defaults, production header hardening
  2. Agent runtime agentlily-runtime · TaskRunner error and memory-append tests
  3. Backend API lily-backend · auth, idempotency, capability allowlist, quote math
  4. TypeScript SDK lily-sdk · payment-input validation, HTTP client, config defaults, docs
  5. Soroban contracts / CI lily-contracts · regression tests and reproducible Rust/Stellar builds
  6. Stellar / Soroban their network. Not a TheCriners deployment.

Technologies involved in the merged work: Agent runtime, Backend API, Frontend, Soroban contracts / CI, TypeScript SDK. TypeScript, Node.js, Rust, Cargo, and GitHub CI appear in those repositories. Wallet product surfaces and network rollout remain Lilly’s, not something this case study claims we shipped.

Representative merged contributions

Each row is a public GitHub pull request merged by Lilly Protocol maintainers. Descriptions are the verified contribution text from the internal evidence ledger.

LayerPull requestWhat landed
TypeScript SDKlily-sdk#188Added preflight validation for memo length/format, decimal amount precision/sign, and asset-code format, with validation tests.
Backend APIlily-backend#337Changed idempotency middleware so failed HTTP responses are not cached and replayed, with regression tests.
Backend APIlily-backend#381Mounted apiKeyAuth on mutating agent and payment routes when configured and expanded API-key tests.
Agent runtimeagentlily-runtime#322Updated TaskRunner error propagation and memory-append failure handling with corresponding runtime tests.
TypeScript SDKlily-sdk#552Added shared default timeout and retry constants, exported them, wired configuration resolution/client use, and added configuration tests.
TypeScript SDKlily-sdk#180Added SECURITY.md reporting policy, supported-version and response guidance, README link, and a policy test.
Backend APIlily-backend#366Corrected quote-fee and destination-amount math in applyStubFee and expanded payment tests.
Soroban contracts / CIlily-contracts#137Added rust-toolchain.toml to pin stable tooling and the wasm32v1-none component set.
Soroban contracts / CIlily-contracts#138Added --locked to Cargo Makefile/CI commands and documented stale-lockfile behavior.
Soroban contracts / CIlily-contracts#139Made strict tooling checks fail when required Rust/Stellar prerequisites are missing while preserving non-strict behavior.
TypeScript SDKlily-sdk#186Tested and documented preservation of path-prefixed baseUrl handling.
Frontendlily-frontend#140Disabled the production X-Powered-By response header and added a configuration test.

Full evidence ledger is internal. Unmerged or superseded PRs are not shown.

What this demonstrates

For shops

The same discipline on a website.

Look at the public facts. Make the next call obvious. Don’t invent the rest.