@tekmidian/pai 0.33.0 → 0.33.2

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/docs/task-bus.md CHANGED
@@ -72,8 +72,8 @@ a sub-project under it, named after the session:
72
72
  Claude 🤖 ← rootProjectId
73
73
  ├── PAI
74
74
  ├── AIBroker
75
- ├── Jobs Matthias
76
- └── Jobs Grazyna
75
+ ├── Job Search (own)
76
+ └── Job Search (assisting)
77
77
  ```
78
78
 
79
79
  Ownership is the sub-project a task sits in. Filing from a phone is then one
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekmidian/pai",
3
- "version": "0.33.0",
3
+ "version": "0.33.2",
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",