docs(acp): add 0.11 migration playbook, coverage-status rows, spec update#3278
Merged
docs(acp): add 0.11 migration playbook, coverage-status rows, spec update#3278
Conversation
…date Closes #3271. Final deliverable of the ACP 0.11 migration epic (#3265). - specs/013-acp/spec.md: version bumped to 0.11.1; new "Agent Spawner Contract" subsection documenting builder API shape (Agent.builder() / run_agent()); clarifies Rc<RefCell> → Arc migration while LocalSet/ spawn_local remain for !Send session futures - CHANGELOG.md: [Unreleased] entry covering PRs 1-5 of the migration (builder API, Rc→Arc, tracing spans, config schema extensions) - .local/testing/playbooks/acp-0-11-migration.md: 9 test scenarios (stdio, HTTP+SSE, cancel, fork/resume, elicitation, logout, additional_directories, auth_methods, message_id echo) - .local/testing/coverage-status.md: 7 Untested rows for ACP 0.11 migration features Rustdoc gate: RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links" cargo doc --no-deps --all-features -p zeph-acp passes; 11 doc-tests pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #3271
Part of epic #3265 (ACP 0.11 migration), PR 5 of 5. Final deliverable of the migration.
Summary
specs/013-acp/spec.md: version bumped to 0.11.1; new "Agent Spawner Contract" subsection documenting theAgent.builder()/run_agent()API shape; clarifiesRc<RefCell>→Arcmigration whileLocalSet/spawn_localremain for!Sendsession futuresCHANGELOG.md:[Unreleased]entry covering all 5 PRs of the ACP 0.11 migration (builder API,Rc→Arc, tracing spans, config schema extensions).local/testing/playbooks/acp-0-11-migration.md: 9 concrete test scenarios with steps, expected outcomes, and edge cases (stdio, HTTP+SSE, cancel, fork/resume, elicitation, logout, additional_directories, auth_methods, message_id echo).local/testing/coverage-status.md: 7Untestedrows for ACP 0.11 migration featuresRustdoc gate
✓ No broken intra-doc links. 11 doc-tests pass.
Test plan
cargo nextest run --workspace --lib --bins— 8242 tests passUntested→Testedafter live session