{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "meta": {
    "title": "LLM Friendly",
    "description": "Adds llms.txt and Markdown endpoints to WordPress for LLM-friendly content access.",
    "author": "Pavel Sherer",
    "categories": [
      "plugins",
      "editor"
    ]
  },
  "preferredVersions": {
    "php": "7.4",
    "wp": "6.0"
  },
  "login": true,
  "siteOptions": {
    "blogname": "LLM Friendly demo"
  },
  "landingPage": "/wp-admin/options-general.php?page=llm-friendly",
  "steps": [
    {
      "step": "setSiteOptions",
      "options": {
        "blogname": "LLM Friendly demo"
      }
    },
    {
      "step": "installPlugin",
      "pluginData": {
        "resource": "wordpress.org/plugins",
        "slug": "llm-friendly"
      },
      "options": {
        "activate": true
      }
    }
  ]
}
