Skip to content

docs: add missing READMEs for sacp-tee, sacp-test, and yopo crates#64

Closed
koriyoshi2041 wants to merge 1 commit intoagentclientprotocol:mainfrom
koriyoshi2041:docs/add-missing-readmes
Closed

docs: add missing READMEs for sacp-tee, sacp-test, and yopo crates#64
koriyoshi2041 wants to merge 1 commit intoagentclientprotocol:mainfrom
koriyoshi2041:docs/add-missing-readmes

Conversation

@koriyoshi2041
Copy link
Copy Markdown
Contributor

Summary

Adds README files for three crates that currently lack documentation:

  • sacp-tee: Debugging proxy that transparently logs all ACP traffic to a file for inspection
  • sacp-test: Test utilities, mock types, and helper functions for testing ACP components
  • yopo: "You Only Prompt Once" — a minimal CLI client for single-prompt agent interactions

Each README documents the crate's purpose, key types/functions, and usage examples. Content was cross-referenced against the source code for accuracy. Style follows the existing READMEs in sacp-proxy/ and elizacp/.

Changes

  • src/sacp-tee/README.md (new)
  • src/sacp-test/README.md (new)
  • src/yopo/README.md (new)

These three crates were missing README files, making it harder for new
contributors to understand their purpose and usage.

- sacp-tee: Debugging proxy that logs all ACP traffic to a file
- sacp-test: Test utilities and mock types for testing ACP agents
- yopo: Simple one-shot ACP client for quick testing

Each README follows the same structure as existing crate READMEs
(sacp-tokio, sacp-proxy) with sections for description, usage
examples, and related crates.
@benbrandt
Copy link
Copy Markdown
Member

We're going to resync these from newer versions later. removed for now

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.

2 participants