Skip to content

Release AIKernel.NET v0.1.0#18

Merged
egumaru merged 49 commits into
mainfrom
dev
Jun 8, 2026
Merged

Release AIKernel.NET v0.1.0#18
egumaru merged 49 commits into
mainfrom
dev

Conversation

@egumaru

@egumaru egumaru commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR prepares the official AIKernel.NET v0.1.0 release.

AIKernel.NET v0.1.0 completes the Phase-1 contract baseline for the semantic runtime, fixing the public contract boundary for the core contract packages:

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

Changes

  • Restore package version metadata to 0.1.0 for the official release.
  • Generate release NuGet packages for AIKernel.NET contract packages.
  • Keep AIKernel.NET as contract-only surface:
    • Abstractions and Contracts remain interface-only.
    • DTOs remain pure data carriers.
    • Enums remain dependency-free shared vocabulary.
  • Preserve implementation/runtime behavior outside AIKernel.NET.

Verification

  • Release build completed successfully.
  • AIKernel.Abstractions.Tests passed.
  • Generated NuGet packages:
    • AIKernel.Enums.0.1.0.nupkg
    • AIKernel.Dtos.0.1.0.nupkg
    • AIKernel.Contracts.0.1.0.nupkg
    • AIKernel.Abstractions.0.1.0.nupkg

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 dd23857 into main Jun 8, 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