dashboard: show smoke + autobuild summary on every venv activation - #14
Merged
Conversation
Two new optional sections appended to pyauto-status, both read-only
file I/O (no network, no fetches). Suppressed entirely when no JSONs
are present, so the clean case stays quiet.
Smoke tests: per-workspace counts from ~/.cache/pyauto/smoke/
*.json (written by the /smoke-test skill, see
the companion admin_jammy PR). ANSI green if
failed=0, red otherwise; ✓/✗ symbol for
non-color terminals.
Last autobuild run: aggregate counts + most-recent completed_at
from PyAutoBuild/test_results/*.json (committed
by the autobuild release pipeline). Shows
PyAutoBuild's HEAD short SHA. Red counts if
any job failed.
Total dashboard runtime ~2.7s on the live tree (well under the 4s
target). One python invocation per section parses all JSONs in one
shot to avoid per-file fork overhead.
Implements autoprompt 08.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Jammy2211
pushed a commit
that referenced
this pull request
May 21, 2026
Jammy2211
pushed a commit
that referenced
this pull request
May 21, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 9, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 9, 2026
Jammy2211
pushed a commit
that referenced
this pull request
Jul 9, 2026
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
pyauto-status: smoke test summary (per-workspace, colored) and last autobuild run aggregate.~/.cache/pyauto/smoke/andPyAutoBuild/test_results/— no network, no fetches./smoke-testskill to write the per-workspace JSON.Closes #13.
Test plan
~/.cache/pyauto/smoke/: smoke section fully suppressed; autobuild section shows aggregate from PyAutoBuild/test_results (7 jobs, 153 passed, 16 failed, 28 skipped — red).🤖 Generated with Claude Code