nexo-brain 7.37.4 → 7.38.6

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 (73) hide show
  1. package/.claude-plugin/plugin.json +6 -6
  2. package/README.md +25 -1652
  3. package/bin/nexo-brain.js +125 -131
  4. package/package.json +4 -5
  5. package/src/auto_update.py +27 -31
  6. package/src/automation_supervisor.py +13 -37
  7. package/src/cli.py +4 -8
  8. package/src/closure_promise_audit.py +134 -0
  9. package/src/core_schedule_controls.py +2 -5
  10. package/src/cost_secret_sweep.py +137 -0
  11. package/src/crons/manifest.json +0 -15
  12. package/src/crons/sync.py +2 -0
  13. package/src/dashboard/app.py +2 -4
  14. package/src/db/_schema.py +5 -13
  15. package/src/doctor/providers/runtime.py +21 -4
  16. package/src/email_credentials.py +38 -6
  17. package/src/enforcement_engine.py +329 -1
  18. package/src/evidence_matrix.py +94 -0
  19. package/src/hook_guardrails.py +187 -2
  20. package/src/hooks/post_tool_use.py +663 -6
  21. package/src/hooks/pre_tool_use.py +33 -1
  22. package/src/hooks/stop.py +184 -0
  23. package/src/maintenance.py +1 -1
  24. package/src/managed_mcp/lock.json +9 -9
  25. package/src/mcp_write_queue.py +7 -0
  26. package/src/plugins/cards.py +84 -1
  27. package/src/plugins/evolution.py +26 -176
  28. package/src/plugins/protocol.py +1416 -27
  29. package/src/presets/guardian_default.json +2 -0
  30. package/src/product_mode.py +27 -26
  31. package/src/public_contribution.py +41 -170
  32. package/src/r14_correction_learning.py +62 -0
  33. package/src/r23g_secrets_in_output.py +84 -0
  34. package/src/r37_reality_preflight.py +94 -0
  35. package/src/rules/core-rules.json +42 -2
  36. package/src/scripts/cost_secret_sweep.py +37 -0
  37. package/src/scripts/deep-sleep/apply_findings.py +180 -159
  38. package/src/scripts/nexo-daily-self-audit.py +26 -16
  39. package/src/scripts/nexo-immune.py +9 -2
  40. package/src/scripts/nexo-proactive-dashboard.py +8 -5
  41. package/src/scripts/nexo-runtime-preflight.py +25 -130
  42. package/src/scripts/nexo-watchdog-smoke.py +8 -5
  43. package/src/scripts/nexo-watchdog.sh +1 -29
  44. package/src/server.py +6 -1
  45. package/src/skills/campaign-from-shopify/guide.md +26 -0
  46. package/src/skills/campaign-from-shopify/skill.json +28 -0
  47. package/src/skills/run-nexo-audit-phase/guide.md +7 -7
  48. package/src/skills/run-nexo-audit-phase/skill.json +3 -5
  49. package/src/skills/run-runtime-doctor/skill.json +1 -0
  50. package/src/skills/support-second-ticket-parallel-sweep/guide.md +19 -0
  51. package/src/skills/support-second-ticket-parallel-sweep/skill.json +30 -0
  52. package/src/skills/verify-prod-config/guide.md +46 -0
  53. package/src/skills/verify-prod-config/skill.json +36 -0
  54. package/src/support_reports.py +226 -0
  55. package/templates/CLAUDE.md.template +12 -3
  56. package/templates/CODEX.AGENTS.md.template +12 -3
  57. package/templates/core-prompts/morning-agent.md +6 -0
  58. package/templates/core-prompts/r-learning-promise-capture.md +3 -0
  59. package/templates/core-prompts/r14-accepted-correction-injection.md +1 -0
  60. package/templates/core-prompts/r14-accepted-correction-question.md +1 -0
  61. package/templates/core-prompts/r36-production-edit-change-log-required.md +3 -0
  62. package/templates/core-prompts/r37-reality-preflight-injection.md +1 -0
  63. package/templates/core-prompts/r43-release-verification-checklist.md +3 -0
  64. package/templates/core-prompts/server-mcp-instructions.md +5 -1
  65. package/templates/launchagents/README.md +0 -1
  66. package/tool-enforcement-map.json +0 -65
  67. package/src/evolution_cycle.py +0 -412
  68. package/src/public_evolution_queue.py +0 -241
  69. package/src/scripts/nexo-evolution-run.py +0 -1651
  70. package/templates/core-prompts/evolution-public-contribution.md +0 -32
  71. package/templates/core-prompts/evolution-public-pr-review.md +0 -38
  72. package/templates/core-prompts/evolution-weekly.md +0 -71
  73. package/templates/launchagents/com.nexo.evolution.plist +0 -44
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "nexo-brain",
3
- "version": "7.37.4",
4
- "description": "Local cognitive runtime for Claude Code \u2014 persistent memory, overnight learning, doctor diagnostics, personal scripts, recovery-aware jobs, startup preflight, and optional dashboard/power helper.",
3
+ "version": "7.38.6",
4
+ "description": "Local NEXO runtime core for NEXO Desktop: memory, Deep Sleep, doctor diagnostics, personal scripts, recovery-aware jobs, startup preflight, and optional dashboard/power helper.",
5
5
  "author": {
6
- "name": "NEXO Brain",
7
- "email": "info@nexo-brain.com",
8
- "url": "https://nexo-brain.com"
6
+ "name": "NEXO Cognitive S.L.",
7
+ "email": "info@nexo-desktop.com",
8
+ "url": "https://nexo-desktop.com"
9
9
  },
10
- "homepage": "https://nexo-brain.com",
10
+ "homepage": "https://nexo-desktop.com",
11
11
  "repository": "https://github.com/wazionapps/nexo",
12
12
  "license": "AGPL-3.0",
13
13
  "keywords": [