@tekmidian/pai 0.21.1 → 0.22.0

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.
@@ -158,6 +158,7 @@ Save a task's discussion into the owning project's notes, without completing it
158
158
  | Option | Description | Default |
159
159
  |--------|-------------|---------|
160
160
  | `--quiet` | Print nothing (for hook and webhook callers) | |
161
+ | `--no-notify` | Do not tell the owning session where the file landed | |
161
162
 
162
163
 
163
164
  ### pai task done <id>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekmidian/pai",
3
- "version": "0.21.1",
3
+ "version": "0.22.0",
4
4
  "description": "PAI Knowledge OS — Personal AI Infrastructure with federated memory and project management",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",