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

    The capability counts the Workbench derives its navigation from, as the built artifact's inventory would list them: one instance per hook, MCP server, or script declaration per selected target it names (a hook shipped to two hosts counts twice; a declaration whose targets select none of the project's targets emits nothing and counts nothing), plus the declared Skills, eval suites, and targets.

    Properties

    evalSuites

    readonly evalSuites: number


    hooks

    readonly hooks: number


    mcpServers

    readonly mcpServers: number


    scripts

    readonly scripts: number


    skills

    readonly skills: number


    targets

    readonly targets: number