fix: capture deep editable components - #1113
Draft
chubes4 wants to merge 2 commits into
Draft
Conversation
chubes4
force-pushed
the
fix/1060-deep-component-capture
branch
from
August 23, 2026 16:25
c0fb799 to
75a11ea
Compare
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
Validation
php tests/unit/custom-block-generator.php(54 assertions): passedcomposer test:unit: passedsolved_candidate, 0 findings, 0 failed fixtures, valid editor blocks, and exact visual parity.composer test:canonical: fails only at the inherited Figma template-surface assertion intests/contract/template-surfaces.php:104, after the preceding HTML-to-block and site-plan contracts pass.origin/trunkatb149f9fd6122f397268f6a6a1225b01ff24c321cfails the exact same assertion and message. The test file is byte-identical to trunk (sha256:09c486ae2c094e8504bad7b6969de50def4b43a35adcb515252e028acc3422e5).Scope
Related to #1060. Runtime plan projection remains separately owned by #1104; this PR preserves runtime descendant provenance but does not implement that projection.
AI assistance: OpenAI GPT-5.6 Sol via OpenCode reviewed, completed, and verified the deep component editability repair. Chris Huber remains responsible for every line.