英語版: IDslRomStore.md
IDslRomStore
責務
caller-provided Vfs session を通じて DSL ROM JSON を保存・読み込みする境界です。
主要メンバー
| Member | Type | 説明 |
|---|---|---|
SaveDslAsRomAsync(...) |
Task<DslRomMetadata> |
JSON DSL を検証し、immutable ROM artifact として保存する。 |
LoadDslRomAsync(...) |
Task<DslRomMetadata> |
DSL ROM を読み込み、expected hash を検証する。 |
境界ルール
- Vfs session の lifetime と permission は caller が所有する。
- expected ROM hash mismatch は implementation で fail-closed にする。
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/dsl/IDslRomStore-jp.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/dsl/IDslRomStore-jp.md