chore(sdk): regenerate — three operation summaries lost a parenthetical - #214
Merged
Merged
Conversation
Docstrings only. Three RoboLedger operations carried a parenthetical in their OpenAPI summary that merely repeated the opening clause of their own description, so it was dropped upstream (robosystems#1428): Execute Event Block (publish to source-of-truth system) -> Execute Event Block Terminate Schedule Early (No Entry) -> Terminate Schedule Early Auto-Map Elements via AI (async) -> Auto-Map Elements via AI The generated summary line is the first line of each function's docstring, so that is the whole diff — no signature, model, parameter or return type moves. Generated tier, and cosmetic within it. Claude-Session: https://claude.ai/code/session_011KBrhQHzwrB39C4c4Vw9Pq
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
Regenerated against the API for robosystems#1428. Three RoboLedger operations carried a parenthetical in their OpenAPI
summarythat merely repeated the opening clause of their owndescription, so it was dropped upstream:Execute Event Block (publish to source-of-truth system)Execute Event BlockTerminate Schedule Early (No Entry)Terminate Schedule EarlyAuto-Map Elements via AI (async)Auto-Map Elements via AIA summary is the API reference page's
<h1>and its nav label; the first was 55 characters and wrapped to two lines. Nothing is lost, because each description already opened with the same statement — and in the first case names QuickBooks, which the summary did not.Changes
Three files under
robosystems_client/api/extensions_robo_ledger/. The summary is the first line of each generated function docstring, and each operation has four (sync, sync_detailed, asyncio, asyncio_detailed) — so 12 docstring lines, and nothing else.Breaking Changes
None.
summaryis descriptive metadata: no signature, parameter, model, return type or error mapping moves, and no symbol resolution changes. Generated tier, and cosmetic within it — this is not even a surface removal, so it needs no deprecation note.Deploy Notes
Merge after robosystems#1428, so the clients never describe a spec that is not on
main. Nothing here needs a release of its own — it can ride whenever the next one is cut. (Note the two SDKs still carry the merged-but-unreleased Plaid regeneration from earlier; this simply joins it.)Testing
just test-all— ruff, ruff format, basedpyright clean; 591 tests pass, 17 skipped.The diff was read line by line before committing to confirm it is confined to the three summaries and contains no other regeneration drift.
Certification
🤖 Generated with Claude Code
https://claude.ai/code/session_011KBrhQHzwrB39C4c4Vw9Pq