Rename sync "template infra" to "workshop machinery" - #22
Merged
Conversation
The .workshop/ + .github/ trees synced from upstream are called "workshop machinery" throughout the repo, while "infra" already denotes the azd-generated Azure Bicep infra/ directory. Rename the user-facing labels (workflow display name, commit message, step-summary heading), the module docstring, and the reset-current-step companion reference to the canonical wording. No behavior change: the [skip-advance] sentinel is intact and all 20 sync-template tests pass. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 05e5514d-ea83-4467-bffb-d3ac2e1b1636
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.
What & why
The
.workshop/+.github/trees thesync-templateworkflow pulls from upstream are called "workshop machinery" everywhere in the repo (script docstrings/comments,advance-on-push.yml's--check-machinery-onlyguard, tests,copilot-instructions.md,.workshop/README.md). Meanwhile "infra"/"infrastructure" already has a distinct, established meaning in the step docs: the azd-generated Azure Bicepinfra/directory.The
sync-templateworkflow mislabeled the machinery as "template infra" in a few user-facing spots, overloading that term. This renames them to the canonical wording.Changes
sync-template.yml(name)Sync template infraSync workshop machinerysync-template.yml(commit)workshop: sync template infra from upstream …workshop: sync machinery from upstream …sync-template.yml(summary)✅ Template infra synced✅ Workshop machinery syncedsync_template.py(docstring)Sync workshop infrastructure …Sync workshop machinery …sync_template.py(COMMIT_MESSAGE)… sync template infra …… sync machinery …reset-current-step.yml(comment)"Sync template infra""Sync workshop machinery"Safety
[skip-advance]sentinel is untouched; advance logic keys only on that sentinel, not the message wording.git commit -mand the script'sCOMMIT_MESSAGEremain byte-identical to each other.workshop: <verb> [sentinel], no repeated "workshop").python -m pytest .workshop/scripts/tests/test_sync_template.py→ 20 passed.