{
  "schema_version": "v1",
  "name": "vibecode.town",
  "description": "Practical notes on AI coding agents, operating memory, source-backed publishing, and technical contracts.",
  "url": "https://vibecode.town",
  "author": {
    "name": "Hugh",
    "url": "https://github.com/yellowhama"
  },
  "capabilities": {
    "tools": [
      {
        "name": "list_posts",
        "description": "List all blog posts with title, date, tags",
        "endpoint": "/api/posts.json"
      },
      {
        "name": "read_post",
        "description": "Read full post content by slug",
        "endpoint": "/posts/{slug}/"
      }
    ]
  },
  "feeds": {
    "rss": "/rss.xml",
    "sitemap": "/sitemap-index.xml"
  },
  "links": {
    "github": "https://github.com/yellowhama/vibecode-blog",
    "docs": "https://vibecode.town/about"
  }
}
