docs: update TUI screenshot - #2
Merged
Merged
Conversation
dejay-vu
marked this pull request as ready for review
July 13, 2026 22:08
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dejay-vu
added a commit
that referenced
this pull request
Jul 13, 2026
## Summary - measure the 500 ms query/render budget with process CPU time so shared-runner scheduling pauses do not cause false failures - wait for background login-build processes to exit before asserting cleanup - wait for Textual modal messages and child mounting before clicking the confirmation button - run push CI only on `main` while retaining pull-request CI for changes targeting `main` ## Why PR #2 exposed three timing-sensitive failures that passed on the same commit in other matrix runs: a near-threshold performance sample, a short process-reaping window, and a modal child-mount race. Feature branches also produced duplicate push and pull-request matrices, increasing CI noise and cost. ## Impact Runtime behavior is unchanged. The test suite preserves its existing performance threshold and behavioral assertions while synchronizing on the states it actually depends on. CI continues to validate every pull request and every update to `main` without duplicate feature-branch push runs. ## Validation - targeted tests passed for 10 consecutive rounds (30 test executions) - `conda run -n slurmdeck-dev ruff format .` - `conda run -n slurmdeck-dev ruff check .` - `conda run -n slurmdeck-dev mypy` - `conda run -n slurmdeck-dev python -m pytest -q` (`510 passed`) - workflow YAML parsed successfully with `yq` - `git diff --check` `actionlint` was not run because it is not installed locally.
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
Impact
Documentation only. The updated screenshot gives new users a clearer view of the TUI; runtime behavior and packaging are unchanged.
Validation
git diff --check