{
  "schema_version": "0.1",
  "name": "mainbranch",
  "description": "Free open-source infrastructure for AI-assisted businesses. Durable operating memory, local-first files, and agents that read before they answer.",
  "homepage": "https://mainbranch.run",
  "repo": "https://github.com/noontide-co/mainbranch",
  "docs": "https://mainbranch.run/docs/",
  "license": "MIT",
  "install": "pipx install mainbranch",
  "skills": [
    { "name": "mb-start",   "command": "mb-start",   "description": "Daily entry. Reads repo facts and routes to the next useful business move.", "docs": "https://mainbranch.run/docs/commands/mb-start/" },
    { "name": "mb-status",  "command": "mb-status",  "description": "Shows readiness, drift, recent work, MoneyPath, and ranked actions.", "docs": "https://mainbranch.run/docs/#command-registry" },
    { "name": "mb-think",   "command": "mb-think",   "description": "Researches, decides, and codifies durable context.", "docs": "https://mainbranch.run/docs/#command-registry" },
    { "name": "mb-ads",     "command": "mb-ads",     "description": "Plans paid creative with operator review before spend.", "docs": "https://mainbranch.run/docs/#command-registry" },
    { "name": "mb-organic", "command": "mb-organic", "description": "Plans organic content from strategy, proof, research, and decisions.", "docs": "https://mainbranch.run/docs/#command-registry" },
    { "name": "mb-site",    "command": "mb-site",    "description": "Plans pages and site readiness from owned context.", "docs": "https://mainbranch.run/docs/#command-registry" },
    { "name": "mb-doctor",  "command": "mb-doctor",  "description": "Inspects setup, runtime wiring, drift, and repair plans.", "docs": "https://mainbranch.run/docs/#command-registry" },
    { "name": "mb-update",  "command": "mb-update",  "description": "Checks version state and applies updates after approval.", "docs": "https://mainbranch.run/docs/#command-registry" },
    { "name": "mb-end",     "command": "mb-end",     "description": "Closes the session, crystallizes lessons, and checkpoints approved progress.", "docs": "https://mainbranch.run/docs/#command-registry" }
  ],
  "agent_protocol_links": [
    { "rel": "describedby", "type": "text/markdown",        "href": "/llms.txt" },
    { "rel": "describedby", "type": "application/json",     "href": "/.well-known/agent-skills/index.json" }
  ]
}
