-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
43 lines (37 loc) · 1.82 KB
/
Directory.Build.props
File metadata and controls
43 lines (37 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<Project>
<PropertyGroup>
<Version>0.0.2</Version>
<AssemblyVersion>0.0.2.0</AssemblyVersion>
<FileVersion>0.0.2.0</FileVersion>
<InformationalVersion>0.0.2.0</InformationalVersion>
<Authors>Takuya Sogawa</Authors>
<Company>AIKernel-NET</Company>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://www.nuget.org/profiles/AIKernel-NET</PackageProjectUrl>
<RepositoryUrl>https://github.com/AIKernel-NET/AIKernel.NET</RepositoryUrl>
<Copyright>Copyright © 2026 Takuya Sogawa of AIKernel-NET</Copyright>
<PackageTags>aikernel;aikernel-core;ai-os;architecture;category-separation;context-isolation;contract-driven;governance;preprocessing;semantic-context-os;deterministic-replay;fail-closed;rom;canonicalization;pdp;signed-prompt;interface-contracts;dto;enum</PackageTags>
<PackageReleaseNotes>
AIKernel.NET v0.0.x — Interface Rectification Release
May 9th —
The day the Kernel received its proper names and boundaries.
5月9日 — Kernel に正しい名前と境界を与える日。
This release is a structural refinement of the AIKernel.NET abstract contract layer.
Key changes:
- Normalized .NET naming conventions for acronym-based identifiers.
- Renamed AIKernel.VFS to AIKernel.Vfs.
- Updated namespaces, project references, documentation, and package metadata.
- Renamed IROMCanonicalizer to IRomCanonicalizer.
- Refined interface boundaries.
- Added migration guidance.
Verification:
- Build succeeded with 0 warnings and 0 errors.
- Abstractions tests succeeded: 29 tests passed.
This release changes no runtime behavior.
It corrects the language and boundaries of the architecture before implementation proceeds further.
名前は境界を定義する。
境界は契約を定義する。
契約は実行を定義する。
</PackageReleaseNotes>
</PropertyGroup>
</Project>