docs(protocol): add doc comments to all public types#2458
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
There was a problem hiding this comment.
HUQIANTAO has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
HUQIANTAO has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
|
Thanks for the protocol docs. I pushed a maintainer follow-up that runs rustfmt and merges current main into the branch so the already-landed secrets docs are no longer replayed as stale stacked context. Local checks passed in the PR worktree: cargo fmt --all --check, cargo test -p codewhale-protocol --all-features --locked, and git diff --check. |
Add doc comments to all public types in the protocol crate, covering all request/response types, event frames, tool payloads, and approval model.