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

    Properties

    diagnostics

    readonly diagnostics: readonly Diagnostic[]


    entries

    readonly entries: readonly TargetArtifactEntry[]


    hookEntries

    readonly hookEntries: readonly TargetHookEntry[]


    kinds

    readonly kinds: readonly InspectionComponentKindReport[]

    Every canonical component kind with this target's judgment and counts, in kind order.


    selected

    readonly selected: readonly InspectionSelectedComponent[]

    Components this target emits, in the same deterministic order as skipped.


    skipped

    readonly skipped: readonly InspectionSkippedComponent[]


    target

    readonly target: string