@trim21/personal-pi-extensions 0.0.204 → 0.0.205

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.204",
3
+ "version": "0.0.205",
4
4
  "type": "module",
5
5
  "description": "Custom pi coding-agent extensions: bwrap sandbox, workspace guard, opencode edit, and more",
6
6
  "keywords": [
@@ -85,6 +85,7 @@ In the TUI: `/talk` lists sessions, `/talk-dead` marks a session as dead (shown
85
85
  - Self-contained: background, goal, constraints — the peer has none of your context.
86
86
  - Make the ask explicit: "please review", "please implement", or "FYI only".
87
87
  - One topic per message so the reply stays focused.
88
+ - No empty pleasantries: skip "received, thanks for the sync" / "nice collaborating with you" / "thanks, noted". An acknowledgment with no new information wastes a peer's turn — send facts, questions, or decisions, not ceremony.
88
89
 
89
90
  ## Pitfalls
90
91