@spences10/pi-child-env 0.1.6 → 0.1.7
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 +4 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -5,7 +5,10 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@spences10/pi-child-env)
|
|
6
6
|
[](https://www.npmjs.com/package/@spences10/pi-child-env)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
Launch Pi child processes without leaking unsafe environment state.
|
|
9
|
+
`pi-child-env` centralizes the allowlist/scrubbing rules extensions
|
|
10
|
+
use for subprocesses, so tools get the variables they need while
|
|
11
|
+
secrets and noisy runtime internals stay out.
|
|
9
12
|
|
|
10
13
|
By default it passes only a minimal non-secret baseline (`PATH`,
|
|
11
14
|
`PI_CODING_AGENT_DIR`, locale, terminal, temp, home/user, color, and
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spences10/pi-child-env",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.7",
|
|
4
|
+
"description": "Safe environment builder for Pi child processes that passes needed variables while scrubbing secrets and noisy runtime state",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"env",
|
|
7
7
|
"pi",
|