feat(sell): add storefront branding profile and /api/storefront.json#663
Open
HananINouman wants to merge 6 commits into
Open
feat(sell): add storefront branding profile and /api/storefront.json#663HananINouman wants to merge 6 commits into
HananINouman wants to merge 6 commits into
Conversation
Let operators set display name, tagline, and logo via `obol sell storefront` independent of ServiceOffers. Controller publishes /api/storefront.json; the public storefront consumes it for header, metadata, OG image, and favicon. Co-authored-by: Cursor <cursoragent@cursor.com>
Add a dedicated x402/obol-storefront-profile informer so controller republishes storefront.json on branding changes. Wrap fetchStorefront/ fetchServices in React.cache(), use ProfileNamespace for profile reads, and log marshal failures. Co-authored-by: Cursor <cursoragent@cursor.com>
Always show "Agent services" as the page title; use profile tagline in the hero and displayName in the custom header so seller name is not duplicated. Co-authored-by: Cursor <cursoragent@cursor.com>
Move displayName, tagline, and logoUrl into the public catalog, remove the separate storefront.json route, and configure branding via obol sell info. Co-authored-by: Cursor <cursoragent@cursor.com>
feat(sell): embed seller branding in /api/services.json envelope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Operators set display name, tagline, and logo with obol sell info set, independent of individual ServiceOffers. The controller publishes those fields in the /api/services.json catalog envelope, and the public storefront reads them for the header, metadata, OG image, and favicon.
Summary
What changed:
Why it matters:
Risk level:
Commit under test:
Base branch:
Scope
Validation
CI checks:
Unit tests:
Integration tests:
Flow tests:
Release smoke:
Live Chain Evidence
Do not include private keys, seed phrases, passwords, hostnames, personal paths, or raw bearer tokens.
Network:
RPC/provider:
Facilitator:
Contracts and tokens:
Wallet roles:
Balances:
Transaction receipts:
Runtime Evidence
QA environment:
Images:
Kubernetes / stack:
Model and routing:
Artifacts and logs:
Demo readiness:
Review Notes
Known gaps:
Follow-ups:
Reviewer focus: