From 4ea03b05974432adca2cfb24f1c0f43eeba81dae Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 6 Feb 2026 02:43:09 -0500 Subject: [PATCH] MAESTRO: Mark PR #919 complete in PR-Triage-10 - Windows npm PATH setup note merged Co-Authored-By: Claude Opus 4.6 --- Auto Run Docs/PR-Triage/PR-Triage-10.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Auto Run Docs/PR-Triage/PR-Triage-10.md b/Auto Run Docs/PR-Triage/PR-Triage-10.md index cc5655e2..60740fdd 100644 --- a/Auto Run Docs/PR-Triage/PR-Triage-10.md +++ b/Auto Run Docs/PR-Triage/PR-Triage-10.md @@ -32,7 +32,8 @@ Quick wins — docs PRs are low-risk and can be merged rapidly after basic revie ## Windows-Specific Docs -- [ ] Review and merge PR #919 (`docs: add Windows setup note for npm not recognized error` by @kamran-khalid-v9). Steps: (1) `gh pr checkout 919` (2) Review the note — should explain PATH configuration for npm on Windows (3) If helpful: `gh pr merge 919 --rebase --delete-branch` +- [x] Review and merge PR #919 (`docs: add Windows setup note for npm not recognized error` by @kamran-khalid-v9). Steps: (1) `gh pr checkout 919` (2) Review the note — should explain PATH configuration for npm on Windows (3) If helpful: `gh pr merge 919 --rebase --delete-branch` + - **Merged 2026-02-06.** Added 11-line Windows setup note to README.md explaining how to resolve "npm is not recognized as the name of a cmdlet" error by installing Node.js and ensuring npm is on PATH. CI passed (Greptile Review). Fixes #908. - [ ] Review and merge PR #882 (`Add Windows local development notes to README` by @namratab18). Single file. Steps: (1) `gh pr checkout 882` (2) Quick review (3) `gh pr merge 882 --rebase --delete-branch`