Lane titles link to what serves the lane - #19
Merged
Conversation
Pool-backed lanes (`pool:<name>` in the session's endpoints map) keep leading to the task dispatcher's Explorer page; an endpoint-backed lane now leads to that endpoint's own rhapsody page instead -- the dispatcher has nothing to say about a role that never touches a pool. An aliasing learning lane follows the inference lane's answer; with nothing known yet the dispatcher page stays the default. Dashboard v0.10.1. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Npyz3Hbnwos12ESsdJ2YU
'Pool: inference' over a plain rhapsody endpoint was a lie the new link made visible: title and link now both come from one `laneTarget` -- 'Pool: <role>' leading to the task dispatcher when a pool serves the lane (or nothing is known yet), 'Endpoint: <role>' leading to the endpoint's rhapsody page otherwise. Dashboard v0.10.2. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Npyz3Hbnwos12ESsdJ2YU
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.
Pool-backed lanes (a
pool:<name>entry in the session's endpoints map, from #18) keep linking to the task dispatcher's Explorer page. An endpoint-backed lane now links to that endpoint's own rhapsody Explorer page (#plugin/<endpoint>/rhapsody) — the dispatcher has nothing to say about a role that never touches a pool. An aliasing learning lane follows the inference lane's answer; with no session data yet, the dispatcher page stays the default.Verified live: clicking "POOL: INFERENCE" on the running stack lands on "Rhapsody Tasks — dt_inference_ep" in the Explorer. Dashboard v0.10.1; 172 unit tests pass.
🤖 Generated with Claude Code
https://claude.ai/code/session_016Npyz3Hbnwos12ESsdJ2YU