Materialize pages before optional URL hydration - #819
Merged
Conversation
AI assistance: OpenAI gpt-5.6-sol via OpenCode implemented the page-ready checkpoint, optional hydration resume path, and deterministic behavioral coverage. Chris Huber remains responsible for the change.
AI assistance: OpenAI gpt-5.6-sol via OpenCode resolved the main merge, repaired lint and static-analysis failures, and verified URL pipeline behavior. Chris Huber remains responsible for every line.
AI assistance: OpenAI gpt-5.6-sol via OpenCode resolved the latest main merge and verified lint, CI-equivalent tests, and URL pipeline smokes. Chris Huber remains responsible for every line.
AI assistance: OpenAI gpt-5.6-sol via OpenCode applied CI-reported formatting corrections and reverified URL pipeline smokes. Chris Huber remains responsible for every line.
AI assistance: OpenAI gpt-5.6-sol via OpenCode applied the remaining CI-reported alignment corrections and verified lint plus the URL batch smoke. Chris Huber remains responsible for every line.
This was referenced Aug 3, 2026
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.
Fixes #815
Summary
page_readybatch checkpoint after all requested HTML and stylesheet/font-critical dependencies are collected.Evidence
npm testpassed: 44 selected checks, 0 failed.php tests/smoke-url-batch-import.phppassed, including interruption after page readiness, resume, and byte-for-byte final artifact equivalence with a clean run.php -l;git diff --checkpassed.homeboy review lint --file includes/class-static-site-importer-url-batch-import.php --sniffs Generic.WhiteSpace.ScopeIndent,Generic.WhiteSpace.ArbitraryParenthesesSpacing,Squiz.ControlStructures.ControlSignature,WordPress.Arrays.ArrayKeySpacingRestrictions --placement local --summary.Compatibility and Schema
static-site-importer/url-site-batch-run/v1manifest schema remains unchanged.page_readyis an additive batch state and reuses the existing batchresultreceipt field.AI assistance
OpenAI gpt-5.6-sol via OpenCode implemented the checkpoint, optional hydration continuation, formatting, and deterministic tests. Chris Huber reviewed and remains responsible for every line.