wolverine-ai 3.9.3 → 3.9.4
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/package.json +1 -1
- package/src/brain/brain.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "wolverine-ai",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.4",
|
|
4
4
|
"description": "Self-healing Node.js server framework powered by AI. Catches crashes, diagnoses errors, generates fixes, verifies, and restarts — automatically.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
package/src/brain/brain.js
CHANGED
|
@@ -114,7 +114,7 @@ const SEED_DOCS = [
|
|
|
114
114
|
metadata: { topic: "sub-agent-tools" },
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
|
-
text: "Heal pipeline
|
|
117
|
+
text: "Heal pipeline analytics — categories track ACTIVITY not model slot. Every heal fires: (1) audit: injection scan. (2) classifier: AI classifies error complexity. (3) research: deep research for moderate/complex errors. (4) coding: fast path single-shot repair (no tools). (5) tool: main agent + sub-agents that USE tools (read_file, write_file, bash_exec, etc). (6) chat: post-heal summary. (7) compacting: brain text compression. (8) embedding: brain vectors. (9) reasoning: reserved for deep analysis without tools. Key: agent using tools = 'tool' category regardless of which model slot (reasoning/coding) provided the model. Fast path code gen without tools = 'coding'. Sub-agent explore/verify/fix = 'tool' (they use tools). Sub-agent plan = 'classifier' (no tools, just classifies). Billing: unified credit proxy. 402 stops healing immediately.",
|
|
118
118
|
metadata: { topic: "heal-escalation" },
|
|
119
119
|
},
|
|
120
120
|
{
|