@davidorex/pi-behavior-monitors 0.29.0 → 0.31.0
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/CHANGELOG.md +4 -0
- package/examples/hedge.patterns.json +64 -57
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,58 +1,65 @@
|
|
|
1
1
|
[
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
2
|
+
{
|
|
3
|
+
"id": "rephrase-question",
|
|
4
|
+
"description": "Rephrasing the user's question into a different question and answering that instead",
|
|
5
|
+
"severity": "warning",
|
|
6
|
+
"category": "substitution",
|
|
7
|
+
"source": "bundled"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"id": "assume-intent",
|
|
11
|
+
"description": "Assuming intent the user did not express",
|
|
12
|
+
"severity": "warning",
|
|
13
|
+
"category": "projection",
|
|
14
|
+
"source": "bundled"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "add-questions",
|
|
18
|
+
"description": "Adding questions the user did not ask",
|
|
19
|
+
"severity": "warning",
|
|
20
|
+
"category": "augmentation",
|
|
21
|
+
"source": "bundled"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"id": "reinterpret-words",
|
|
25
|
+
"description": "Interpreting the user's words as meaning something other than what they said",
|
|
26
|
+
"severity": "warning",
|
|
27
|
+
"category": "substitution",
|
|
28
|
+
"source": "bundled"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "attribute-position",
|
|
32
|
+
"description": "Attributing a position or preference the user did not state",
|
|
33
|
+
"severity": "warning",
|
|
34
|
+
"category": "projection",
|
|
35
|
+
"source": "bundled"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "ask-permission",
|
|
39
|
+
"description": "Asking permission to do something instead of doing it when the user asked a direct question",
|
|
40
|
+
"severity": "warning",
|
|
41
|
+
"category": "deflection",
|
|
42
|
+
"source": "bundled"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"id": "qualify-yesno",
|
|
46
|
+
"description": "Answering a yes/no question with qualifiers instead of yes or no",
|
|
47
|
+
"severity": "info",
|
|
48
|
+
"category": "deflection",
|
|
49
|
+
"source": "bundled"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"id": "counter-question",
|
|
53
|
+
"description": "Deflecting with a counter-question when the user expected an answer",
|
|
54
|
+
"severity": "warning",
|
|
55
|
+
"category": "deflection",
|
|
56
|
+
"source": "bundled"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "producing-no-response-text-when-the-user-makes-a-direct-corr",
|
|
60
|
+
"description": "Producing no response text when the user makes a direct correction that requires acknowledgment and updated guidance.",
|
|
61
|
+
"severity": "warning",
|
|
62
|
+
"source": "learned",
|
|
63
|
+
"learned_at": "2026-06-09T11:51:31.273Z"
|
|
64
|
+
}
|
|
65
|
+
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@davidorex/pi-behavior-monitors",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.31.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"nunjucks": "^3.2.4",
|
|
59
|
-
"@davidorex/pi-jit-agents": "^0.
|
|
60
|
-
"@davidorex/pi-context": "^0.
|
|
61
|
-
"@davidorex/pi-workflows": "^0.
|
|
59
|
+
"@davidorex/pi-jit-agents": "^0.31.0",
|
|
60
|
+
"@davidorex/pi-context": "^0.31.0",
|
|
61
|
+
"@davidorex/pi-workflows": "^0.31.0",
|
|
62
62
|
"@earendil-works/pi-ai": "^0.75.4",
|
|
63
63
|
"@earendil-works/pi-coding-agent": "^0.75.4",
|
|
64
64
|
"@earendil-works/pi-tui": "^0.75.4"
|