/** * Codex HostCapabilities — Multi-Host Core Design §9.0 + §18 (source-level verified) * * Codex 는 1원칙 (Claude reference) 의 등가 확장 host. schema-level 에서 7/7 supported. * 단, secret-filter 는 PostToolUse `hookSpecificOutput.updatedMCPToolOutput` 이 MCP tool 한정이므로 * partial. 일반 shell/edit tool 의 결과 redact 는 미보장 — PreToolUse 가드 유지로 mitigation. * * source-of-truth: codex-rs/hooks/schema/generated/* (Apache-2.0). spec §17/§18 이 박제한 검증 결과. */ import type { HostCapabilities } from '../core/trust-layer-intent.js'; export declare const codexCapabilities: HostCapabilities;