# Baci Storefront

> This domain serves a merchant storefront powered by Baci. The content here is primarily for catalog discovery, product detail understanding, customer policies, and shopping flows.

This file is domain-specific for a Baci-powered storefront and focuses on public shopping and customer self-service pages.

## Primary
- [Home](https://ogabassey.com/index.html.md): Markdown mirror of the storefront homepage and main shopping paths
- [Sitemap](https://ogabassey.com/sitemap.xml): Canonical inventory of category, product, and supporting pages
- [Cart](https://ogabassey.com/cart): Active shopping cart
- [Checkout](https://ogabassey.com/checkout): Live checkout flow; treat as read-only unless explicitly asked to purchase
- [Track Order](https://ogabassey.com/track-order): Order lookup and fulfillment tracking
- [Account](https://ogabassey.com/account): Customer account entry point
- [Wishlist](https://ogabassey.com/wishlist): Saved products
- [Reviews](https://ogabassey.com/reviews): Customer review surface
- [Blog](https://ogabassey.com/blog): Merchant editorial and content marketing

## Read-Only Guidance
- Safe default reads are the homepage, sitemap, category pages, product pages, blog, and policy pages on the current host.
- Treat `/cart`, `/checkout`, `/account`, and any POST-capable customer flow as stateful surfaces.
- Do not submit checkout, login, account updates, or wallet actions unless the user explicitly asks.

## Route Patterns
- https://ogabassey.com/{category}: Category listing pages
- https://ogabassey.com/{category}/{productSlug}: Canonical product detail pages
- https://ogabassey.com/products/{productSlug}: Legacy or fallback product route on some storefronts

## Machine-Readable Commerce
- [Agent Commerce Manifest](https://ogabassey.com/agent-commerce.json): Capabilities, API version, policy links, checkout base URL, and feed URLs
- [Agent Trust Readiness](https://ogabassey.com/agent-trust.json): Catalog parity, policy, support, and verified-image checks for recommendation safety
- [OpenAI Product Feed](https://ogabassey.com/feeds/openai.jsonl): Public JSONL catalog feed for crawler-friendly product discovery
- [Current Agent Product Feed](https://ogabassey.com/feeds/agent-products.jsonl): Current JSONL product feed with structured variant availability
- [Google Merchant XML Feed](https://ogabassey.com/feeds/google-merchant.xml): Public product feed for merchant catalog discovery
- [Facebook Catalog XML Feed](https://ogabassey.com/feeds/facebook.xml): Public Meta Facebook and Instagram catalog feed

## Guidance
- [Robots](https://ogabassey.com/robots.txt): Crawl policy for this storefront host
- [Full LLM Context](https://ogabassey.com/llms-full.txt): Expanded storefront guidance
- [Well-Known Alias](https://ogabassey.com/.well-known/llms.txt): Compatibility alias for clients that probe under /.well-known

## Optional
- [About](https://ogabassey.com/about.md): Markdown mirror of merchant background and trust content
- [Contact](https://ogabassey.com/contact.md): Markdown mirror of contact and support details
- [FAQ](https://ogabassey.com/faq.md): Markdown mirror of common customer questions
- [Terms](https://ogabassey.com/terms): Store policies and terms
- [Privacy](https://ogabassey.com/privacy): Store privacy notice


