Skip to content

Release AIKernel.NET v0.0.5 contract baseline#17

Merged
egumaru merged 39 commits into
mainfrom
dev
Jun 5, 2026
Merged

Release AIKernel.NET v0.0.5 contract baseline#17
egumaru merged 39 commits into
mainfrom
dev

Conversation

@egumaru

@egumaru egumaru commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR prepares AIKernel.NET v0.0.5 as the contract baseline before Core integration and demo development.

v0.0.5 completes the contract-surface cleanup and expands the shared package vocabulary for upcoming Core, Provider, Tools, RH, Server, WASM, and Demo integration work.

Highlights

  • Enforces interface-only ownership for AIKernel.Abstractions and AIKernel.Contracts
  • Keeps DTOs in AIKernel.Dtos and shared enum primitives in AIKernel.Enums
  • Adds external Capability module contracts for:
    • CLI executable modules
    • Managed assembly modules
    • Native ABI modules
    • DSL ROM modules
    • Remote endpoint modules
  • Adds DynamicSLM / SeedSLM contract preparation:
    • Model ABI
    • Capability graph and lineage contracts
    • Payload loading / scheduling boundaries
    • Distillation planning and background offload
    • SeedSLM discipline, delegation, thought artifacts, and memory placement metadata
  • Adds HATL contract foundations:
    • Ledger entries
    • Anchors
    • Digital Deeds
    • Verification DTOs
    • External cryptographic operator boundary
  • Adds governance and semantic-compilation vocabulary:
    • Admissibility replay evidence
    • Critical-operation and complexity gates
    • Trajectory governance DTOs
    • Semantic IR slots
    • Semantic Compilation DTOs
  • Updates migration, architecture, interface, package, and README documentation
  • Keeps docs/papers unchanged

Validation

  • dotnet build src\AIKernel.NET.slnx -c Release --no-restore
  • dotnet test src\AIKernel.NET.slnx -c Release --no-build
  • dotnet pack src\AIKernel.NET.slnx -c Release --no-build

All validation passed with zero build warnings and 90/90 tests passing.

Release Intent

This release is intended as the final v0.0.x contract baseline before:

  1. Publishing AIKernel.NET v0.0.5 packages
  2. Updating AIKernel.Core to consume v0.0.5
  3. Publishing Core packages
  4. Building the first Server / WASM demo
  5. Promoting the package line to v0.1.0 if integration succeeds

egumaru added 30 commits June 5, 2026 15:13
DynamicSLMアーキテクチャに関する技術ノートの英語版・日本語版原稿、PDF、.zenodo.json、CITATION.cff、metadata-zenodo.md、CHECKSUMS.txt、review-notes.mdを新規追加。公開用メタデータ・チェックサム・レビュー記録も含め、公開・引用・検証・多言語参照・再現性を担保する構成とした。
AIKernel Phase-2 Theory: Semantic Compilation Architecture の英語・日本語原稿、PDF、メタデータ(.zenodo.json, CITATION.cff, metadata-zenodo.md)、ライセンス、チェックサム、引用情報、レビュー記録を追加。Semantic IRやGoverned Circuit等の理論詳細を含み、Zenodo公開用パッケージ(v0.2.0, DOI: 10.5281/zenodo.20312092)として構成。
@egumaru egumaru merged commit 9092051 into main Jun 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant