nexo-brain 5.3.15 → 5.3.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 (212) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/bin/nexo-brain.js +28 -9
  3. package/package.json +1 -1
  4. package/src/auto_update.py +25 -8
  5. package/src/client_preferences.py +26 -2
  6. package/src/dashboard/static/favicon 2.svg +0 -32
  7. package/src/dashboard/static/nexo-logo 2.png +0 -0
  8. package/src/dashboard/static/nexo-logo 2.svg +0 -40
  9. package/src/dashboard/static/style 2.css +0 -2458
  10. package/src/dashboard/templates/adaptive 2.html +0 -118
  11. package/src/dashboard/templates/artifacts 2.html +0 -133
  12. package/src/dashboard/templates/backups 2.html +0 -136
  13. package/src/dashboard/templates/base 2.html +0 -417
  14. package/src/dashboard/templates/calendar 2.html +0 -591
  15. package/src/dashboard/templates/chat 2.html +0 -356
  16. package/src/dashboard/templates/claims 2.html +0 -259
  17. package/src/dashboard/templates/cortex 2.html +0 -321
  18. package/src/dashboard/templates/credentials 2.html +0 -128
  19. package/src/dashboard/templates/crons 2.html +0 -370
  20. package/src/dashboard/templates/dashboard 2.html +0 -494
  21. package/src/dashboard/templates/dreams 2.html +0 -252
  22. package/src/dashboard/templates/email 2.html +0 -160
  23. package/src/dashboard/templates/evolution 2.html +0 -189
  24. package/src/dashboard/templates/feed 2.html +0 -249
  25. package/src/dashboard/templates/followup_health 2.html +0 -170
  26. package/src/dashboard/templates/graph 2.html +0 -201
  27. package/src/dashboard/templates/guard 2.html +0 -259
  28. package/src/dashboard/templates/inbox 2.html +0 -251
  29. package/src/dashboard/templates/memory 2.html +0 -420
  30. package/src/dashboard/templates/operations 2.html +0 -608
  31. package/src/dashboard/templates/plugins 2.html +0 -185
  32. package/src/dashboard/templates/protocol 2.html +0 -199
  33. package/src/dashboard/templates/rules 2.html +0 -246
  34. package/src/dashboard/templates/sentiment 2.html +0 -247
  35. package/src/dashboard/templates/sessions 2.html +0 -218
  36. package/src/dashboard/templates/skills 2.html +0 -329
  37. package/src/dashboard/templates/somatic 2.html +0 -73
  38. package/src/dashboard/templates/triggers 2.html +0 -133
  39. package/src/dashboard/templates/trust 2.html +0 -360
  40. package/src/db/__init__ 2.py +0 -259
  41. package/src/db/_core 2.py +0 -437
  42. package/src/db/_credentials 2.py +0 -124
  43. package/src/db/_episodic 2.py +0 -762
  44. package/src/db/_evolution 2.py +0 -54
  45. package/src/db/_fts 2.py +0 -406
  46. package/src/db/_goal_profiles 2.py +0 -376
  47. package/src/db/_hot_context 2.py +0 -660
  48. package/src/db/_outcomes 2.py +0 -800
  49. package/src/db/_personal_scripts 2.py +0 -582
  50. package/src/db/_sessions 2.py +0 -330
  51. package/src/db/_tasks 2.py +0 -91
  52. package/src/db/_watchers 2.py +0 -173
  53. package/src/doctor/formatters 2.py +0 -52
  54. package/src/doctor/models 2.py +0 -69
  55. package/src/doctor/planes 2.py +0 -87
  56. package/src/doctor/providers/__init__ 2.py +0 -1
  57. package/src/doctor/providers/deep 2.py +0 -367
  58. package/src/evolution_cycle 2.py +0 -519
  59. package/src/hooks/auto_capture 2.py +0 -208
  60. package/src/hooks/caffeinate-guard 2.sh +0 -8
  61. package/src/hooks/capture-session 2.sh +0 -21
  62. package/src/hooks/capture-tool-logs 2.sh +0 -158
  63. package/src/hooks/daily-briefing-check 2.sh +0 -33
  64. package/src/hooks/heartbeat-enforcement 2.py +0 -90
  65. package/src/hooks/heartbeat-posttool 2.sh +0 -18
  66. package/src/hooks/inbox-hook 2.sh +0 -76
  67. package/src/hooks/post-compact 2.sh +0 -152
  68. package/src/hooks/pre-compact 2.sh +0 -169
  69. package/src/hooks/protocol-guardrail 2.sh +0 -10
  70. package/src/hooks/protocol-pretool-guardrail 2.sh +0 -9
  71. package/src/hooks/session-stop 2.sh +0 -52
  72. package/src/kg_populate 2.py +0 -292
  73. package/src/maintenance 2.py +0 -53
  74. package/src/memory_backends 2.py +0 -71
  75. package/src/migrate_embeddings 2.py +0 -124
  76. package/src/nexo_sdk 2.py +0 -103
  77. package/src/observability 2.py +0 -199
  78. package/src/plugin_loader 2.py +0 -217
  79. package/src/plugins/__init__ 2.py +0 -0
  80. package/src/plugins/artifact_registry 2.py +0 -450
  81. package/src/plugins/backup 2.py +0 -127
  82. package/src/plugins/claims_tools 2.py +0 -119
  83. package/src/plugins/cognitive_memory 2.py +0 -609
  84. package/src/plugins/core_rules 2.py +0 -252
  85. package/src/plugins/cortex 2.py +0 -1155
  86. package/src/plugins/entities 2.py +0 -67
  87. package/src/plugins/episodic_memory 2.py +0 -560
  88. package/src/plugins/evolution 2.py +0 -167
  89. package/src/plugins/goal_engine 2.py +0 -142
  90. package/src/plugins/guard 2.py +0 -862
  91. package/src/plugins/impact 2.py +0 -29
  92. package/src/plugins/knowledge_graph_tools 2.py +0 -137
  93. package/src/plugins/media_memory_tools 2.py +0 -98
  94. package/src/plugins/memory_export 2.py +0 -196
  95. package/src/plugins/outcomes 2.py +0 -130
  96. package/src/plugins/personal_scripts 2.py +0 -117
  97. package/src/plugins/preferences 2.py +0 -47
  98. package/src/plugins/protocol 2.py +0 -1449
  99. package/src/plugins/simple_api 2.py +0 -106
  100. package/src/plugins/skills 2.py +0 -341
  101. package/src/plugins/state_watchers 2.py +0 -79
  102. package/src/plugins/update 2.py +0 -986
  103. package/src/plugins/user_state_tools 2.py +0 -43
  104. package/src/plugins/workflow 2.py +0 -588
  105. package/src/protocol_settings 2.py +0 -59
  106. package/src/public_contribution 2.py +0 -466
  107. package/src/public_evolution_queue 2.py +0 -241
  108. package/src/requirements 2.txt +0 -14
  109. package/src/retroactive_learnings 2.py +0 -373
  110. package/src/rules/__init__ 2.py +0 -0
  111. package/src/rules/core-rules 2.json +0 -331
  112. package/src/rules/migrate 2.py +0 -207
  113. package/src/runtime_power 2.py +0 -874
  114. package/src/script_registry 2.py +0 -1559
  115. package/src/scripts/check-context 2.py +0 -272
  116. package/src/scripts/deep-sleep/apply_findings 2.py +0 -2327
  117. package/src/scripts/deep-sleep/collect 2.py +0 -928
  118. package/src/scripts/deep-sleep/extract 2.py +0 -330
  119. package/src/scripts/deep-sleep/extract-prompt 2.md +0 -285
  120. package/src/scripts/deep-sleep/synthesize 2.py +0 -312
  121. package/src/scripts/deep-sleep/synthesize-prompt 2.md +0 -336
  122. package/src/scripts/nexo-agent-run 2.py +0 -75
  123. package/src/scripts/nexo-auto-update 2.py +0 -6
  124. package/src/scripts/nexo-backup 2.sh +0 -25
  125. package/src/scripts/nexo-brain-activation 2.sh +0 -140
  126. package/src/scripts/nexo-catchup 2.py +0 -300
  127. package/src/scripts/nexo-cognitive-decay 2.py +0 -257
  128. package/src/scripts/nexo-cortex-cycle 2.py +0 -293
  129. package/src/scripts/nexo-cron-wrapper 2.sh +0 -53
  130. package/src/scripts/nexo-daily-self-audit 2.py +0 -2161
  131. package/src/scripts/nexo-dashboard 2.sh +0 -29
  132. package/src/scripts/nexo-deep-sleep 2.sh +0 -86
  133. package/src/scripts/nexo-evolution-run 2.py +0 -1664
  134. package/src/scripts/nexo-followup-hygiene 2.py +0 -139
  135. package/src/scripts/nexo-hook-record 2.py +0 -42
  136. package/src/scripts/nexo-immune 2.py +0 -936
  137. package/src/scripts/nexo-impact-scorer 2.py +0 -117
  138. package/src/scripts/nexo-inbox-hook 2.sh +0 -74
  139. package/src/scripts/nexo-install 2.py +0 -6
  140. package/src/scripts/nexo-learning-housekeep 2.py +0 -401
  141. package/src/scripts/nexo-learning-validator 2.py +0 -266
  142. package/src/scripts/nexo-migrate 2.py +0 -260
  143. package/src/scripts/nexo-outcome-checker 2.py +0 -127
  144. package/src/scripts/nexo-postmortem-consolidator 2.py +0 -456
  145. package/src/scripts/nexo-pre-commit 2.py +0 -120
  146. package/src/scripts/nexo-prevent-sleep 2.sh +0 -35
  147. package/src/scripts/nexo-proactive-dashboard 2.py +0 -354
  148. package/src/scripts/nexo-reflection 2.py +0 -256
  149. package/src/scripts/nexo-runtime-preflight 2.py +0 -274
  150. package/src/scripts/nexo-sleep 2.py +0 -631
  151. package/src/scripts/nexo-snapshot-restore 2.sh +0 -35
  152. package/src/scripts/nexo-sync-clients 2.py +0 -16
  153. package/src/scripts/nexo-synthesis 2.py +0 -475
  154. package/src/scripts/nexo-tcc-approve 2.sh +0 -79
  155. package/src/scripts/nexo-update 2.sh +0 -306
  156. package/src/scripts/nexo-watchdog 2.sh +0 -1207
  157. package/src/scripts/nexo-watchdog-smoke 2.py +0 -119
  158. package/src/scripts/rehydrate_learnings_from_archive 2.py +0 -245
  159. package/src/server 2.py +0 -1296
  160. package/src/skills/run-nexo-audit-phase/guide 2.md +0 -43
  161. package/src/skills/run-nexo-audit-phase/skill 2.json +0 -59
  162. package/src/skills/run-nexo-core-fix-cycle/guide 2.md +0 -17
  163. package/src/skills/run-nexo-core-fix-cycle/script 2.py +0 -276
  164. package/src/skills/run-nexo-core-fix-cycle/skill 2.json +0 -58
  165. package/src/skills/run-release-final-audit/guide 2.md +0 -16
  166. package/src/skills/run-release-final-audit/script 2.py +0 -259
  167. package/src/skills/run-release-final-audit/skill 2.json +0 -77
  168. package/src/skills/run-runtime-doctor/guide 2.md +0 -12
  169. package/src/skills/run-runtime-doctor/script 2.py +0 -21
  170. package/src/skills/run-runtime-doctor/skill 2.json +0 -25
  171. package/src/skills_runtime 2.py +0 -932
  172. package/src/state_watchers_runtime 2.py +0 -475
  173. package/src/storage_router 2.py +0 -32
  174. package/src/system_catalog 2.py +0 -786
  175. package/src/tools_coordination 2.py +0 -103
  176. package/src/tools_credentials 2.py +0 -68
  177. package/src/tools_drive 2.py +0 -487
  178. package/src/tools_hot_context 2.py +0 -163
  179. package/src/tools_learnings 2.py +0 -612
  180. package/src/tools_menu 2.py +0 -229
  181. package/src/tools_reminders 2.py +0 -88
  182. package/src/tools_reminders_crud 2.py +0 -363
  183. package/src/tools_sessions 2.py +0 -1054
  184. package/src/tools_system_catalog 2.py +0 -19
  185. package/src/tools_task_history 2.py +0 -57
  186. package/src/tools_transcripts 2.py +0 -98
  187. package/src/transcript_utils 2.py +0 -412
  188. package/src/user_context 2.py +0 -46
  189. package/src/user_data_portability 2.py +0 -328
  190. package/src/user_state_model 2.py +0 -170
  191. package/templates/CLAUDE.md 2.template +0 -108
  192. package/templates/CODEX.AGENTS.md 2.template +0 -66
  193. package/templates/launchagents/README 2.md +0 -132
  194. package/templates/launchagents/com.nexo.auto-close-sessions 2.plist +0 -39
  195. package/templates/launchagents/com.nexo.catchup 2.plist +0 -39
  196. package/templates/launchagents/com.nexo.cognitive-decay 2.plist +0 -40
  197. package/templates/launchagents/com.nexo.dashboard 2.plist +0 -43
  198. package/templates/launchagents/com.nexo.deep-sleep 2.plist +0 -43
  199. package/templates/launchagents/com.nexo.evolution 2.plist +0 -44
  200. package/templates/launchagents/com.nexo.followup-hygiene 2.plist +0 -45
  201. package/templates/launchagents/com.nexo.immune 2.plist +0 -41
  202. package/templates/launchagents/com.nexo.postmortem 2.plist +0 -45
  203. package/templates/launchagents/com.nexo.self-audit 2.plist +0 -47
  204. package/templates/launchagents/com.nexo.synthesis 2.plist +0 -45
  205. package/templates/launchagents/com.nexo.watchdog 2.plist +0 -37
  206. package/templates/nexo_helper 2.py +0 -301
  207. package/templates/openclaw 2.json +0 -13
  208. package/templates/plugin-template 2.py +0 -40
  209. package/templates/script-template 2.py +0 -59
  210. package/templates/script-template 2.sh +0 -13
  211. package/templates/skill-script-template 2.py +0 -48
  212. package/templates/skill-template 2.md +0 -33
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexo-brain",
3
- "version": "5.3.15",
3
+ "version": "5.3.17",
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.",
5
5
  "author": {
6
6
  "name": "NEXO Brain",
package/bin/nexo-brain.js CHANGED
@@ -1765,12 +1765,21 @@ async function main() {
1765
1765
  const templatesDest = path.join(NEXO_HOME, "templates");
1766
1766
  if (fs.existsSync(templatesSrc)) {
1767
1767
  fs.mkdirSync(templatesDest, { recursive: true });
1768
- ["script-template.py", "nexo_helper.py", "skill-template.md", "skill-script-template.py"].forEach((f) => {
1768
+ for (const f of fs.readdirSync(templatesSrc)) {
1769
1769
  const src = path.join(templatesSrc, f);
1770
- if (fs.existsSync(src)) {
1771
- fs.copyFileSync(src, path.join(templatesDest, f));
1770
+ const dest = path.join(templatesDest, f);
1771
+ if (fs.statSync(src).isFile()) {
1772
+ fs.copyFileSync(src, dest);
1773
+ } else if (fs.statSync(src).isDirectory()) {
1774
+ fs.mkdirSync(dest, { recursive: true });
1775
+ for (const sf of fs.readdirSync(src)) {
1776
+ const ssrc = path.join(src, sf);
1777
+ if (fs.statSync(ssrc).isFile()) {
1778
+ fs.copyFileSync(ssrc, path.join(dest, sf));
1779
+ }
1780
+ }
1772
1781
  }
1773
- });
1782
+ }
1774
1783
  }
1775
1784
 
1776
1785
  logMacPermissionsNotice(NEXO_HOME, syncPython);
@@ -2434,13 +2443,23 @@ async function main() {
2434
2443
  const templatesDest = path.join(NEXO_HOME, "templates");
2435
2444
  fs.mkdirSync(templatesDest, { recursive: true });
2436
2445
  if (fs.existsSync(templateDir)) {
2437
- ["script-template.py", "nexo_helper.py", "skill-template.md", "skill-script-template.py"].forEach(f => {
2446
+ // Copy all template files (not just a hardcoded subset)
2447
+ for (const f of fs.readdirSync(templateDir)) {
2438
2448
  const src = path.join(templateDir, f);
2439
- if (fs.existsSync(src)) {
2440
- fs.copyFileSync(src, path.join(templatesDest, f));
2449
+ const dest = path.join(templatesDest, f);
2450
+ if (fs.statSync(src).isFile()) {
2451
+ fs.copyFileSync(src, dest);
2452
+ } else if (fs.statSync(src).isDirectory()) {
2453
+ fs.mkdirSync(dest, { recursive: true });
2454
+ for (const sf of fs.readdirSync(src)) {
2455
+ const ssrc = path.join(src, sf);
2456
+ if (fs.statSync(ssrc).isFile()) {
2457
+ fs.copyFileSync(ssrc, path.join(dest, sf));
2458
+ }
2459
+ }
2441
2460
  }
2442
- });
2443
- log(" Script and skill templates installed.");
2461
+ }
2462
+ log(" All templates installed.");
2444
2463
  }
2445
2464
 
2446
2465
  // Hooks directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nexo-brain",
3
- "version": "5.3.15",
3
+ "version": "5.3.17",
4
4
  "mcpName": "io.github.wazionapps/nexo",
5
5
  "description": "NEXO Brain — Shared brain for AI agents. Persistent memory, semantic RAG, natural forgetting, metacognitive guard, trust scoring, 150+ MCP tools. Works with Claude Code, Codex, Claude Desktop & any MCP client. 100% local, free.",
6
6
  "homepage": "https://nexo-brain.com",
@@ -1512,18 +1512,27 @@ def _auto_update_check_locked() -> dict:
1512
1512
  except Exception as e:
1513
1513
  _log(f"Doctor plugin backfill error: {e}")
1514
1514
 
1515
- # Backfill script/skill templates for existing installs
1515
+ # Backfill all templates for existing installs (no hardcoded list)
1516
1516
  try:
1517
1517
  templates_src = REPO_DIR / "templates"
1518
1518
  templates_dest = NEXO_HOME / "templates"
1519
1519
  templates_dest.mkdir(parents=True, exist_ok=True)
1520
- for fname in ("script-template.py", "nexo_helper.py", "skill-template.md", "skill-script-template.py"):
1521
- src_file = templates_src / fname
1522
- dest_file = templates_dest / fname
1523
- if src_file.is_file() and (not dest_file.exists() or src_file.stat().st_mtime > dest_file.stat().st_mtime):
1524
- import shutil
1525
- shutil.copy2(str(src_file), str(dest_file))
1526
- _log(f"Backfilled template {fname}")
1520
+ import shutil
1521
+ if templates_src.is_dir():
1522
+ for item in templates_src.iterdir():
1523
+ if item.name == "__pycache__":
1524
+ continue
1525
+ dest_item = templates_dest / item.name
1526
+ if item.is_file():
1527
+ if not dest_item.exists() or item.stat().st_mtime > dest_item.stat().st_mtime:
1528
+ shutil.copy2(str(item), str(dest_item))
1529
+ elif item.is_dir():
1530
+ dest_item.mkdir(parents=True, exist_ok=True)
1531
+ for sub in item.iterdir():
1532
+ if sub.is_file():
1533
+ dest_sub = dest_item / sub.name
1534
+ if not dest_sub.exists() or sub.stat().st_mtime > dest_sub.stat().st_mtime:
1535
+ shutil.copy2(str(sub), str(dest_sub))
1527
1536
  except Exception as e:
1528
1537
  _log(f"Template backfill error: {e}")
1529
1538
 
@@ -1888,8 +1897,16 @@ def _copy_runtime_from_source(src_dir: Path, repo_dir: Path, dest: Path = NEXO_H
1888
1897
  if templates_src.is_dir():
1889
1898
  templates_dest.mkdir(parents=True, exist_ok=True)
1890
1899
  for item in templates_src.iterdir():
1900
+ if item.name == "__pycache__":
1901
+ continue
1891
1902
  if item.is_file():
1892
1903
  shutil.copy2(str(item), str(templates_dest / item.name))
1904
+ elif item.is_dir():
1905
+ sub_dest = templates_dest / item.name
1906
+ sub_dest.mkdir(parents=True, exist_ok=True)
1907
+ for sub in item.iterdir():
1908
+ if sub.is_file():
1909
+ shutil.copy2(str(sub), str(sub_dest / sub.name))
1893
1910
 
1894
1911
  package_json = repo_dir / "package.json"
1895
1912
  if package_json.is_file():
@@ -474,11 +474,35 @@ def _claude_desktop_config_path(home: Path) -> Path:
474
474
  return home / ".config" / "Claude" / "claude_desktop_config.json"
475
475
 
476
476
 
477
+ def _which_with_nvm(name: str, home: Path | None = None) -> str:
478
+ """Like shutil.which but also searches nvm and ~/.nexo/bin."""
479
+ found = shutil.which(name)
480
+ if found:
481
+ return found
482
+ home = home or _user_home()
483
+ # Check ~/.nexo/bin
484
+ candidate = home / ".nexo" / "bin" / name
485
+ if candidate.exists():
486
+ return str(candidate)
487
+ # Check nvm node bins
488
+ nvm_dir = home / ".nvm" / "versions" / "node"
489
+ if nvm_dir.is_dir():
490
+ try:
491
+ versions = sorted(nvm_dir.iterdir(), key=lambda p: p.stat().st_mtime, reverse=True)
492
+ for v in versions:
493
+ candidate = v / "bin" / name
494
+ if candidate.exists():
495
+ return str(candidate)
496
+ except OSError:
497
+ pass
498
+ return ""
499
+
500
+
477
501
  def detect_installed_clients(user_home: str | os.PathLike[str] | None = None) -> dict[str, dict]:
478
502
  home = Path(user_home).expanduser() if user_home else _user_home()
479
503
 
480
- claude_bin = os.environ.get("CLAUDE_BIN", "").strip() or shutil.which("claude") or ""
481
- codex_bin = os.environ.get("CODEX_BIN", "").strip() or shutil.which("codex") or ""
504
+ claude_bin = os.environ.get("CLAUDE_BIN", "").strip() or _which_with_nvm("claude", home)
505
+ codex_bin = os.environ.get("CODEX_BIN", "").strip() or _which_with_nvm("codex", home)
482
506
 
483
507
  if sys.platform == "darwin":
484
508
  desktop_app = next(
@@ -1,32 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
2
- <defs>
3
- <linearGradient id="fg" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
4
- <stop offset="0%" stop-color="#7C3AED"/>
5
- <stop offset="100%" stop-color="#EC4899"/>
6
- </linearGradient>
7
- <linearGradient id="fgf" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
8
- <stop offset="0%" stop-color="#7C3AED" stop-opacity="0.3"/>
9
- <stop offset="100%" stop-color="#EC4899" stop-opacity="0.3"/>
10
- </linearGradient>
11
- </defs>
12
-
13
- <!-- Background -->
14
- <rect width="32" height="32" rx="7" fill="#0F0A1A"/>
15
-
16
- <!-- Subtle neural lines -->
17
- <line x1="8" y1="8" x2="24" y2="8" stroke="url(#fgf)" stroke-width="0.8"/>
18
- <line x1="8" y1="24" x2="24" y2="24" stroke="url(#fgf)" stroke-width="0.8"/>
19
- <line x1="8" y1="8" x2="24" y2="24" stroke="url(#fgf)" stroke-width="0.6"/>
20
-
21
- <!-- N strokes -->
22
- <line x1="8" y1="8" x2="8" y2="24" stroke="url(#fg)" stroke-width="3.5" stroke-linecap="round"/>
23
- <line x1="8" y1="8" x2="24" y2="24" stroke="url(#fg)" stroke-width="3.5" stroke-linecap="round"/>
24
- <line x1="24" y1="8" x2="24" y2="24" stroke="url(#fg)" stroke-width="3.5" stroke-linecap="round"/>
25
-
26
- <!-- Nodes -->
27
- <circle cx="8" cy="8" r="2.5" fill="url(#fg)"/>
28
- <circle cx="24" cy="8" r="2.5" fill="url(#fg)"/>
29
- <circle cx="8" cy="24" r="2.5" fill="url(#fg)"/>
30
- <circle cx="24" cy="24" r="2.5" fill="url(#fg)"/>
31
- <circle cx="16" cy="16" r="2" fill="#EC4899"/>
32
- </svg>
@@ -1,40 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
2
- <defs>
3
- <linearGradient id="grad" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
4
- <stop offset="0%" stop-color="#7C3AED"/>
5
- <stop offset="100%" stop-color="#EC4899"/>
6
- </linearGradient>
7
- <linearGradient id="gradFade" x1="0" y1="0" x2="32" y2="32" gradientUnits="userSpaceOnUse">
8
- <stop offset="0%" stop-color="#7C3AED" stop-opacity="0.35"/>
9
- <stop offset="100%" stop-color="#EC4899" stop-opacity="0.35"/>
10
- </linearGradient>
11
- </defs>
12
-
13
- <!-- Dark background -->
14
- <rect width="32" height="32" rx="7" fill="#0F0A1A"/>
15
-
16
- <!-- Neural connection lines (subtle — behind the N strokes) -->
17
- <line x1="7" y1="8" x2="25" y2="8" stroke="url(#gradFade)" stroke-width="0.7"/>
18
- <line x1="7" y1="24" x2="25" y2="24" stroke="url(#gradFade)" stroke-width="0.7"/>
19
- <line x1="7" y1="8" x2="25" y2="24" stroke="url(#gradFade)" stroke-width="0.5"/>
20
-
21
- <!-- N — left vertical -->
22
- <line x1="7" y1="8" x2="7" y2="24" stroke="url(#grad)" stroke-width="3" stroke-linecap="round"/>
23
- <!-- N — diagonal crossbar -->
24
- <line x1="7" y1="8" x2="25" y2="24" stroke="url(#grad)" stroke-width="3" stroke-linecap="round"/>
25
- <!-- N — right vertical -->
26
- <line x1="25" y1="8" x2="25" y2="24" stroke="url(#grad)" stroke-width="3" stroke-linecap="round"/>
27
-
28
- <!-- Synaptic nodes at stroke endpoints -->
29
- <circle cx="7" cy="8" r="2.3" fill="url(#grad)"/>
30
- <circle cx="25" cy="8" r="2.3" fill="url(#grad)"/>
31
- <circle cx="7" cy="24" r="2.3" fill="url(#grad)"/>
32
- <circle cx="25" cy="24" r="2.3" fill="url(#grad)"/>
33
-
34
- <!-- Centre node on diagonal midpoint -->
35
- <circle cx="16" cy="16" r="2" fill="#EC4899"/>
36
-
37
- <!-- Tiny satellite dots -->
38
- <circle cx="16" cy="8" r="1.1" fill="#A78BFA" fill-opacity="0.6"/>
39
- <circle cx="16" cy="24" r="1.1" fill="#F472B6" fill-opacity="0.6"/>
40
- </svg>