@trim21/personal-pi-extensions 0.1.507 → 0.1.508

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trim21/personal-pi-extensions",
3
- "version": "0.1.507",
3
+ "version": "0.1.508",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
@@ -32,3 +32,5 @@ IMPORTANT: Avoid using this tool to run `find`, `grep`, `cat`, `head`, `tail`, `
32
32
  - Avoid unnecessary `sleep` commands:
33
33
  - Do not sleep between commands that can run immediately — just run them.
34
34
  - Do not retry failing commands in a sleep loop — diagnose the root cause.
35
+
36
+ **do not use `2>&1 | tee test.log`** to reduce command outout, long command are reduced and save to file for future use auto automatically, you will get a file after the command with long output.