Japanese version: ICriticalOperationGate
ICriticalOperationGate
Responsibility
Define the fail-closed pre-inference boundary for destructive, persistent, privileged, or external side-effect operations.
Key Members (Draft)
| Member | Type | Description |
|---|---|---|
EvaluateAsync |
ValueTask<CriticalOperationGateResult> |
Evaluate a deterministic CriticalOperationProfile and return an admissibility decision plus required mitigations. |
Related Use Cases
See ../../use-cases/AIKernel_UseCaseCatalog.md for governance and admission-control references.
Notes
- Implementations must not execute side effects while evaluating the profile.
- Unsupported or unknown operations must terminate through deny, clarify, no-execution, or explicit mitigation requirements.
Changelog
- v0.0.5 (2026-06-05): Added pre-inference critical-operation gate contract.
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/governance/ICriticalOperationGate.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/governance/ICriticalOperationGate.md