{
  "$comment": "Agentic Resource Discovery manifest (ARD spec v0.91, https://agenticresourcediscovery.org/spec/). Canonical path: /.well-known/ard.json; predecessor courtesy: /.well-known/ai-catalog.json; legacy root: /ai-catalog.json (all three serve this same document — see scripts/generate-ard.mjs). Source of truth lives here; do not edit the dist copies.",
  "entries": [
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:gitsocial.space:site:web",
      "displayName": "GitSocialSpace",
      "type": "text/html",
      "url": "https://gitsocial.space/",
      "description": "Developer intelligence platform: discovers engineers who share your stack, practices and pace from public GitHub activity, with evidence-based repository and developer passports.",
      "tags": ["developers", "github", "recruiting", "open-source", "developer-intelligence"],
      "capabilities": ["DeveloperDiscovery", "RepositoryPassport", "DeveloperPassport"],
      "representativeQueries": [
        "find developers who build like me",
        "show evidence-based analysis of a GitHub repository",
        "which engineers share my technology stack"
      ]
    },
    {
      "@context": "https://agenticresourcediscovery.org/context/v1",
      "identifier": "urn:air:gitsocial.space:catalog:llms-txt",
      "displayName": "GitSocialSpace agent catalog (llms.txt)",
      "type": "text/plain",
      "url": "https://gitsocial.space/llms.txt",
      "description": "Machine-readable catalog of GitSocialSpace: indexable pages, passport URL patterns, public JSON API endpoints, citation and freshness rules.",
      "tags": ["developers", "github", "catalog", "llms-txt"],
      "capabilities": ["CatalogListing", "SitemapIndex", "PassportApi"],
      "representativeQueries": [
        "list all indexable GitSocialSpace pages",
        "what is the URL pattern for a repository passport",
        "which public JSON APIs does GitSocialSpace expose"
      ]
    }
  ]
}
