@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.
- package/README.md +1 -3
- 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
|
-
##
|
|
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.
|