codetether-agent 4.5.2

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
//! Integration tests for oracle trace storage.
//!
//! Tests use mock remote backends to verify spool-first
//! persistence, upload-on-success cleanup, and bulk sync.

mod fixtures;
mod persist_tests;
mod sync_tests;