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

    Extends

    Properties

    artifact?

    readonly optional artifact?: string

    Inherited from

    ListHooksOptions.artifact


    configPath?

    readonly optional configPath?: string

    Inherited from

    ListHooksOptions.configPath


    hook

    readonly hook: string


    input

    readonly input: Record<string, unknown>


    logger?

    readonly optional logger?: StructuredLogger

    Inherited from

    ListHooksOptions.logger


    mode?

    readonly optional mode?: string

    Inherited from

    ListHooksOptions.mode


    registry?

    readonly optional registry?: TargetRegistry

    Advanced adapter registry used for every source, artifact, and runtime operation.

    Inherited from

    ListHooksOptions.registry


    root

    readonly root: string

    Inherited from

    ListHooksOptions.root


    target

    readonly target: string

    Overrides

    ListHooksOptions.target


    targets?

    readonly optional targets?: readonly string[]

    Inherited from

    ListHooksOptions.targets