Fix migration, publishing, and artifact workflows - #4
Merged
Conversation
waple0820
force-pushed
the
codex/helm-experience-fixes
branch
from
July 14, 2026 08:33
22c0094 to
e94bae2
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.
Outcome
Verification
python3 -m unittest discover -s tests -p 'test_*.py'— 21 passed\n-node --check app.js,channel-store.js,validator.js\n- browser smoke: contract, Channel store, repair\n- browser interaction: draft publish disabled; single-Revision preview; Templates/Contract inspector hidden; Fork handoff; non-default-port Bridge; legacy share live → retire → HTTP 404\n- remote staging deployment on the target host, isolated port, with health and static bundle verified\n\n## Owner self-review before merge\n\n1. Could this rewrite or lose retained evidence? No. HTML bytes and Revision lineage remain immutable; legacy revoke only unlinks the exact path after filename-prefix and full-SHA verification.\n2. Could a stale client misreport a public link? The new independent normalization marker updates both first-time and already-migrated IndexedDB records; legacy links remain visibly live until explicitly retired.\n3. Could remote deployment destroy runtime data or leave a broken service? Runtime shares stay outside the release tree; target tests run before swap; health failure rolls back the application directory and service.\n4. Did the fix broaden local Bridge trust? Only syntactically exact loopback hosts are accepted across ports; arbitrary origins, userinfo, paths, and lookalike hosts are rejected.\n5. Is the user-visible flow actually exercised? Yes, with headless Chromium on the running app and a separate real remote staging service.\n\nReady to merge after CI confirms the same checks.