fix(lifecycle): hide decorative rail during semantic interactions - #253
Open
sacloudy wants to merge 1 commit into
Open
fix(lifecycle): hide decorative rail during semantic interactions#253sacloudy wants to merge 1 commit into
sacloudy wants to merge 1 commit into
Conversation
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.
Problem and value
Closes #244.
Lifecycle diagrams render a decorative primary rail behind the authored states. During Intent Trace, direct-relationship preview, and committed Semantic Passport focus, semantic nodes and edges dim but that unmarked decoration stays fully opaque. It can then read as a false direct edge across unrelated states.
This change keeps the rail in the ordinary READ view while removing that false semantic signal from all three public interaction states.
Scope
data-lifecycle-rail.data-intent-trace-active,data-relationship-preview-active, ordata-focus-activeis present.data-edge-from,data-edge-to, or any semantic relationship metadata.Stability impact
archify.zipwere regenerated and verified.Tests run
Result: 86 tests passed, 0 failed, 0 skipped. The browser test uses pointer events in real Chrome and asserts the computed rail opacity in all three interaction modes.
Result: 1,021 tests; 1,017 passed, 0 failed, 4 environment-gated tests skipped.
Result: delivery passed 9/9 validation checks with 0 errors and 0 warnings; automated Chrome evidence passed with no diagnostics.
Visual evidence
Manual review passed at 1440×900 in both light and dark themes. A before/after real-Chrome capture confirmed:
Runtime measurements match the captures: the rail had computed opacity
1before the fix and0in each semantic interaction after the fix.Normal READ remains visually unchanged: the marked rail is present and its computed opacity is not
0.Generated artifacts
examples/andarchify/examples/, including the legacyexamples/web-app.htmlalias.docs/gallery.html, all 11 Gallery artifacts, anddocs/gallery/manifest.json.examples/checkout-platform-delta.htmland its receipt.docs/assets/archify-live-proof.gifand its proof JSON from the refreshed Gallery artifacts.archify.zipwith Node.js 22; archive integrity and package-freshness tests pass.Checklist
npm testinarchify/.