Add Afore as reference publisher example (travel/editorial)#15
Open
mikeslone wants to merge 4 commits into
Open
Add Afore as reference publisher example (travel/editorial)#15mikeslone wants to merge 4 commits into
mikeslone wants to merge 4 commits into
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Jun 18, 2026
mindpower
reviewed
Jun 26, 2026
| { | ||
| "identifier": "urn:air:afo.re:server:travel-mcp", | ||
| "displayName": "Afore Travel House MCP Server", | ||
| "type": "application/mcp-server+json", |
Collaborator
There was a problem hiding this comment.
-> mcp-server-card+json
| { | ||
| "identifier": "urn:air:afo.re:api:public-rest", | ||
| "displayName": "Afore Public REST API", | ||
| "type": "application/openapi+yaml", |
Collaborator
There was a problem hiding this comment.
This type is not yet in the official spec, It may fail the conformance test.
Is this the registry API endpint? You can use application/ai-registry instead.
| { | ||
| "identifier": "urn:air:afo.re:dataset:global-places", | ||
| "displayName": "Afore Global Places Catalog", | ||
| "type": "application/json", |
Collaborator
There was a problem hiding this comment.
type : application/json --> application/ai-catalog+jspn
| { | ||
| "identifier": "urn:air:afo.re:feed:journal-rss", | ||
| "displayName": "Le Journal RSS Feed", | ||
| "type": "application/rss+xml", |
Collaborator
There was a problem hiding this comment.
This rss+xml type is not supported.
| { | ||
| "identifier": "urn:air:afo.re:sitemap:image-index", | ||
| "displayName": "Afore Image Sitemap", | ||
| "type": "application/xml", |
Collaborator
There was a problem hiding this comment.
This type is also not supported.
| { | ||
| "identifier": "urn:air:afo.re:policy:llms-txt", | ||
| "displayName": "Afore llms.txt \u2014 AI policy & resource index", | ||
| "type": "text/plain", |
Collaborator
There was a problem hiding this comment.
This type is not supported.
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.
Summary
Adds Afore — A Travel House (afo.re) as a reference publisher in the travel/editorial vertical, complementing existing publisher listings in issues #11–#14.
Changes
conformance/examples/publishers/afore-travel-house.md— integration stack, discovery URLs, sample queriesconformance/examples/publishers/afore-ai-catalog.snapshot.json— point-in-time catalog export (live catalog is authoritative athttps://afo.re/.well-known/ai-catalog.json)conformance/README.mdAfore catalog highlights
updatedAt, ETag/Last-Modified, CORStrustManifestwithdid:web:afo.reand policy attestationsconformance-test manifest(PASS)Happy to adjust format/naming to match maintainer preferences.
Made with Cursor