openlatch-client 0.1.18

OpenLatch runtime enforcement node — the capture-and-enforce client for the AI Operations Platform
// AUTO-GENERATED by build.rs from schemas/enums.schema.json x-known-values.
// DO NOT EDIT — changes will be overwritten on next build.

pub const SCHEMA_HOOK_EVENT_TYPES: &[&str] = &[
    "pre_tool_use",
    "post_tool_use",
    "user_prompt_submit",
    "notification",
    "stop",
    "subagent_stop",
    "pre_compact",
    "session_start",
    "session_end",
    "config_change",
    "instructions_loaded",
    "file_changed",
];

pub const SCHEMA_AGENT_TYPES: &[&str] = &[
    "claude-code",
    "cursor",
    "windsurf",
    "github-copilot",
    "codex-cli",
    "gemini-cli",
    "cline",
    "openclaw",
];