Skip to content

fix(wire): correct rzCOBS upstream framing claim in crate-level doc#8

Merged
tarotene merged 1 commit into
mainfrom
fix/wire-rzcobs-doc-comment
May 20, 2026
Merged

fix(wire): correct rzCOBS upstream framing claim in crate-level doc#8
tarotene merged 1 commit into
mainfrom
fix/wire-rzcobs-doc-comment

Conversation

@tarotene

Copy link
Copy Markdown
Owner

Summary

Test plan

  • cargo fmt --all -- --check — clean
  • cargo clippy --workspace -- -D warnings — clean
  • cargo test --workspace — all pass

Closes #7
References Stage C (C2) in #3

🤖 Generated with Claude Code

The doc comment claimed rzCOBS upstream as current state. Current MVP uses
COBS both directions; rzCOBS is planned for Stage C2 (see Issue #3).

Closes #7

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 20, 2026 16:54
@tarotene
tarotene merged commit 0bf7994 into main May 20, 2026
3 checks passed
@tarotene
tarotene deleted the fix/wire-rzcobs-doc-comment branch May 20, 2026 16:54

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects the telepath-wire crate-level protocol documentation to match the actual current framing used by the MVP (COBS in both directions), while noting the planned future switch to rzCOBS upstream.

Changes:

  • Update telepath-wire crate docs to state COBS is used both directions in the current MVP
  • Clarify rzCOBS upstream is planned for a future roadmap stage (C2)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

//! # Protocol overview
//!
//! - Framing: COBS downstream (Host→Target), rzCOBS upstream (Target→Host)
//! - Framing: COBS both directions in current MVP; rzCOBS upstream planned for Stage C2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(wire): correct rzCOBS upstream framing claim in crate-level doc comment

2 participants