chore: refresh the structure and raise the SDK to latest - #10
Merged
Merged
Conversation
|
No reviewable files after applying ignore patterns. |
Output of `block-tools structure refresh` — the one file this block was missing. `structure check` is a fixpoint again. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VToqtNVxsuCYJ1z81ngJ7p
AStaroverov
force-pushed
the
chore/structure-refresh-vscode-settings
branch
from
September 10, 2026 15:39
f79ed91 to
3f1de30
Compare
`pnpm upgrade-sdk`. block-tools 2.14.6 -> 2.15.0, model 1.83.0 -> 1.83.9, ui-vue 1.83.3 -> 1.83.13, test 1.83.2 -> 1.83.14, tengo-builder 4.0.23 -> 4.0.25, workflow-tengo 6.8.3 -> 6.9.0, package-builder 3.15.0 -> 3.16.0. The `require-latest` preflight was failing on block-tools, and the lock had drifted off the catalog besides: it recorded `specifier: 1.83.7` for `@platforma-sdk/test` and `4.0.25` for tengo-builder, versions the committed catalog never declared. Both sides now agree, at the top versions. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VToqtNVxsuCYJ1z81ngJ7p
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VToqtNVxsuCYJ1z81ngJ7p
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.
What
sequence-embeddingsis already fully migrated — it has a kind with a realinit-params contract,
templateParams, and the V3 data model. Nothing tomigrate; this is the housekeeping that was outstanding.
Three commits:
.vscode/settings.json— the one fileblock-tools structure checkreported missing.
pnpm upgrade-sdk— the SDK catalog to latest.Why the SDK bump
The
require-latestpreflight was already failing onmain's content:And the lock had drifted off the catalog besides — it recorded
specifier: 1.83.7for@platforma-sdk/testand4.0.25fortengo-builder, versions the committed catalog never declared (it said1.83.2and4.0.23). So the two sides disagreed, and neither held thecurrent versions.
Both now agree, at the top:
@platforma-sdk/block-tools@platforma-sdk/model@platforma-sdk/ui-vue@platforma-sdk/test@platforma-sdk/tengo-builder@platforma-sdk/workflow-tengo@platforma-sdk/package-builderNo
package.jsonchanged — every package references the catalog — so the diffis
pnpm-workspace.yamlplus the lock.Verification
pnpm check— 12/12 on the new SDKpnpm build:dev-no-software— 12/12block-tools structure check—up to date (0 changes)changeset status— block patchNote on the anchored column ids
Worth recording since two sibling blocks had a bug here: a scope's
columnsare anchored ids minted by
getCanonicalOptions, whichisColumnUniversalIdrejects. This kind never used that guard — it accepts any non-empty string and
says why ("what the id resolves against is about the anchor it is read against,
not about the shape of the params"), so it is immune to the failure that broke
template apply in
redefine-clonotypesandimmune-assay-data.🤖 Generated with Claude Code
https://claude.ai/code/session_01VToqtNVxsuCYJ1z81ngJ7p