chore(install): bump command count 17→27 + add Day-1 Guide 06 reference (infra)#17
Merged
Merged
Conversation
…ence
INFRA TOUCH — separate PR per ~/.claude/rules/infra-guard.md.
Two files changed:
install/eng-desktop.sh — Mac / Linux engineering desktop
install/qa-machine.ps1 — Windows QA machine
Two diffs per file:
1. "17 commands should appear" → "27 commands should appear: 20 smorch-dev + 7 smorch-ops"
(Reflects actual v1.6.0 surface — was stale at v1.4 count.)
2. New final Next step:
eng-desktop.sh: "5. READ THIS BEFORE YOUR FIRST PR: docs/guides/06-TEAM-USER-GUIDE.md"
qa-machine.ps1: "5. READ THIS BEFORE YOUR FIRST QA RUN: docs/guides/06-TEAM-USER-GUIDE.md"
Rationale:
- New hires currently get install → "Next: cd to project, run claude". No
pointer to the OS guide. Guide 06 is the Day-1 reading per docs/INDEX.md
Start-here matrix; the install should surface it mechanically.
- 27-vs-17 count drift is the kind of silent rot lessons.md was written for.
- Zero behavior change to the install pipeline. Just two echo lines + one count.
Servers (dev-server.sh + prod-server.sh) NOT touched — servers don't have
human readers mid-bootstrap and don't install smorch-dev (smorch-ops only).
Co-Authored-By: Claude Opus 4.7 (1M context) <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
Bring install scripts in line with v1.6.0 reality + add Guide 06 as final 'Next' step.
Why separate PR
Per
~/.claude/rules/infra-guard.md: 'Create a separate PR for infra changes — never bundle with feature code.' These are infra (bootstrap pipeline) touches. Not bundled with the docs PR that fixed the same count in guides.What changes (~6 lines)
install/eng-desktop.sh17 commands→27 commands (20 smorch-dev + 7 smorch-ops)install/qa-machine.ps117 commands→27 commands (20 smorch-dev + 7 smorch-ops)Risk: zero
Test plan
🤖 Generated with Claude Code