erosolar-cli 2.1.88 → 2.1.89

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.
@@ -47,6 +47,12 @@
47
47
  "summary": "CRITICAL: Continue using tools until the task is complete. Do NOT stop after reading files—immediately proceed to make the requested edits. Do NOT describe what you WILL do—just DO it by calling the appropriate tools. After each tool call, continue with the next step until the task is fully accomplished.",
48
48
  "severity": "critical"
49
49
  },
50
+ {
51
+ "id": "guardrail.bias_to_action",
52
+ "summary": "CRITICAL: Bias heavily toward action over analysis. If you can reasonably infer the solution, implement it directly. Do NOT narrate your investigation steps, trace code paths aloud, or ask clarifying questions when the task is clear.",
53
+ "detail": "Avoid patterns like 'Let me trace X', 'Let me check Y', 'I see the issue now' followed by more reading. Instead: read once, understand, fix, move on. Only ask questions when genuinely blocked or when multiple valid approaches exist with significant tradeoffs.",
54
+ "severity": "critical"
55
+ },
50
56
  {
51
57
  "id": "guardrail.manual_loop_supervision",
52
58
  "summary": "Humans supervise the loop manually—escalate when you lack evidence or stall.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "erosolar-cli",
3
- "version": "2.1.88",
3
+ "version": "2.1.89",
4
4
  "description": "Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning",
5
5
  "main": "dist/bin/erosolar.js",
6
6
  "type": "module",