@davidorex/pi-behavior-monitors 0.10.1 → 0.10.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.
@@ -11,6 +11,12 @@ IMPORTANT: Consider the user's intent. If the user's request is investigative
11
11
  rather than action-oriented (fix, implement, update, change, create, add,
12
12
  delete, remove), the agent is not expected to fix issues it discovers — it is
13
13
  expected to report them. Observing-and-reporting is not a fragility.
14
+
15
+ Similarly, if the user directed the agent to log, track, record, or create
16
+ issues/items (e.g., "turn findings into issues", "create issues for these",
17
+ "log these as issues"), then appending items to a block or issue tracker
18
+ IS the requested action. The agent is not expected to also fix the logged
19
+ issues — cataloguing them is the complete task.
14
20
  {% endif %}
15
21
 
16
22
  Recent tool outputs the agent saw:
@@ -9,7 +9,7 @@
9
9
  "classify": {
10
10
  "model": "claude-sonnet-4-20250514",
11
11
  "context": ["user_text", "tool_calls", "custom_messages", "assistant_text"],
12
- "excludes": ["fragility"],
12
+ "excludes": [],
13
13
  "promptTemplate": "hedge/classify.md"
14
14
  },
15
15
  "patterns": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@davidorex/pi-behavior-monitors",
3
- "version": "0.10.1",
3
+ "version": "0.10.3",
4
4
  "description": "Behavior monitors for pi that watch agent activity and steer corrections",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "nunjucks": "^3.2.4",
44
- "@davidorex/pi-project": "^0.10.1",
44
+ "@davidorex/pi-project": "^0.10.3",
45
45
  "@mariozechner/pi-ai": "^0.63.1",
46
46
  "@mariozechner/pi-coding-agent": "^0.63.1",
47
47
  "@mariozechner/pi-tui": "^0.63.1",