Skip to main content

ai_memory/federation/
vector_clock.rs

1// Copyright 2026 AlphaOne LLC
2// SPDX-License-Identifier: Apache-2.0
3
4//! Federation-specific vector-clock logic (placeholder).
5//!
6//! The `VectorClock` type itself lives in `crate::models::link`.
7//! This module is the landing zone for any federation-layer clock
8//! operations that need to be extracted from `mod.rs` in a future
9//! refactor pass.