英語版: time/index.md
time Interfaces
1. 責務境界
Time contract は、host を DateTimeOffset.UtcNow、TimeProvider.System、 Core 固有 clock に結合せず、決定論的 Kernel time を提供する。
2. 公開 Contract
3. DTO Surface
KernelTimestamp
境界ルール
- replay、ROM hash、loop timeout 判定、audit metadata に影響する runtime code は
IKernelClockを使う。 - contract package は内部で現在時刻を生成してはならない。
変更履歴
- v0.0.4 (2026-06-04): 決定論的 Kernel clock interface category を追加。
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/time/index-jp.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/time/index-jp.md