For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/interfaces/api.RouteProvenance.md.
  • 简体中文
  • Interface: RouteProvenance

    Where a compiled route came from. This release only compiles conventional filesystem routes; the relative path is the route's portable identity, so graphs digest identically regardless of where the project is checked out.

    Properties

    kind

    readonly kind: "conventional"


    relativePath

    readonly relativePath: string

    Project-relative POSIX path of the route module.