docs: add local and npx install paths to migration guide#397
Closed
diberry wants to merge 1 commit intobradygaster:devfrom
Closed
docs: add local and npx install paths to migration guide#397diberry wants to merge 1 commit intobradygaster:devfrom
diberry wants to merge 1 commit intobradygaster:devfrom
Conversation
- Add local (--save-dev) and npx alternatives alongside global install - Update Node.js version requirement from 18 to 20 (matches package.json) - Replace hardcoded @0.8.18 version pins with @latest Closes bradygaster#197 (item 6 — docs scope only) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Collaborator
Author
|
Consolidated into PR #389 — all changes from this PR have been merged into the consolidated docs quality PR. |
7 tasks
tamirdresher
pushed a commit
to tamirdresher/squad
that referenced
this pull request
Mar 16, 2026
* chore(squad): quality review findings — 7 issues filed Quality audit complete: 5 agents assessed CLI across testing, coverage, stability, accessibility, UX. Results: 4 P0 blockers (bradygaster#365–bradygaster#368), 3 P1 items (bradygaster#369–bradygaster#371). Blocking: Waingro dead sessions, ErrorBoundary, dropped input; Marquez help text consistency. Changes: - Logged session summary to .squad/log/2026-02-24T0205-quality-review-complete.md - Updated .squad/identity/now.md with quality review findings and new issue numbers Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore(squad): merge decision — Marquez UX audit findings Quality assessment merged from inbox (Grade B): 11 improvements (3 P0, 4 P1, 4 P2). help text, stub commands, vocabulary, separators, roster. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * test: add speed gate tests for impatient user journey 18 speed gate tests enforcing time budgets across the user journey: - Help scanability, init ceremony speed, welcome data loading - Input parsing latency, ghost retry bounds, error actionability - Version output speed and format Filed issues: bradygaster#387, bradygaster#395, bradygaster#397, bradygaster#399, bradygaster#401, bradygaster#403 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
tamirdresher
pushed a commit
to tamirdresher/squad
that referenced
this pull request
Mar 16, 2026
…) (bradygaster#476) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.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
This PR addresses item 6 from issue #197 with minimal, surgical changes to the migration guide.
Changes
Node.js version alignment:
package.jsonengines requirement)Version pin cleanup:
@0.8.18with@latestin user-facing install commands@latestwith advice to pin to a specific versionInstall path documentation:
--save-dev) and npx alternatives in Scenario 2 and Scenario 3Scope
This PR only covers the docs gap (item 6 from #197). Other items:
devbranchTesting
Closes #197