@mjasnikovs/pi-task 0.40.7 → 0.40.8
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.
|
@@ -79,6 +79,8 @@ export function buildExtractionPrompt(opts) {
|
|
|
79
79
|
+ `4. If the answer is unclear, ambiguous, or absent from <${tag}-content>, write exactly:\n`
|
|
80
80
|
+ ` <answer>${abstentionSentence(opts.kind)}</answer> and put the closest related text in <excerpt>.\n`
|
|
81
81
|
+ ` Do not guess.\n`
|
|
82
|
+
+ ` A question with several parts: answer the parts <${tag}-content> covers, and name\n`
|
|
83
|
+
+ ` the parts it does not. Use rule 4's sentence alone only when it covers no part.\n`
|
|
82
84
|
+ `5. Be terse. One short paragraph in <answer> max.\n`
|
|
83
85
|
+ `\n`
|
|
84
86
|
+ `<${tag}>${opts.identity}</${tag}>\n`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjasnikovs/pi-task",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.8",
|
|
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",
|