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

    Properties

    diagnostics

    readonly diagnostics: readonly Diagnostic[]


    model

    readonly model: NormalizedPlugin


    output

    readonly output: object

    distPath

    readonly distPath: string


    plans

    readonly plans: readonly InspectionPlan[]


    projectContext

    readonly projectContext: ProjectContext


    selected?

    readonly optional selected?: object

    bundler?

    readonly optional bundler?: BundlerInspection

    hooks?

    readonly optional hooks?: readonly NormalizedHook[]

    routes?

    readonly optional routes?: CompiledRouteGraph

    skills?

    readonly optional skills?: readonly NormalizedSkill[]

    skillTreeLayouts?

    readonly optional skillTreeLayouts?: readonly object[]

    state?

    readonly optional state?: StateInspection


    state

    readonly state: "ready"