issue-54: Rename npm run local:install to install:local #55

Merged
david merged 1 commit from chore/issue-54/rename-npm-run-local-install-to-install-local into main 2026-08-19 00:50:14 +00:00
Owner

What & why

Renames the npm run local:install script to npm run install:local to 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 the local:install script entry to install:local
  • scripts/local-install.mjs — updated internal usage comment and all [local:install] log prefixes to [install:local]; updated the npm run local:install remediation strings to npm run install:local
  • scripts/local-install.test.mjs — updated assertions on the [install:local] log prefix to match
  • README.md — updated all mentions of the install command (npm run local:installnpm run install:local) across the Install, Updating, Caveats, and Repository layout sections
  • docs/IMPLEMENTATION_PLAN.md — updated historical plan doc references for consistency

Added:

  • CHANGELOG.md — new file with an [Unreleased] entry documenting the rename

Test plan

  • npm test — all 31 existing unit tests pass unchanged (assertions updated to match the new log prefix)

Closes #54

## What & why Renames the `npm run local:install` script to `npm run install:local` to 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 the `local:install` script entry to `install:local` - `scripts/local-install.mjs` — updated internal usage comment and all `[local:install]` log prefixes to `[install:local]`; updated the `npm run local:install` remediation strings to `npm run install:local` - `scripts/local-install.test.mjs` — updated assertions on the `[install:local]` log prefix to match - `README.md` — updated all mentions of the install command (`npm run local:install` → `npm run install:local`) across the Install, Updating, Caveats, and Repository layout sections - `docs/IMPLEMENTATION_PLAN.md` — updated historical plan doc references for consistency **Added:** - `CHANGELOG.md` — new file with an `[Unreleased]` entry documenting the rename ## Test plan - `npm test` — all 31 existing unit tests pass unchanged (assertions updated to match the new log prefix) Closes #54
david merged commit f5438b2baa into main 2026-08-19 00:50:14 +00:00
david deleted branch chore/issue-54/rename-npm-run-local-install-to-install-local 2026-08-19 00:50:14 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
david/pi-extensions-and-skills!55
No description provided.