@tekmidian/pai 0.20.1 → 0.21.1
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/dist/cli/index.mjs +1 -1
- package/dist/cli/program.mjs +1 -1
- package/dist/config-CcdkNSWa.mjs.map +1 -1
- package/dist/pick-C0go9AKN.mjs +13109 -0
- package/dist/pick-C0go9AKN.mjs.map +1 -0
- package/dist/pick-CDgxcsCe.mjs +13110 -0
- package/dist/pick-CDgxcsCe.mjs.map +1 -0
- package/dist/pick-DgnLLhe0.mjs +13117 -0
- package/dist/pick-DgnLLhe0.mjs.map +1 -0
- package/docs/commands/README.md +1 -0
- package/docs/commands/task.md +18 -0
- package/package.json +1 -1
package/docs/commands/README.md
CHANGED
|
@@ -166,6 +166,7 @@ Generated man pages for every `pai` command area. Read any page in the terminal
|
|
|
166
166
|
| `pai skill telemetry` | Show skill-invocation telemetry (triggers, last used, projects) |
|
|
167
167
|
| `pai task` | Task bus: list, add, dispatch, and complete cross-session work |
|
|
168
168
|
| `pai task add <title>` | File a task onto the bus |
|
|
169
|
+
| `pai task archive <id>` | Save a task's discussion into the owning project's notes, without completing it |
|
|
169
170
|
| `pai task config` | View or change task bus settings without running the full setup wizard |
|
|
170
171
|
| `pai task dispatch` | Hand open tasks to the PAI sessions that own them |
|
|
171
172
|
| `pai task done <id>` | Mark a task complete on the tracker, keeping its discussion |
|
package/docs/commands/task.md
CHANGED
|
@@ -23,6 +23,7 @@ pai task <subcommand> [options]
|
|
|
23
23
|
| [`pai task poll`](#pai-task-poll) | One scheduler tick: dispatch what is due, check what is running, report |
|
|
24
24
|
| [`pai task schedule`](#pai-task-schedule) | Install, remove or inspect the launchd agent that ticks the scheduler |
|
|
25
25
|
| [`pai task config`](#pai-task-config) | View or change task bus settings without running the full setup wizard |
|
|
26
|
+
| [`pai task archive <id>`](#pai-task-archive-id) | Save a task's discussion into the owning project's notes, without completing it |
|
|
26
27
|
| [`pai task done <id>`](#pai-task-done-id) | Mark a task complete on the tracker, keeping its discussion |
|
|
27
28
|
|
|
28
29
|
### pai task projects
|
|
@@ -142,6 +143,23 @@ View or change task bus settings without running the full setup wizard
|
|
|
142
143
|
| `--disable` | Turn the task bus off without discarding its settings | |
|
|
143
144
|
|
|
144
145
|
|
|
146
|
+
### pai task archive <id>
|
|
147
|
+
|
|
148
|
+
Save a task's discussion into the owning project's notes, without completing it
|
|
149
|
+
|
|
150
|
+
**Arguments**
|
|
151
|
+
|
|
152
|
+
| Argument | Kind |
|
|
153
|
+
|----------|------|
|
|
154
|
+
| `<id>` | required |
|
|
155
|
+
|
|
156
|
+
**Options**
|
|
157
|
+
|
|
158
|
+
| Option | Description | Default |
|
|
159
|
+
|--------|-------------|---------|
|
|
160
|
+
| `--quiet` | Print nothing (for hook and webhook callers) | |
|
|
161
|
+
|
|
162
|
+
|
|
145
163
|
### pai task done <id>
|
|
146
164
|
|
|
147
165
|
Mark a task complete on the tracker, keeping its discussion
|