@mjasnikovs/pi-task 0.38.27 → 0.38.28
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.
|
@@ -183,12 +183,13 @@ export const WORKER_PROFILES = {
|
|
|
183
183
|
+ "answer quality a function of the user's hardware: the same prompt on a "
|
|
184
184
|
+ 'slower local model loses its work and degrades, which is the argument '
|
|
185
185
|
+ 'research-fanout-budget.ts already records against every wall-clock lever '
|
|
186
|
-
+ '("no constant fixes that").
|
|
187
|
-
+ '
|
|
188
|
-
+ '
|
|
189
|
-
+ '
|
|
190
|
-
+ '
|
|
191
|
-
+ '
|
|
186
|
+
+ '("no constant fixes that"). THAT ARGUMENT IS WHAT DECIDES THIS, and it '
|
|
187
|
+
+ 'needs no measurement. The constant was also already stale: it was sized '
|
|
188
|
+
+ 'against "~25-130s on the local backend" — its only stated basis, with no '
|
|
189
|
+
+ 'entry in magicknumbers.md — and replaying 28 real recorded prompts after '
|
|
190
|
+
+ 'nothing but a MODEL swap on the SAME machine gave median 56s, p90 160s, '
|
|
191
|
+
+ 'max 280s, with 5/28 above the 130s it was calibrated to. A bound that '
|
|
192
|
+
+ 'must be re-measured whenever the model changes is the wrong bound. '
|
|
192
193
|
+ "What replaces it is `stream-stall`, armed from the user's own "
|
|
193
194
|
+ '`stuck reply retry` setting: it kills on SILENCE, never on slowness — '
|
|
194
195
|
+ '"one token every 30s is a working local model and must never be killed; '
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjasnikovs/pi-task",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.28",
|
|
4
4
|
"description": "Deterministic task planning and spec-orchestration for local models — crash-safe /task pipelines with verify/enforce gates, a real-time remote web view, and web/docs/fetch/worker subagent tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|