feat: the kit that now blesses a request field - #43
Merged
Conversation
The consumer regenerated the provider kit with plan_request_fields, so this side can build against it. Vendored and verified byte-for-byte against its own SHA256SUMS. The field is held rather than declared: with it declared, the released ai-stp-cli 0.0.7 refuses all seven, because the runner predates the regenerated kit. A kit blessing a field is permission to build against it; a released runner accepting it is permission to emit it. Claude-Session: https://claude.ai/code/session_01BgFJL6e1vwwzimvP9tJDHY
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.
Rendered from the private source.
The consumer regenerated the provider kit with plan_request_fields, so this side can build against it. Vendored here and verified byte-for-byte against its own SHA256SUMS, zero mismatches.
The field is held rather than declared. Measured both ways: with it declared, the released ai-stp-cli 0.0.7 refuses all seven with provider-info fields differ from the closed v3 schema, because the released runner predates the regenerated kit. With it withheld, six of seven conform as before. Trading one conformance failure for seven is not a trade.
The rule this leaves: a kit blessing a field is permission to build against it, and a released runner accepting it is permission to emit it. One line changes when the CLI ships.
https://claude.ai/code/session_01BgFJL6e1vwwzimvP9tJDHY