feat: upgrade to RingKernel 0.4.2 with deep integration#4
Merged
mivertowski merged 1 commit intomainfrom Feb 7, 2026
Merged
Conversation
Upgrade from ringkernel 0.3.1 to 0.4.2 with comprehensive integration: - Bump all workspace crate versions to 0.4.0 - Add bidirectional Domain conversion (Domain <-> ringkernel_core::Domain) with correct mapping (TemporalAnalysis↔TimeSeries, RiskAnalytics↔RiskManagement, Core↔General) - Remap ring message type IDs to 0.4.2 domain ranges: Graph 200→100, ML 700→200, Temporal 400→1100, Risk 600→400 - Add ringkernel-core 0.4.2 enterprise re-exports in security, observability, resilience, and memory modules (ring_security, ring_health, ring_observability, etc.) - Re-export new 0.4.2 types: ControlBlock, Backend, KernelStatus, RuntimeMetrics, K2KConfig, DeliveryStatus, Priority - Expose full ringkernel-core API via `rustkernel_core::ring` module - Add checkpoint, dispatcher, health, pubsub submodule re-exports - Update prelude with new 0.4.2 types - Update CLAUDE.md documentation for 0.4.0 All 895 tests pass, zero clippy warnings. https://claude.ai/code/session_01Duj97yQCCfNvKV9tizq22m
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade from ringkernel 0.3.1 to 0.4.2 with comprehensive integration:
with correct mapping (TemporalAnalysis↔TimeSeries, RiskAnalytics↔RiskManagement, Core↔General)
Graph 200→100, ML 700→200, Temporal 400→1100, Risk 600→400
resilience, and memory modules (ring_security, ring_health, ring_observability, etc.)
K2KConfig, DeliveryStatus, Priority
rustkernel_core::ringmoduleAll 895 tests pass, zero clippy warnings.
https://claude.ai/code/session_01Duj97yQCCfNvKV9tizq22m