feat: rail Web toggle at top + atlas edges (v0.12.15 prep) - #3
Merged
Merged
Conversation
Restore the workspace Web on/off control to the rail head (it was landing in the composer tools row next to the orchestration Distance slider). Add per-workspace web policy API/hello sync, refresh the vendored Knowledge Atlas IIFE for setEdges, and wire an edges:auto pill beside labels in the graph viewer. Version 0.12.15 notes prepared; do not tag/publish until UI-verified. Signed-off-by: benjsmith <benjamincharlessmith@gmail.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.
Summary
WebPolicyTogglemounts in.sy-rail-head(top of chat rail), not in.sy-rail-composer-toolsnext to the Economy↔Maximum / Distance slider where it clashed with bottom chrome./api/web-policy, hello + WS sync, adminweb_egress.7d0cafc/setEdges;edges: auto|on|offpill besidelabels:in graph controls (template.ts+atlas.ts).Do not merge-tag yet
Leave unmerged until Ben verifies rail placement + edges pill in UI. Changelog/version bumped to 0.12.15 for a later microbump/release — do not tag or publish from this PR alone.
Labels / Edges follow-up paths
frontend/src/widgets/graph/template.ts(#label-mode), wired infrontend/src/widgets/graph/atlas.ts(wireAtlasControls→handle.setLabels)#edge-mode→handle.setEdges)curiosity-engine/packages/knowledge-atlas/examples/switchbay/AtlasTab.tsx(edgeMode/cycleEdgeMode)frontend/src/widgets/graph/ce-graph.css(.graph-controls)Test plan
edges:pill cycles auto → on → off besidelabels:pytest tests/unit/test_web_policy.py tests/unit/test_version_sync.py