{
    "specVersion": "0.1",
    "host": {
        "name": "tancode",
        "domain": "tancode.dev",
        "description": "tancode is an independent software studio building mobile apps, games and web platforms with Flutter, PHP and ASP.NET Core. AÖF Pusula, Aklımda Ne Var?, Neon Fit, SQA and more.",
        "url": "https://tancode.dev/",
        "contact": {
            "email": "ahmetaytanozu@gmail.com"
        }
    },
    "entries": [
        {
            "identifier": "urn:air:tancode.dev:content:llms-txt",
            "displayName": "tancode: overview (llms.txt)",
            "description": "Who tancode is and the list of apps, games and websites with one-line summaries and links.",
            "type": "text/plain",
            "url": "https://tancode.dev/llms.txt",
            "representativeQueries": [
                "who is tancode",
                "apps by Ahmet Aytanözü",
                "tancode portfolio"
            ]
        },
        {
            "identifier": "urn:air:tancode.dev:content:llms-full",
            "displayName": "tancode: full project descriptions",
            "description": "Every project with summary, description, highlights, technologies, platforms and store links in one Markdown file.",
            "type": "text/plain",
            "url": "https://tancode.dev/llms-full.txt",
            "representativeQueries": [
                "what is AÖF Pusula",
                "what is Hazine Avı",
                "what is Night Train",
                "what is Aklımda Ne Var?"
            ]
        },
        {
            "identifier": "urn:air:tancode.dev:content:markdown-pages",
            "displayName": "tancode: any page as Markdown",
            "description": "Every HTML page returns Markdown when requested with \"Accept: text/markdown\" or with a .md suffix (for example /projects/<slug>.md).",
            "type": "text/markdown",
            "url": "https://tancode.dev/index.md",
            "representativeQueries": [
                "tancode projects list",
                "details of a tancode app"
            ]
        },
        {
            "identifier": "urn:air:tancode.dev:data:projects-json",
            "displayName": "Project catalogue (JSON)",
            "description": "Machine-readable list of projects: slug, title, type, status, year, stack, platforms, store links and images.",
            "type": "application/json",
            "url": "https://tancode.dev/api/projects.json",
            "representativeQueries": [
                "tancode apps json",
                "list of tancode games"
            ]
        },
        {
            "identifier": "urn:air:tancode.dev:api:catalog",
            "displayName": "API catalogue and OpenAPI description",
            "description": "RFC 9727 link set pointing to the OpenAPI description of the read-only JSON endpoint and to the tancode-projects skill.",
            "type": "application/linkset+json",
            "url": "https://tancode.dev/.well-known/api-catalog",
            "representativeQueries": [
                "tancode api",
                "how to read tancode projects programmatically"
            ]
        },
        {
            "identifier": "urn:air:tancode.dev:index:sitemap",
            "displayName": "Sitemap",
            "description": "All public pages with last-modified dates and project images.",
            "type": "application/xml",
            "url": "https://tancode.dev/sitemap.xml",
            "representativeQueries": [
                "tancode sitemap",
                "all pages"
            ]
        }
    ]
}