Feat/add agent library - #14
Merged
Merged
Conversation
The side panes were sized below the intrinsic width of what they hold, so content was cut off rather than shrinking — the surrounding ScrollViewers deliberately have no horizontal scrolling, so there was nothing to scroll to. - Raise the strand-list and inspector defaults (236/318 -> 260/340) and their splitter minimums to match, in both SecondPage.xaml and its layout code-behind. - Make the squeezed labels trim instead of wrap or overflow: the segment GUID moves from a horizontal StackPanel (which measures with infinite width) into a Grid with a `*` column, and the strand rows get NoWrap + CharacterEllipsis. - Shrink the strand row's fixed cost (padding, swatch, four icon buttons) so a narrow rail still leaves room for the name. - Raise TrainEditor's 2x2 tile trigger to 1400: the trigger only sees the window width, but the tiles get the window minus the train rail, whose MaxWidth drops to 480 here. At the old 1150 each tile was squeezed to ~330px. - Tighten the pill button's padding and drop its MinWidth so two- and three-up pills fit the narrowest pane. Verified: desktop head builds with 0 warnings, 40/40 tests pass. Visuals need a real device, since the Skia surface can't be screenshotted here. Co-Authored-By: Claude <noreply@anthropic.com>
Give the project dedicated Domain/Application/Infrastructure, UI, BLE, test, devops, review, and requirements agents under .claude/agents/, and point CLAUDE.md at the routing table so work gets sent to the right role instead of being handled ad hoc. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Nr4YPeoy7NwQtRH9xWKRM1
|
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.



No description provided.