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.InspectionComponentKindReport.md.
  • English
  • Interface: InspectionComponentKindReport

    The target's judgment of one canonical component kind, whether or not the project declares a component of that kind: capability is the host's own four-state row for the kind (absent for script, which needs no host surface, and for event-route, whose rows are per canonical event and travel on each component instead), and the counts are this target's selected and omitted components of the kind.

    Properties

    capability?

    readonly optional capability?: InspectionComponentCapability


    kind

    readonly kind: AgentComponentKind


    selected

    readonly selected: number


    skipped

    readonly skipped: number