AIKernel.NET
version: 0.0.4 / status: Refactor / edition: Draft / published: 2026-06-04 / updated: 2026-06-04

英語版: IDslRomRegistry.md

IDslRomRegistry

責務

immutable DSL ROM snapshot を reusable capability として登録・解決する境界です。

主要メンバー

Member Type 説明
RegisterAsync(DslRomSnapshot snapshot, CancellationToken cancellationToken = default) Task<DslRomMetadata> DSL ROM snapshot を登録し、deterministic metadata を返す。
Contains(string capabilityName) bool DSL ROM capability が登録済みか確認する。
ResolveAsync(string capabilityName, CancellationToken cancellationToken = default) Task<DslRomSnapshot> 登録済み DSL ROM capability を snapshot として解決する。

境界ルール

  • registry 実装は ROM immutability と hash identity を保持する。
  • runtime execution は ROM hash metadata を replay / audit output に記録する。

This concise reference page is part of the architecture documentation area for AIKernel.NET. It is generated from architecture/interfaces/dsl/IDslRomRegistry-jp.md and should be read together with the surrounding category pages in the side navigation.

Source: architecture/interfaces/dsl/IDslRomRegistry-jp.md