feat(journeys): cross-app hops — exits-app / enters-at (B9)#33
Merged
Merged
Conversation
Close the B9 gap (cross-app hops were catalogued under Phase 3 but never built): - New ExternalNode + `exits-app` / `enters-at` edge kinds. - exits-app: navigate / window.open / window.location.assign|replace, and `<a href>` / `<Link to>`, to an absolute/protocol-relative URL or a mailto:/tel:/sms: scheme → an edge to an external destination (deduped by host). OAuth redirects, payment gateways, and email links all leave the app. - enters-at: deep-link / OAuth-callback route paths (/auth/…, /callback, oauth, sso, …) → an edge from an inbound external node. - journeys() renders app-exits as a terminal `exit` step; CLI glyph ⏏. Schema regenerated (external node kind + two edge kinds). New `externals` eval check + fixture b9-cross-app-hops (Google OAuth, Stripe window.open, mailto, /auth/callback). 41 core + 3 vision + 105 parser tests pass; eval green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.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.
B9 — cross-app hops (gap-closing)
The catalog files B9 (OAuth / payment gateways / email links) under Phase 3, but it never became a step and wasn't built. Now it is.
ExternalNode+exits-app/enters-atedge kinds.navigate/window.open/window.location.assign|replace, and<a href>/<Link to>, to an absolute/protocol-relative URL or amailto:/tel:/sms:scheme → an edge to an external destination (deduped by host). OAuth redirects, payment gateways, and email links all leave the app./auth/…,/callback,oauth,sso, …) → an edge from an inbound external node.exitstep (CLI glyph ⏏):Eval / tests
Schema regenerated (external node kind + two edge kinds). New
externalsgolden check + fixture b9-cross-app-hops (Google OAuth viawindow.location.assign, Stripe viawindow.open, amailto:link, an/auth/callbackentry point).Verification
41 core + 3 vision + 105 parser tests pass;
pnpm evalgreen; schema drift gate green.🤖 Generated with Claude Code