Skip to content

Commit 0892167

Browse files
authored
chore: multi-perspective improvement cycle (dep update, docs) (#65)
* chore: update @vscode/vsce 3.9.1 to 3.9.2 Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> * docs: add managed install commands to README command table The Install, Update, and Reinstall Patchloom commands were registered in package.json but not documented in the README command table. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> * docs: add test:coverage to CONTRIBUTING.md useful scripts table Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca> --------- Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 36e56d2 commit 0892167

3 files changed

Lines changed: 46 additions & 218 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ npm test
3434
| `npm run compile-tests` | Compile test source |
3535
| `npm test` | Compile + run all tests |
3636
| `npm run test:unit` | Unit tests only |
37+
| `npm run test:coverage` | Unit tests with 80% line coverage threshold |
3738
| `npm run test:extension` | VS Code extension integration tests |
3839
| `npm run package` | Package the `.vsix` |
3940

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ The extension detects outdated CLI builds and warns with upgrade guidance. It re
9595
| `Patchloom: Batch Apply` | Open a JSON batch plan and execute all operations atomically |
9696
| `Patchloom: Show Output` | Open the Patchloom output channel for CLI logs and diagnostics |
9797
| `Patchloom: Show Status` | Display binary readiness, version, compatibility, and workspace state |
98+
| `Patchloom: Install Patchloom` | Download and install the Patchloom CLI with checksum verification |
99+
| `Patchloom: Update Patchloom` | Update a managed Patchloom install to the latest release |
100+
| `Patchloom: Reinstall Patchloom` | Re-download and reinstall the managed Patchloom binary |
98101
| `Patchloom: Open Settings` | Jump to Patchloom extension settings |
99102
| `Patchloom: Open Releases` | Open the Patchloom releases page in a browser |
100103

package-lock.json

Lines changed: 42 additions & 218 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)