Update native Docs Agent producer pins#432
Merged
Merged
Conversation
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.
Summary
Port the conflicted #429 producer-pin update onto current main and consume Docs Agent #143 with WP Codebox v0.12.21.
What changed
How to test
git clone https://github.com/Automattic/docs-agent.git ../docs-agent-producer && git -C ../docs-agent-producer checkout 4c1043510ae71be4750cfde69777efc95ae0001e; expect The exact Docs Agent producer is checked out..git clone https://github.com/Automattic/wp-codebox.git ../wp-codebox-producer && git -C ../wp-codebox-producer checkout v0.12.21; expect The exact released WP Codebox producer is checked out..DOCS_AGENT_DIR=../docs-agent-producer WP_CODEBOX_DIR=../wp-codebox-producer php tests/docs-agent-native-workflow-contract.php; expect The native producer-chain contract passes..php tests/no-product-imports-smoke.php; expect All product-neutrality assertions pass..Compatibility
Workflow inputs and outputs remain compatible. The consumer advances immutable producer pins to Docs Agent #143 and WP Codebox v0.12.21; uploaded reviewer results now intentionally omit raw runtime/provider/model/tool payloads while retaining public publication and canonical transcript provenance.
Evidence
AI assistance