@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/README.md +2 -2
- package/dist/cli/index.mjs +2 -2
- package/dist/cli/program.mjs +2 -2
- package/dist/{main-resolver-qIjvdJsb.mjs → main-resolver-Cc2ohdT4.mjs} +50 -13
- package/dist/{main-resolver-qIjvdJsb.mjs.map → main-resolver-Cc2ohdT4.mjs.map} +1 -1
- package/dist/{pick-CX1A7ffC.mjs → pick-Ccysp-Sb.mjs} +3 -3
- package/dist/{pick-CX1A7ffC.mjs.map → pick-Ccysp-Sb.mjs.map} +1 -1
- package/docs/task-bus.md +2 -2
- package/package.json +1 -1
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
|
-
├──
|
|
76
|
-
└──
|
|
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
|