chore: rename env profile to profile_smoke.yaml (#161 step 6)#50
Merged
Conversation
config/build/env_vars.yaml -> profile_smoke.yaml (pure rename; no release profile in this repo). Vendored run_smoke.py prefers the canonical name with a legacy fallback until the stage-3 cleanup. Repo-local references updated. Tooling accepts both names since PyAutoHands#183 / PyAutoHeart#101. Co-Authored-By: Claude Fable 5 <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.
Summary
Step 6 (stage 2) of the env-profile migration (PyAutoHands#181):
config/build/env_vars.yaml→profile_smoke.yaml(this repo has no release profile). Pure rename — content byte-identical apart from header self-references. Where a vendored.github/scripts/run_smoke.pyexists, it prefers the canonical name with a legacy fallback that dies at the stage-3 cleanup. All repo-local references updated; a repo-wide grep confirms the fallback line (if any) is the only old-name reference left.Scripts Changed
config/build/env_vars.yaml→config/build/profile_smoke.yaml(pure rename).github/scripts/run_smoke.py(where present) — canonical name preferred, legacy fallback until stage 3Upstream PR
Tooling accepts both names since PyAutoLabs/PyAutoHands#183 and PyAutoLabs/PyAutoHeart#101 (both merged) — no breakage window.
Test Plan
yaml.safe_loadcleanHeart gate
Continuation of today's #181 work under the same human-acknowledged pre-existing RED. Merge order-free among stage-2 PRs (stage 1 already merged).
Generated by the PyAutoLabs agent workflow.
🤖 Generated with Claude Code