@trim21/personal-pi-extensions 0.0.320 → 0.0.321

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.0.320",
3
+ "version": "0.0.321",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
@@ -38,7 +38,7 @@ export default function opencodeBash(
38
38
  workdir: Type.Optional(
39
39
  Type.String({
40
40
  description:
41
- "Working directory to execute the command in. Defaults to the current directory; relative paths resolve from there.",
41
+ "Working directory to execute the command in. Defaults to the current directory; relative paths resolve from there. prefer use this argument over `cd ...`",
42
42
  }),
43
43
  ),
44
44
  timeout: Type.Optional(