refactor: rename env vars to PYAUTO_* prefix#25
Merged
Conversation
Update env_vars.yaml, shell scripts, Python scripts, and docs to use: - PYAUTO_TEST_MODE (was PYAUTOFIT_TEST_MODE) - PYAUTO_SKIP_FIT_OUTPUT, PYAUTO_SKIP_VISUALIZATION, PYAUTO_SKIP_CHECKS (new) - PYAUTO_SMALL_DATASETS (was PYAUTO_WORKSPACE_SMALL_DATASETS) - PYAUTO_OUTPUT_MODE (was PYAUTOARRAY_OUTPUT_MODE) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Apr 12, 2026
Merged
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
Update env_vars.yaml, run_all_scripts.sh, Python scripts, and documentation to use the new unified
PYAUTO_*environment variable names.Scripts Changed
config/build/env_vars.yaml— renamed vars, added skip flagsrun_all_scripts.sh— renamed exports to new var namesscripts/guides/results/start_here.py—PYAUTOFIT_TEST_MODE→PYAUTO_TEST_MODECLAUDE.md,AGENTS.md,.github/copilot-instructions.md,smoke_tests.txt— updated docs.claude/skills/run_all_script_fix_failures/SKILL.md— updated var nameUpstream PRs
Test Plan
🤖 Generated with Claude Code