Preserve authored controls and documentation layouts - #1545
Merged
Conversation
This was referenced Sep 4, 2026
chubes4
added a commit
to Automattic/studio
that referenced
this pull request
Sep 5, 2026
## Summary Update the default Static Site Importer release used by `studio create --from` from the full `v1.8.5` package to the `v1.9.5` `html-site-import` package. The slim package is self-contained for Studio's portable HTML import path: it includes Static Site Importer and PHP Transformer `0.9.3`, while excluding unused Figma, Markdown/MDX, and Composer runtime dependencies. Release: https://github.com/Automattic/static-site-importer/releases/tag/v1.9.5 Published asset: `static-site-importer-html-site-import.zip` - Size: `1303735` bytes - SHA-256: `156e24b7e0805a32c3003d66d60b286a837c2048c63dfa9eb952dcf277d5b8c9` ### Why 1.9.5 rather than 1.9.3 This PR originally pinned `v1.9.3`, which vendors PHP Transformer `0.9.1`. That predates Automattic/blocks-engine#1545, so the pinned runtime did not contain the authored-input, documentation-navigation, breadcrumb-flow, syntax-token, or native code and grid conversion fixes. The pin was advanced through a full release chain so the Studio default carries them: 1. blocks-engine `php-transformer-v0.9.3` 2. Static Site Importer Automattic/static-site-importer#1520, then `v1.9.5` 3. This Studio pin ## Testing - Built this branch's CLI and ran native `site create --from` against the Blocks Engine `83-startup-docs-hub` fixture using the default published URL, without a local package override. - Source-of-truth manifest records SSI `1.9.5`, PHP Transformer `0.9.3`, and no Figma Transformer. - Front page ID 5 is published with 70 native blocks and zero fallback, `core/html`, freeform, invalid, content-loss, or empty-conversion blocks. - Import validation passed every quality gate, including asset materialization, runtime dependency parity, and semantic parity; the served front end returns HTTP 200 with the runtime search control and native navigation present. - Verified the downloaded release asset hashes to the SHA-256 above and that its vendored transformer contains the blocks-engine#1545 navigation fix, so the pin demonstrably carries the intended code rather than only a newer version string. - `89-static-site-importer-architecture` is covered by the solved-site promotion gate, which passed against PHP Transformer `0.9.3` on Automattic/static-site-importer#1520. - Studio CI is green on this commit, including Lint, Unit Tests, E2E Tests, CLI E2E Tests, Performance Metrics, CodeQL, and Data Liberation. ## AI assistance OpenAI GPT-5.6 Sol via OpenCode diagnosed that the released pin predated blocks-engine#1545, orchestrated the blocks-engine and Static Site Importer releases through Homeboy, updated the Studio pin to the slim `v1.9.5` runtime, and verified the result through the built Studio CLI and published release artifact. Chris Huber directed and approved the work. --------- Co-authored-by: Wojtek Naruniec <wojtek.naruniec@automattic.com>
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
Verification
composer test05d574f5and imported fixture83-startup-docs-hubthrough Studio PR Use slim Static Site Importer 1.9.5 studio#4757core/html, freeform, invalid, content-loss, empty-conversion, SVG, runtime-dependency-parity, or semantic-parity failuresAI Assistance
OpenAI
gpt-5.6-solwas used through OpenCode to investigate fixture failures, implement and test the repairs, run end-to-end Studio/Gutenberg verification, and prepare this pull request. All changes and evidence were reviewed and orchestrated by Chris Huber.