feat(channels): comprehensive channel matrix tests + v0.2.2 (#3507)
* 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> * style: fix rustfmt formatting in channel matrix tests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(lint): remove empty line after doc comment in channel matrix tests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,6 @@
|
||||
mod agent;
|
||||
mod agent_robustness;
|
||||
mod channel_matrix;
|
||||
mod channel_routing;
|
||||
mod hooks;
|
||||
mod memory_comparison;
|
||||
|
||||
Reference in New Issue
Block a user