AIKernel.NET
version: 0.0.2 / status: Refactor / edition: Draft / published: 2026-05-16 / updated: 2026-05-16

Japanese version: Index

prompt Interfaces

1. Responsibility Boundary

Prompt is the boundary that elevates signed input artifacts into executable context. IPromptVerifier, IPromptValidator, and ISignatureTrustStore validate integrity, trust chain, and runtime scope, and must reject execution on any failure path.

  • UC-11 Static Prompt Validation
  • UC-13 Runtime Signature Verification
  • UC-20 Deterministic Replay
  • 02.SIGNED_PROMPT_GOVERNANCE_SPEC.md
  • 06.REPLAY_DUMP_SPEC.md

4. Dependency Boundary

  • Depends on: AIKernel.Dtos, AIKernel.Contracts, AIKernel.Enums
  • Called by: AIKernel.Abstractions.Hosting, AIKernel.Abstractions.Governance, AIKernel.Abstractions.Execution

Documents


Changelog

  • v0.0.0 / v0.0.0.0: Initial draft
  • v0.0.1 (2026-05-06): Version upgrade aligned with documentation guidelines
Source: architecture/interfaces/prompt/index.md