Define v1 write contract and mutation checklist#38
Draft
deverman wants to merge 2 commits into
Draft
Conversation
Owner
Author
This was referenced Apr 18, 2026
Owner
Author
|
Dependency follow-up: PR #39 has merged, this branch has been updated from |
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
Define the v1 write contract and mutation change checklist before implementing write tools.
Change
docs/omni-automation-write-contract.mddocs/mutation-change-checklist.mdWhy
Issue #28 is the write-side equivalent of the existing query contract. It removes API-shape ambiguity before mutation work starts and keeps future implementation aligned with documented Omni Automation APIs.
Validation
swift testNotes
swift testis currently blocked by the existingswift-sdkcompiler failure in.build/checkouts/swift-sdk/Sources/MCP/Base/Transports/NetworkTransport.swifton this machine/toolchain. This PR changes docs only.