{
  "$schema": "./schemas/site.schema.json",
  "id": "portfolio",
  "title": "Neel Mistry Resume",
  "type": "portfolio-root",
  "status": "active",
  "publicPath": "/",
  "root": ".",
  "entrypoint": "index.html",
  "summary": "Resume-only root page for Neel Mistry with a separate /links route index for independent static project sites and explicit public paths.",
  "assetPolicy": {
    "stylesheets": [
      "style.css"
    ],
    "documents": [
      "Neel_Mistry_Resume.pdf"
    ],
    "pathStyle": "local root assets are relative; /links uses root-relative public route links and ../style.css"
  },
  "routing": {
    "cleanUrl": "/",
    "vercelSource": "index.html",
    "secondaryRoutes": [
      {
        "cleanUrl": "/links",
        "vercelSource": "links/index.html"
      }
    ]
  },
  "pages": [
    {
      "path": "index.html",
      "title": "Neel Mistry - Senior Software Engineer",
      "role": "resume-only root page"
    },
    {
      "path": "links/index.html",
      "title": "Public Links - Neel Mistry",
      "role": "public route index for root and independent subsite paths"
    }
  ],
  "contentRoots": [
    {
      "path": "AGENTS.json",
      "role": "machine-readable repo map for coding agents"
    },
    {
      "path": "vercel.json",
      "role": "deployment routing for root and subsites"
    }
  ],
  "maintenance": {
    "owner": "root portfolio",
    "editWhen": "resume facts, contact links, or public route metadata change",
    "doNotMoveWithoutRoutingChange": [
      "index.html",
      "links/index.html",
      "style.css",
      "Neel_Mistry_Resume.pdf"
    ]
  }
}
