@henryqw/pi-deps 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,12 +38,10 @@ The installer stores its result in `<worktree gitdir>/pi-deps/status.json`. Comm
38
38
 
39
39
  The status file is removed once a Pi session reports it. Other tools that create worktrees get the same background install. They must consume the status file themselves.
40
40
 
41
- ## Data, cost, and privacy
41
+ ## Limits and recovery
42
42
 
43
43
  Dependency installation may execute repository-controlled build and install scripts. Enable only repositories you trust.
44
44
 
45
- ## Limits and recovery
46
-
47
45
  - A configured `core.hooksPath` replaces the shared hooks directory. `/deps` refuses instead of installing where Git would ignore or share the hook.
48
46
  - Only Git-root lockfiles are inspected.
49
47
  - Root npm and uv workspaces remain package-manager concerns. Nested independent projects are not scanned.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-deps",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Prepare Node and uv dependencies when opted-in Git worktrees are created.",
5
5
  "keywords": [
6
6
  "pi-package",