fix(scripts): improve accessible command output - #1644
Open
Bill Berry (WilliamBerryiii) wants to merge 6 commits into
Open
Bill Berry (WilliamBerryiii) wants to merge 6 commits into
Bill Berry (WilliamBerryiii) wants to merge 6 commits into
Conversation
- add non-mutating configuration previews - honor no-color output for Viewer startup - keep redirected progress readable and rate limited ♿ - Generated by Copilot
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1644 +/- ##
==========================================
+ Coverage 88.10% 88.15% +0.04%
==========================================
Files 279 280 +1
Lines 23203 23404 +201
Branches 3199 3204 +5
==========================================
+ Hits 20444 20631 +187
- Misses 2071 2078 +7
- Partials 688 695 +7
*This pull request uses carry forward flags. Click here to find out more. 🚀 New features to boost your workflow:
|
- guard absent ProgramFiles and chmod commands - verify POSIX hardening through the chmod contract - format redirected Hypothesis progress tests ♿ - Generated by Copilot
Bill Berry (WilliamBerryiii)
requested a review
from a team
as a code owner
September 22, 2026 03:58
Bill Berry (WilliamBerryiii)
changed the base branch from
main
to
accessibility/evidence-pipeline
September 22, 2026 03:58
… into accessibility/cross-repo-hygiene
… into accessibility/cross-repo-hygiene
… into accessibility/cross-repo-hygiene
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.
Pull Request
Description
Improve setup and training command output for assistive and non-interactive use. The setup launcher now exposes help and configuration preview behavior, Viewer preview output honors
NO_COLOR, invalid options include visible recovery guidance, and redirected Hypothesis progress remains readable and rate-limited.Closes #1639
Type of Change
Component(s) Affected
infrastructure/terraform/prerequisites/- Azure subscription setupinfrastructure/terraform/- Terraform infrastructureinfrastructure/setup/- OSMO control plane / Helmworkflows/- Training and evaluation workflowstraining/- Training pipelines and scriptsdocs/- DocumentationRoot setup and repository script tests are also affected.
Testing Performed
planreviewed (no unexpected changes)applytested in dev environmentsmoke_test_azure.py)Targeted local validation:
training/tests/test_stream_hypothesis.py: 15 tests passed.scripts/tests/setup-dev.Tests.ps1: six tests passed; eight POSIX installer-path tests could not run on this Windows host becausechmodis unavailable.git diff --check origin/main...accessibility/cross-repo-hygiene: passed.Documentation Impact
Bug Fix Checklist
Complete this section for bug fix PRs. Skip for other contribution types.
Checklist