chore: re-enable the CI test phase and raise the SDK to latest - #7
Merged
Conversation
Output of `block-tools structure refresh` — the one field this block had diverged on. `structure check` is a fixpoint again. `test` was set to false on 2026-08-31 inside a commit titled "Fix changeset level", so the flip carries no stated reason. The block has an integration test (test/src/demo.test.ts) and the structurer wants it run. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VToqtNVxsuCYJ1z81ngJ7p
`pnpm upgrade-sdk`. block-tools 2.14.3 -> 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. 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
Three commits of housekeeping. The block itself is already fully migrated — it
has a kind with a real init-params contract,
templateParams, and the V3 datamodel — so nothing here touches its code.
1. Re-enable the CI test phase
That was the only field
block-tools structure checkreported out of date.testwas set tofalseon 2026-08-31 in a commit titled "Fix changesetlevel" — the workflow edit is not what the message describes, so the flip
carried no stated reason. The block has an integration test
(
test/src/demo.test.ts) and the structurer wants it run.It runs clean:
unified (build test publish)passed in 2m14s with the testphase on.
2. Raise the SDK catalog to latest
The
require-latestpreflight was failing onmain's content:@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.3. The changeset
check for changesetsrequires the publishedblockpackage to be bumped.Verification
pnpm check— 11/11 on the new SDKpnpm build:dev-no-software— 12/12block-tools structure check—up to date (0 changes)changeset status— block patchNote
If
test: falsewas switched off deliberately and turning it back on causestrouble later, say so and I will put it back with a comment recording why. On
clonotype-distributionthe same flip surfaced two shared-CI problems — thepl-composepost-step cleanup failing withDirectory not empty, and a ~21 GBplatforma-dumpartifact — both of which live inmilaboratory/github-ci.Neither appeared in this repo's run.
🤖 Generated with Claude Code
https://claude.ai/code/session_01VToqtNVxsuCYJ1z81ngJ7p