@henryqw/pi-task-models 1.0.2 → 1.0.3

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 CHANGED
@@ -18,7 +18,6 @@ pi install npm:@henryqw/pi-task-models
18
18
  | Package | Why |
19
19
  | --- | --- |
20
20
  | `@henryqw/pi-auto-compact` | Consumer. Compaction defaults to the `fast` profile. |
21
- | `@henryqw/pi-auto-dag` | Consumer. Implement uses `balanced`; review uses `frontier`. |
22
21
  | `@henryqw/pi-herdr-btw` | Consumer. Side-thread launch uses the `fast` profile. |
23
22
  | `@henryqw/pi-herdr-rename` | Consumer. Rename uses the `fast` profile. |
24
23
  | `@henryqw/pi-subagent` | Consumer. Delegation defaults to `balanced`; caller may override it. |
@@ -61,9 +60,7 @@ Single shared JSON file at the exact package-owned path `~/.pi/agent/config/pi-t
61
60
  "pi-herdr-btw/btw": "fast",
62
61
  "pi-herdr-rename/rename": "fast",
63
62
  "pi-auto-compact/autoCompact": "fast",
64
- "pi-subagent/delegateTask": "balanced",
65
- "pi-auto-dag/implement": "balanced",
66
- "pi-auto-dag/review": "frontier"
63
+ "pi-subagent/delegateTask": "balanced"
67
64
  }
68
65
  }
69
66
  ```
package/dist/index.d.ts CHANGED
@@ -8,8 +8,6 @@ export declare const DEFAULT_TASK_ASSIGNMENTS: {
8
8
  readonly "pi-herdr-rename/rename": "fast";
9
9
  readonly "pi-auto-compact/autoCompact": "fast";
10
10
  readonly "pi-subagent/delegateTask": "balanced";
11
- readonly "pi-auto-dag/implement": "balanced";
12
- readonly "pi-auto-dag/review": "frontier";
13
11
  };
14
12
  export type TaskModelRoute = {
15
13
  model: string;
package/dist/index.js CHANGED
@@ -9,8 +9,6 @@ export const DEFAULT_TASK_ASSIGNMENTS = {
9
9
  "pi-herdr-rename/rename": "fast",
10
10
  "pi-auto-compact/autoCompact": "fast",
11
11
  "pi-subagent/delegateTask": "balanced",
12
- "pi-auto-dag/implement": "balanced",
13
- "pi-auto-dag/review": "frontier",
14
12
  };
15
13
  const CODEX_ALIAS = /^openai-codex-(?:[2-9]|[1-9]\d+)$/;
16
14
  const CONFIG_FILE = "pi-task-models.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-task-models",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Shared task model profiles and routing for HenryQW Pi extensions.",
5
5
  "keywords": [
6
6
  "pi-package",