neuralos 3.2.15 → 3.2.17

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 (2) hide show
  1. package/bin/gybackend.cjs +33892 -33038
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "neuralos",
3
- "version": "3.2.15",
4
- "description": "Headless AI-native backend for RTerm / neuralOS — v3.2.15: offensive security suite (promptfoo LLM red-team, mitmproxy traffic capture with secret detection, NetExec attack simulation with target allowlists). OpenLLMetry-style LLM tracing + OTLP push fix from 3.2.14. 14 plugins, 61 plugin tools, parallel tool execution, captureStatus.",
3
+ "version": "3.2.17",
4
+ "description": "Headless AI-native backend for RTerm / neuralOS — v3.2.17: playbook overhaul (per-step timeout + retry, parallel targets, dry-run mode, conditional steps, template/healthCheck/sub-playbook step kinds, maxRuntime circuit breaker, onTargetError policy, env injection, full output capture). Cron overhaul from 3.2.16 (timezone, overlap guard, pause, catch-up, history, drift). 14 plugins, 61 plugin tools.",
5
5
  "main": "bin/gybackend.cjs",
6
6
  "bin": { "gybackend": "bin/gybackend.cjs" },
7
7
  "license": "MIT",