senior-dev: the side row hides its clock while its page is open, and the manual says what the row and card show - #1534
Merged
Conversation
Opening a program's room froze its node, and the side row kept drawing the age from the moment of the click beside the room's own live time, so the two disagreed. railAge now follows the rule taskNow already states: a row drawn against a frozen clock draws no clock. The true age is back the moment the room closes. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
…opped or ended The one side column (#1494) draws every task on one line and moves the step and spend to the row's hover hint and the task page header, which the senior-dev page still placed under the row. And the landed card says done for a finished run and stopped for a stopped one; ended is only the word for a run that ended without finishing. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.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.
Found in the happy-path pass over dev
c34a3a76d(see #1533). senior-dev's own flows all worked: from the shell, in a plain folder, from the chat with its task page, brief and raw calls, and stopped, with your branch never moving. Its side-list row and landed card disagreed with its manual in three places:31sbeside the page's33s. Opening a program's room freezes its node, andrailAgedrew that frozen age. The row now leaves the clock out while the room is open, following the ruletaskNowalready states, and shows the true age again when the room closes.TestAProgramSideRowHidesItsClockWhileTheRoomIsOpenfails on the old code.ended. The card saysdonefor a finished run andstoppedfor a stopped one;endedis only for a run that ended without finishing (doneTailininternal/tui3/taskdone.go). The page now says which is which.Local gates: gofmt, build, vet, focused
internal/tui3tests (the new test plus the existing program-row tests),go test ./internal/manual/, andmake test-lawsare all green.🤖 Generated with Claude Code