{
  "version": "v36",
  "name": "VIWI MX Public Assistant Context",
  "status": "AI integration pending / future layer",
  "description": "Public reusable context prepared for a future VIWI IA Assistant. No API keys, no providers, no live chat integration.",
  "available_public_routes": [
    "/",
    "/set-location",
    "/vendors/",
    "/offers/",
    "/ofertas/",
    "/restaurantes/",
    "/tiendas/",
    "/servicios/"
  ],
  "categories": [
    {
      "key": "restaurantes",
      "label": "Restaurantes",
      "intent_hint": "buscar comida, restaurantes y opciones para comer cerca"
    },
    {
      "key": "tiendas",
      "label": "Tiendas",
      "intent_hint": "buscar tiendas locales, compras y productos cercanos"
    },
    {
      "key": "servicios",
      "label": "Servicios",
      "intent_hint": "buscar servicios profesionales, hogar y apoyo local"
    },
    {
      "key": "ofertas",
      "label": "Ofertas",
      "intent_hint": "ver promociones, descuentos y destacados"
    },
    {
      "key": "vendors",
      "label": "Todos",
      "intent_hint": "explorar negocios y opciones disponibles"
    }
  ],
  "future_assistant_intents": [
    "buscar restaurantes cerca",
    "ver ofertas",
    "cambiar ubicación",
    "recomendar servicios",
    "explicar cómo funciona VIWI",
    "ayudar a un negocio a registrarse",
    "orientar a repartidores o colaboradores",
    "mostrar categorías disponibles"
  ],
  "guardrails": [
    "Do not present demo listings as real businesses.",
    "Do not call external AI APIs from this manifest.",
    "Do not expose secrets.",
    "Use this only as public context for a future assistant layer."
  ],
  "next_layer": "V37/V38 real listings bridge and future VIWI IA Assistant integration"
}
