Skip to content

AIKernel.NET v0.1.1 — Aligning the Semantic OS boundary

Latest

Choose a tag to compare

@egumaru egumaru released this 10 Jun 13:42
2f25d48

June 10th, 2026 — Aligning the Semantic OS boundary.

2026年6月10日──Semantic OS の境界を整列する。

Aligning the Semantic OS boundary: abstractions, contracts, and identifiers converge into the unified 0.1.1 surface.

Semantic OS の境界整列──抽象・契約・識別子が 0.1.1 の統一面へ収束する。

Highlights

AIKernel.NET 0.1.1 establishes the shared contract boundary for the AIKernel ecosystem. This release aligns the foundational packages that downstream Core, Providers, Control, Tools, Wasm, CUDA, and Demo repositories consume as the stable 0.1.1 semantic surface.

What's Changed

  • Updated the public abstraction, DTO, enum, and contract surface for the 0.1.1 ecosystem release.
  • Aligned package metadata and documentation with the June 10th, 2026 Kernel Sync Day release.
  • Clarified AIKernel as a modular SDK for building AIOS distributions.
  • Added documentation guidance for the official AIOS distribution effort, AIKernel.Monolith.
  • Updated release documentation so 0.1.1 is consistently described as the current public release.
  • Ensured changelog and release-note content focuses on public release packages rather than development package history.

Package Scope

This release covers the AIKernel.NET boundary packages:

  • AIKernel.Abstractions
  • AIKernel.Contracts
  • AIKernel.Dtos
  • AIKernel.Enums

Compatibility

  • Target version: 0.1.1
  • Intended for downstream 0.1.1 packages across the AIKernel ecosystem.
  • Designed as the stable semantic contract boundary for the 0.1.x line.

Validation

  • Release build passed.
  • Test suite passed.