neuralos 3.2.12 → 3.2.13

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.
Files changed (1) hide show
  1. package/package.json +42 -5
package/package.json CHANGED
@@ -1,11 +1,48 @@
1
1
  {
2
2
  "name": "neuralos",
3
- "version": "3.2.12",
4
- "description": "Headless AI-native backend for RTerm / neuralOS v3.2.12: chat console fixed (task-completion guard bounded, answers no longer cleared + re-answered, DONE deduped, auditor prompt rebalanced). 11 plugins, 55 plugin tools, parallel tool execution, captureStatus. Transports (SSH/serial/local), SQLite, and NATS libs install automatically.",
5
- "main": "bin/gybackend.cjs",
6
- "bin": { "gybackend": "bin/gybackend.cjs" },
3
+ "version": "3.2.13",
4
+ "description": "AI-native terminal & agentic-AI operations platform for Forward Deployed Engineers & SREs - AIOps closed-loop remediation, AI SRE, self-healing infrastructure, runbook automation, ChatOps over SSH/WinRM/serial under policy with tamper-evident audit.",
5
+ "keywords": [
6
+ "forward-deployed-engineer",
7
+ "fde",
8
+ "ai-terminal",
9
+ "ai-agent",
10
+ "ssh",
11
+ "winrm",
12
+ "serial-console",
13
+ "cisco",
14
+ "network-automation",
15
+ "devops",
16
+ "sre",
17
+ "observability",
18
+ "incident-response",
19
+ "change-management",
20
+ "infrastructure-automation",
21
+ "fleet-management",
22
+ "runbooks",
23
+ "neuralos",
24
+ "aiops",
25
+ "ai-sre",
26
+ "agentic-ai",
27
+ "chatops",
28
+ "self-healing",
29
+ "runbook-automation",
30
+ "closed-loop-remediation",
31
+ "mcp"
32
+ ],
7
33
  "license": "MIT",
8
- "engines": { "node": ">=18" },
34
+ "homepage": "https://rterm.app",
35
+ "repository": {
36
+ "type": "git",
37
+ "url": "git+https://github.com/DrOlu/RTerm.git"
38
+ },
39
+ "engines": {
40
+ "node": ">=18"
41
+ },
42
+ "bin": {
43
+ "gybackend": "bin/gybackend.cjs"
44
+ },
45
+ "main": "bin/gybackend.cjs",
9
46
  "dependencies": {
10
47
  "@nats-io/jetstream": "^3.4.0",
11
48
  "@nats-io/kv": "^3.4.0",