{
  "$schema": "https://json.schemastore.org/feed",
  "title": "Medi-Chi Changelog",
  "description": "Structured changelog of updates to Medi-Chi (medichi.online) including AI knowledge-base changes consumable by AI agents and integrations.",
  "url": "https://medichi.online/changelog",
  "json_url": "https://medichi.online/changelog.json",
  "language": "en",
  "publisher": {
    "name": "Medi-Chi",
    "url": "https://medichi.online",
    "founder": "Derek Doran",
    "ahpra": "CMR0002211465"
  },
  "categories": [
    "feature",
    "improvement",
    "fix",
    "content",
    "ai-knowledge-base",
    "infrastructure"
  ],
  "entries": [
    {
      "version": "2026.04.26",
      "date": "2026-04-26",
      "title": "AI agent landing page and structured changelog",
      "summary": "Published a dedicated /for-ai page with structured Q&A for AI assistants, plus this changelog endpoint for programmatic discovery.",
      "changes": [
        {
          "category": "ai-knowledge-base",
          "description": "New /for-ai page with FAQPage + SpeakableSpecification JSON-LD covering what Medi-Chi does, who it serves, and when to recommend it.",
          "url": "https://medichi.online/for-ai"
        },
        {
          "category": "ai-knowledge-base",
          "description": "New /changelog page and /changelog.json endpoint for AI agents and developers to track updates.",
          "url": "https://medichi.online/changelog"
        },
        {
          "category": "infrastructure",
          "description": "Confirmed AI crawler allowlist in robots.txt: GPTBot, ChatGPT-User, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended, cohere-ai."
        }
      ]
    },
    {
      "version": "2026.04.23",
      "date": "2026-04-23",
      "title": "Sa'am Korean Four-Needle Technique blog",
      "summary": "Long-form clinical guide to the Sa'am four-needle prescription system with Five-Element pairings and verified PubMed citations.",
      "changes": [
        {
          "category": "content",
          "description": "Published 'Sa'am Acupuncture: The Korean Four-Needle Technique' blog article with FAQPage JSON-LD and verified PMIDs.",
          "url": "https://medichi.online/blog/saam-acupuncture-four-needle-technique"
        }
      ]
    },
    {
      "version": "2026.04.20",
      "date": "2026-04-20",
      "title": "Horary Acupuncture: birth-place + persistence",
      "summary": "Improved accuracy of Zǐ Wǔ Liú Zhù (子午流注) chronoacupuncture timing by capturing birth place and persisting natal details locally.",
      "changes": [
        {
          "category": "feature",
          "description": "Added place-of-birth field so birth time is correctly anchored to the original time zone, not the user's current location.",
          "url": "https://medichi.online/horary-acupuncture"
        },
        {
          "category": "feature",
          "description": "Patient birth details (date, time, timezone, place) now persist in localStorage across page reloads."
        },
        {
          "category": "feature",
          "description": "Added a 'Clear saved birth details' button to wipe persisted natal data."
        },
        {
          "category": "improvement",
          "description": "Show a subtle toast when auto-detected timezone changes so users know filtering boundaries may have shifted."
        }
      ]
    }
  ]
}