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/test.TestableScriptDescriptor.md.
  • 简体中文
  • Interface: TestableScriptDescriptor

    One conventional src/scripts/<name> module the script-dispatch level can run. rendered is the extension contract (#102 stage 3): .tsx/.jsx scripts render through the Agent renderer, everything else is a plain executable module. Explicit scripts: configuration entries are bundled entries rather than routes, so they never appear here.

    Properties

    name

    readonly name: string

    The path-derived script name (script:verify -> verify).


    relativePath

    readonly relativePath: string

    Project-relative POSIX path of the script module.


    rendered

    readonly rendered: boolean


    routeId

    readonly routeId: string


    source

    readonly source: string

    Absolute script module path.