You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release AIKernel.Core v0.1.2 runtime and governance boundary (#8)
## Summary
This PR releases AIKernel.Core v0.1.2 as the deterministic runtime and governance boundary for AIKernel.
## Changes
- Aligns Core package references with official AIKernel.NET v0.1.2 packages.
- Stabilizes ROM, Context, Execution, Fail-Closed, Replay, and CTG-related runtime surfaces.
- Ensures AIKernel.TestKit v0.1.2 is packageable for downstream validation.
- Removes local package feed dependency from the release configuration.
## Validation
- dotnet restore
- dotnet build
- dotnet test
- AIKernel.TestKit.0.1.2.nupkg generated and inspected
## Release
This PR prepares AIKernel.Core v0.1.2 and AIKernel.TestKit v0.1.2 for release.
AIKernel.Core package family v0.1.1 - Release build aligned with official AIKernel.NET contract packages v0.1.1. Adds Core-owned ROM storage and VFS Git capability contracts, built-in SkillProvider, LocalExecutionProvider, MinimalRuntimeProvider, VfsProvider, SystemInfoProvider, dynamic provider registry surfaces, matching Python descriptors, broader monadic DSL/ROM/VFS parsing, validation, invocation, metadata boundaries, ResultStep Match projection, safer DSL/ROM/Kernel execution branching, and additional Result/Either/Option adapter projection cleanup.
29
+
AIKernel.Core package family v0.1.2 - Release build aligned with official AIKernel.NET contract packages v0.1.2, synchronized Python wrapper package aikernel-net v0.1.2, and local development package outputs using 0.1.2-dev{build-number}.
0 commit comments