Bundled CLI sample

Inspect a sample scenario patch.

This view shows the same checkout retry that asp demo writes in a temporary directory.

Terminal recording
$ asp demo
Demo uses bundled sample data only. Nothing was sent or recorded.
Wrote /tmp/asp-demo-4821/checkout-flow.yml
Wrote /tmp/asp-demo-4821/checkout-flow.md

Markdown and YAML files

Card data is already masked. The saved order_id appears in the second request.

checkout-flow.md✓ sample output
# Checkout retry (sample)

## 1. `POST` `/v1/orders`
Request body: card_number: "${REDACTED_CARD}"
Response: **201**
Extracted: `${order_id}`

## 2. `GET` `/v1/orders/${order_id}`
Response: **200**