{
    "version": "1.0",
    "rules": [
        {
            "if": "user wants to find Hytale server",
            "then": "browse directory or use /api/search",
            "priority": "high"
        },
        {
            "if": "user wants to list own server",
            "then": "login via Google OAuth, then /add-community",
            "priority": "high"
        },
        {
            "if": "user wants to vote",
            "then": "login required, 48h cooldown per server",
            "priority": "medium"
        },
        {
            "if": "user wants server statistics",
            "then": "use /ai/benchmarks.json",
            "priority": "medium"
        },
        {
            "if": "AI agent wants structured data",
            "then": "use /ai/servers.json or /api/search",
            "priority": "high"
        },
        {
            "if": "AI agent wants site overview",
            "then": "use /llms.txt or /ai/summary.json",
            "priority": "high"
        }
    ],
    "generated": "2026-09-18T19:02:59+00:00"
}