issue-54: Rename npm run local:install to install:local #55
No reviewers
Labels
No labels
bug
chore
documentation
enhancement
feature
ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
david/pi-extensions-and-skills!55
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/issue-54/rename-npm-run-local-install-to-install-local"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What & why
Renames the
npm run local:installscript tonpm run install:localto match the<action>:<scope>naming convention used by other tooling in this repo (e.g.test:coverage). Same script, same behavior — only the npm script name and log message prefixes changed ([local:install]→[install:local]).Per-file breakdown
Modified:
package.json— renamed thelocal:installscript entry toinstall:localscripts/local-install.mjs— updated internal usage comment and all[local:install]log prefixes to[install:local]; updated thenpm run local:installremediation strings tonpm run install:localscripts/local-install.test.mjs— updated assertions on the[install:local]log prefix to matchREADME.md— updated all mentions of the install command (npm run local:install→npm run install:local) across the Install, Updating, Caveats, and Repository layout sectionsdocs/IMPLEMENTATION_PLAN.md— updated historical plan doc references for consistencyAdded:
CHANGELOG.md— new file with an[Unreleased]entry documenting the renameTest plan
npm test— all 31 existing unit tests pass unchanged (assertions updated to match the new log prefix)Closes #54
david referenced this pull request2026-08-27 23:59:07 +00:00
david referenced this pull request2026-08-27 23:59:07 +00:00