Japanese version: IDslRomStore-jp.md
IDslRomStore
Responsibility
Persists and loads DSL ROM JSON through caller-provided Vfs sessions.
Key Members
| Member | Type | Description |
|---|---|---|
SaveDslAsRomAsync(...) |
Task<DslRomMetadata> |
Validates and stores JSON DSL as an immutable ROM artifact. |
LoadDslRomAsync(...) |
Task<DslRomMetadata> |
Loads a DSL ROM and verifies its expected hash. |
Boundary Rules
- The caller owns Vfs session lifetime and permissions.
- Expected ROM hash mismatch must fail closed in implementations.
This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/dsl/IDslRomStore.md and should be read together with the surrounding category pages in the side navigation.
Source:
architecture/interfaces/dsl/IDslRomStore.md