Common naming rules are maintained in AIKernel.NET:
AIKernel.NET/docs/canonical-language/index.mdAIKernel.NET/docs/design/concept-elevation-refactoring-design.mdAIKernel.NET/docs/guidelines/concept-elevation-guidelines.mdAIKernel.NET/docs/migration/concept-elevation-v0.1.1.1.mdAIKernel.NET/docs/todo/concept-elevation-refactoring-todo.md
AIKernel.Tools owns CLI, inspectors, instrumentation, and developer-facing observability. Concept vocabulary is allowed for upper-level viewers and inspectors only. Low-level CLI parser, serializer, and converter names keep technical vocabulary.
AIKernel.Tools は CLI、inspector、instrumentation、developer-facing observability を担当します。concept vocabulary は上位 viewer / inspector のみに許可し、 低レイヤの CLI parser / serializer / converter は通常の技術語彙を維持します。
Added concept surfaces:
AIKernel.Tools.Instrumentation.Concepts.NomosViewerAIKernel.Tools.Instrumentation.Concepts.ChronosViewerAIKernel.Tools.Instrumentation.Concepts.PhantasiaViewer
- CLI infrastructure is not renamed.
- DTO, parser, serializer, converter, and capability bridge names do not use philosophical prefixes.
- Viewer aliases can expose concept language without changing existing commands.
nomos,chronos, andreplayare additive CLI aliases; they do not renameRomCommandorClockCommand.RomCommandusesNomosViewerfor alias rendering while keeping the command infrastructure name unchanged.
CLI infrastructure は rename しません。viewer alias は既存 command を壊さずに
concept language を公開できます。
nomos、chronos、replay は追加 CLI alias であり、RomCommand や
ClockCommand を rename しません。
RomCommand は alias 表示に NomosViewer を利用しますが、command infrastructure
名は変更しません。
tests/AIKernel.Tools.Tests/ConceptElevationArchitectureTests.cs guards the
naming boundary and verifies stable viewer alias values.