@henryqw/pi-task-models 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +13 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,17 +8,26 @@ Shared `fast`, `balanced`, and `frontier` model profiles for HenryQW Pi extensio
8
8
  pi install npm:@henryqw/pi-task-models
9
9
  ```
10
10
 
11
- ## Use
11
+ ## With
12
12
 
13
- | Surface | Purpose |
13
+ | Package | Why |
14
14
  | --- | --- |
15
- | `/task-models` | Edit a profile or assign a task to a profile. |
15
+ | `@henryqw/pi-auto-compact` | Consumer. Compaction uses the `balanced` profile. |
16
+ | `@henryqw/pi-herdr-rename` | Consumer. Rename uses the `fast` profile. |
17
+ | `@henryqw/pi-subagent` | Consumer. Caller picks `fast`, `balanced`, or `frontier`. |
18
+ | `@henryqw/pi-multi-codex` | Improves. Numbered Codex slots dedupe to one route. |
19
+
20
+ ## Use
21
+
22
+ | Surface | Type | Purpose |
23
+ | --- | --- | --- |
24
+ | `/task-models` | command | Edit a profile or assign a task to a profile. |
16
25
 
17
26
  Selecting a profile sets primary model, primary thinking, optional fallback model, then fallback thinking. One completed flow writes the whole profile. Selecting a task changes its assignment.
18
27
 
19
28
  Menus and resolution use the current session's `ctx.scopedModels`, including pinned thinking. Empty scope uses Pi's full available model registry. Numbered Codex account aliases are deduplicated. Fallback choices exclude the selected primary. Hidden task assignments stay stored when a package is disabled.
20
29
 
21
- Used by `pi-herdr-rename` (default `fast`), `pi-auto-compact` (default `balanced`), and `pi-subagent` (caller picks the class). `pi-herdr-subagents` stays independent. Package also exports config and route-resolution helpers for those consumers.
30
+ Package also exports config and route-resolution helpers for consumers.
22
31
 
23
32
  ## Config
24
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-task-models",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Shared task model profiles and routing for HenryQW Pi extensions.",
5
5
  "keywords": [
6
6
  "pi-package",