neuralos 2.9.5 → 2.9.7

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 (4) hide show
  1. package/README.md +21 -336
  2. package/bin/gybackend.cjs +2037 -1383
  3. package/package.json +6 -6
  4. package/bin/gybackend.js +0 -387870
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "neuralos",
3
- "version": "2.9.5",
4
- "description": "neuralOS \u2014 the headless AI-native backend for RTerm. run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation, SRE observability, Netdata, AWS APerf, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory, APM/DEM/Infra/ETW ingestion). The RTerm desktop app stays RTerm; neuralOS is the standalone backend daemon. Dual-published as rterm-backend. v2.9.5: APM/DEM/Infra/ETW ingestion wired.",
5
- "main": "bin/gybackend.js",
3
+ "version": "2.9.7",
4
+ "description": "neuralOS the headless AI-native backend for RTerm. run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation, SRE observability, Netdata, AWS APerf, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory, APM/DEM/Infra/ETW ingestion). The RTerm desktop app stays RTerm; neuralOS is the standalone backend daemon. Dual-published as rterm-backend. v2.9.7: SECURITY (republish without bundled local settings; 2.9.6 was deprecated) + settings-driven cost/alerts/on-call/cloud + model-id normalization fix.",
5
+ "main": "bin/gybackend.cjs",
6
6
  "bin": {
7
- "neuralos": "bin/gybackend.js",
8
- "gybackend": "bin/gybackend.js"
7
+ "neuralos": "bin/gybackend.cjs",
8
+ "gybackend": "bin/gybackend.cjs"
9
9
  },
10
10
  "scripts": {
11
- "start": "node bin/gybackend.js"
11
+ "start": "node bin/gybackend.cjs"
12
12
  },
13
13
  "dependencies": {
14
14
  "@nats-io/transport-node": "^3.4.0",