Member Junction
    Preparing search index...

    Shared fixture for the ai-skills bundle: the four skills + referenced FKs created/resolved in setup, plus the mutable teardown accumulators the checks append to (import checks create new skills that must be tracked). Deleted in FK-safe order: run steps+runs, grants, junctions, permissions, skills.

    interface AiSkillsFixture {
        AnyAction: NamedRef;
        BundledSubAgent: NamedRef;
        CreatedGrantIds: string[];
        CreatedJunctionRows: CreatedRow[];
        CreatedPermissionIds: string[];
        CreatedRunFixtures: CreatedRow[];
        CreatedSkillIds: string[];
        GrantTargetAgent: NamedRef;
        SkillActive: MJAISkillEntity;
        SkillAuto: MJAISkillEntity;
        SkillDeprecated: MJAISkillEntity;
        SkillOpen: MJAISkillEntity;
    }
    Index

    Properties

    AnyAction: NamedRef
    BundledSubAgent: NamedRef
    CreatedGrantIds: string[]
    CreatedJunctionRows: CreatedRow[]
    CreatedPermissionIds: string[]
    CreatedRunFixtures: CreatedRow[]
    CreatedSkillIds: string[]
    GrantTargetAgent: NamedRef
    SkillActive: MJAISkillEntity
    SkillAuto: MJAISkillEntity
    SkillDeprecated: MJAISkillEntity
    SkillOpen: MJAISkillEntity