{
  "version": "0.1",
  "site": {
    "name": "The Quiet Arrival",
    "url": "https://thequietarrival.com",
    "description": "Slow-living digital products for tired bodies — printable journals, calm phone wallpapers, permission slips, and a free seven-day softening practice."
  },
  "actions": [
    {
      "id": "subscribe-newsletter",
      "type": "form",
      "description": "Subscribe to The Slow Week Ahead newsletter and receive the free 7-day Seven Days of Softening welcome series by email.",
      "selector": "form#hero-form",
      "method": "POST",
      "fulfillment": "off-site",
      "fulfillment_provider": "Substack",
      "params": [
        {"name": "email", "type": "email", "required": true, "description": "Subscriber email address"}
      ],
      "result": "Subscriber receives a confirmation email; access to the free 7-day welcome series begins immediately."
    },
    {
      "id": "purchase-product",
      "type": "navigation",
      "description": "Begin checkout for a digital product. Redirects through /go/<slug> to Gumroad-hosted checkout.",
      "selector": "a.hero-cta[data-mcp-action='purchase-product']",
      "fulfillment": "off-site",
      "fulfillment_provider": "Gumroad",
      "params": [
        {"name": "product-slug", "type": "string", "required": true, "from_attr": "data-mcp-product-slug"},
        {"name": "price", "type": "number", "required": true, "from_attr": "data-mcp-price"},
        {"name": "currency", "type": "string", "required": true, "default": "USD"}
      ],
      "result": "Agent is handed off to Gumroad checkout. Payment + delivery is fulfilled by Gumroad. Buyer receives instant download link via email + Gumroad library access."
    },
    {
      "id": "browse-catalog",
      "type": "navigation",
      "description": "Browse the full library of 12 digital products organized by tier (anchor / bundles / core / companions / lite / free).",
      "url": "https://thequietarrival.com/products/"
    },
    {
      "id": "read-journal",
      "type": "navigation",
      "description": "Read the journal — slow-living essays mirroring The Slow Week Ahead newsletter.",
      "url": "https://thequietarrival.com/journal/"
    },
    {
      "id": "contact-founder",
      "type": "navigation",
      "description": "Contact The Quiet Arrival by email for support, partnerships, or press.",
      "url": "https://thequietarrival.com/contact/",
      "fulfillment": "email",
      "params": [
        {"name": "to", "type": "email", "default": "hello@thequietarrival.com"}
      ]
    }
  ],
  "notes": [
    "All paid checkouts are fulfilled by Gumroad (off-domain). Agents must follow the /go/<slug> 307 redirect to complete payment.",
    "Newsletter subscription is fulfilled by Substack (off-domain).",
    "Existing structured data: Schema.org Organization, WebSite, Brand, Product, Offer (with shippingDetails + hasMerchantReturnPolicy), FAQPage, Article, BreadcrumbList, ItemList, ProfilePage, Person."
  ]
}
