vigiles API reference
    Preparing search index...

    Function codexSkillFired

    • Did Codex activate skill name on this run? Detected by the SKILL.md read — Codex has no discrete skill-selection event, so when a skill triggers the model reads its …/<name>/SKILL.md via a command_execution. Best-effort (a cached skill might not be re-read); for the trigger-rate fired predicate over Codex.

      Parameters

      • run: { toolCalls: readonly ToolCall[] }
      • name: string

      Returns boolean