zeroclaw/tests/integration/mod.rs
argenis de la rosa 69c9594d11 feat(channels): add comprehensive channel matrix tests and bump to v0.2.2
Add 50 integration tests covering the full Channel trait contract across
all 16 platforms: identity semantics, threading, draft lifecycle, reactions,
pinning, concurrency, edge cases, and cross-channel routing. Bump version
to 0.2.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 16:10:45 -04:00

9 lines
162 B
Rust

mod agent;
mod agent_robustness;
mod channel_matrix;
mod channel_routing;
mod hooks;
mod memory_comparison;
mod memory_restart;
mod telegram_attachment_fallback;