docs(mapgen-studio): add pipeline DAG stage-view workstream record, proposal, design, spec deltas, and tasks#1645
Merged
Merged
Conversation
This was referenced Jun 12, 2026
|
Railway preview (MapGen Studio): not provisioned for this PR. Policy (Graphite stacks): previews are created only for the top-of-stack PR by default.
Debug: |
This was referenced Jun 12, 2026
Merged
refactor(studio): decompose App.tsx non-React corpus into feature modules and shared utilities
#1608
Merged
Merged
This was referenced Jun 12, 2026
Merged
mateicanavra
force-pushed
the
design/pass5-ledger-x6-x7
branch
from
June 12, 2026 20:44
62149e6 to
5808ad9
Compare
mateicanavra
force-pushed
the
design/dag-tab-frame
branch
from
June 12, 2026 20:44
ccf7e23 to
4593bf2
Compare
Owner
Author
Merge activity
|
mateicanavra
changed the base branch from
design/pass5-ledger-x6-x7
to
graphite-base/1645
June 12, 2026 22:11
…OpenSpec workstream per handoff §6 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
mateicanavra
force-pushed
the
design/dag-tab-frame
branch
from
June 12, 2026 22:13
4593bf2 to
2e6d49a
Compare
This was referenced Jun 12, 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.
This workstream establishes the planning and specification foundation for integrating the recipe DAG visualization as a first-class Pipeline stage view within the redesigned Studio shell.
The merged DAG feature (PRs #1587–#1591) was built against the pre-redesign monolith — hard-coded palette forks, monolith-owned view state, and chrome mounted through the deleted
App.tsx. This change lays out exactly how that surface gets re-expressed natively in the redesign without touching any of its semantic contracts.What the implementation slice will deliver:
Map | Pipelinesegmented switcher at the top edge of the stage area — stage furniture, not Game bar or World console content — using the established popover-tier pill idiom.PipelineStage, a token-driven replacement forRecipeDagViewthat preserves every interaction semantic from the handoff verbatim: stage selection vs. step expansion, click-again unselect, per-artifact connector label selection with trunk-before-fan-out projection, focus dimming with active elements rising, domain-driven accents, and the diagnostics panel.useRecipeDagQueryon TanStack Query replaces hand-rolled fetch/cancellation state — lazy fetch on first activation, cached per recipe ID, typed error surface.stageView,pipelineSelectedStageId, andpipelineExpandedStageIdsland inviewStore(Zustand, browser-only). Connector-label selection stays component-local as in the merged code.RecipeDagView.tsxis deleted; its semantic test assertions are ported ontoPipelineStage.test.tsxin the same change.Preserved untouched:
layout.ts,domainPresentation.ts,artifactPresentation.ts,client.ts, all server-siderecipeDagmodules, the oRPC schema, the vite middleware, and allmapgen-corerecipe-dag projection logic and tests.