Member Junction
    Preparing search index...

    Shared fixture for the agent-skills-live bundle (SL1–SL5, live-model): the resolved IT: Probe Skill ID + the run IDs the checks create over real agent runs. Every AI Agent Run the bundle spawns (initial + any resumed) is accumulated here so teardown can FK-order-delete its steps, any MJ: AI Agent Requests rows, and the run itself. No skills/agents are mutated — the roster is seeded metadata, referenced read-only.

    interface AgentSkillsLiveFixture {
        CreatedRunIds: string[];
        ProbeSkillID: string;
    }
    Index

    Properties

    CreatedRunIds: string[]

    Every AI Agent Run this bundle created (initial + resumed), swept child-first in teardown.

    ProbeSkillID: string

    Resolved ID of the seeded 'IT: Probe Skill' (RequestedOnly, bundles Calculate Expression).