FE-1509: Surface cycles and initial places across the notebook - #9432
Draft
kube wants to merge 1 commit into
Draft
FE-1509: Surface cycles and initial places across the notebook#9432kube wants to merge 1 commit into
kube wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
3 tasks
kube
force-pushed
the
claude/fe-1509-notebook-analyses-ui
branch
from
August 29, 2026 14:09
f097813 to
7c2b48c
Compare
kube
force-pushed
the
claude/fe-1509-notebook-analyses-ui
branch
from
August 30, 2026 04:54
7c2b48c to
57610f6
Compare
kube
force-pushed
the
claude/fe-1509-notebook-analyses-ui
branch
from
August 30, 2026 13:07
57610f6 to
3f082a2
Compare
kube
force-pushed
the
claude/fe-1509-notebook-analyses-ui
branch
from
August 30, 2026 13:55
3f082a2 to
f26bd18
Compare
Cell rows gain a tinted ↻ badge for cycle members and a blue initial badge for places the net cannot seed itself; hovering a badge lights the whole cycle up in the list and the graph. Topological ordering hoists the seed places to the front of the flow. In the graph explorer, cycle members carry dashed rings (solid while their cycle is hovered, with intra-cycle edges recoloured to match), initial places a hollow token marker inside the node, and the header counts both.
kube
force-pushed
the
claude/fe-1509-notebook-analyses-ui
branch
from
September 3, 2026 22:44
f26bd18 to
23174b2
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.
Important
Experimental
Behind the Notebook view feature flag.
Summary
Before this PR, the cycle and initial-place analyses exist as pure functions with nothing consuming them. The notebook reads flat: a feedback loop looks like any other run of cells, and a resource pool that must be seeded looks like any other place.
Surfaces both analyses across the view. Cells caught in a cycle carry a tinted badge and places the initial state must seed carry an initial badge; hovering a cycle badge lights the whole loop up in the list and the diagram. The diagram marks cycle members with dashed rings and must-seed places with a hollow token, the explorer header counts both, and the topological order hoists seed places to the front.
9432.mp4
Links
Changes
Cell list
Graph explorer
Test coverage
@hashintel/petrinautunit suite:How to test