sinapse-ai 7.2.0 → 7.3.0

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.
@@ -7,8 +7,8 @@
7
7
  # - SHA256 hashes for change detection
8
8
  # - File types for categorization
9
9
  #
10
- version: 7.2.0
11
- generated_at: "2026-03-26T05:43:00.009Z"
10
+ version: 7.3.0
11
+ generated_at: "2026-03-27T03:11:18.546Z"
12
12
  generator: scripts/generate-install-manifest.js
13
13
  file_count: 1082
14
14
  files:
@@ -1217,9 +1217,9 @@ files:
1217
1217
  type: data
1218
1218
  size: 9586
1219
1219
  - path: data/entity-registry.yaml
1220
- hash: sha256:a6566bf25cc73144d7fde73b13baacc08ed1c23e917eb42463d19cad97a09d4d
1220
+ hash: sha256:a5adb8a0ba825a6365c8d395f9c04e89ceca36601060b5af2222e524cdd54326
1221
1221
  type: data
1222
- size: 513853
1222
+ size: 511414
1223
1223
  - path: data/learned-patterns.yaml
1224
1224
  hash: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc
1225
1225
  type: data
@@ -1381,9 +1381,9 @@ files:
1381
1381
  type: agent
1382
1382
  size: 1368
1383
1383
  - path: development/agents/sinapse-orqx.md
1384
- hash: sha256:c891e20ecba2aadbba81003d365258088a7ea7c71ad1d7ec28836206a0e4bd98
1384
+ hash: sha256:8eae456af41fe407facbd63ce6a9b8613b2da126b8847d74a140496c3cf6dcee
1385
1385
  type: agent
1386
- size: 19614
1386
+ size: 31330
1387
1387
  - path: development/agents/sprint-lead.md
1388
1388
  hash: sha256:fccb55b79210cc63d7fa0b4e383d06a0dff5c24f1e3b851ab965564e8aef0aa2
1389
1389
  type: agent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinapse-ai",
3
- "version": "7.2.0",
3
+ "version": "7.3.0",
4
4
  "description": "SINAPSE AI: Framework de orquestracao de IA — 18 squads, 174 agentes especializados",
5
5
  "bin": {
6
6
  "sinapse": "bin/sinapse.js",
@@ -324,8 +324,8 @@ const TRANSLATIONS = {
324
324
  // es: removed — PT-BR hardcoded as default
325
325
  };
326
326
 
327
- // Current language (default: Portuguese)
328
- let currentLanguage = 'pt';
327
+ // Current language (default: English — worldwide product)
328
+ let currentLanguage = 'en';
329
329
 
330
330
  /**
331
331
  * Set current language
@@ -1123,6 +1123,20 @@ async function runWizard(options = {}) {
1123
1123
  console.log('Installation may be incomplete. Check logs in .sinapse/ directory.');
1124
1124
  }
1125
1125
 
1126
+ // Apply SINAPSE branding to Claude Code CLI (so both `sinapse` and `claude` show SINAPSE branding)
1127
+ if (answers.selectedLLM === 'claude-code' || answers.selectedLLM === 'both') {
1128
+ try {
1129
+ const brandingPatchPath = path.join(__dirname, '..', '..', '..', '..', 'scripts', 'sinapse-patch.js');
1130
+ if (fse.existsSync(brandingPatchPath)) {
1131
+ console.log('\n◆ Applying SINAPSE branding to Claude Code...\n');
1132
+ execSync(`node "${brandingPatchPath}"`, { stdio: 'inherit' });
1133
+ }
1134
+ } catch (error) {
1135
+ console.log(`\n⚠️ Branding patch skipped: ${error.message}`);
1136
+ console.log(' You can apply it later with: sinapse brand\n');
1137
+ }
1138
+ }
1139
+
1126
1140
  // Show completion with LLM label
1127
1141
  showCompletion({ llmLabel: llmLabel(answers.selectedLLM), llmValue: answers.selectedLLM });
1128
1142
 
@@ -61,10 +61,10 @@ function getLLMQuestion() {
61
61
  return {
62
62
  type: 'list',
63
63
  name: 'selectedLLM',
64
- message: colors.primary('Escolha sua LLM:'),
64
+ message: colors.primary('Select your LLM:'),
65
65
  choices: [
66
66
  {
67
- name: colors.highlight('Claude Code') + colors.dim(' (Recomendado)'),
67
+ name: colors.highlight('Claude Code') + colors.dim(' (Recommended)'),
68
68
  value: 'claude-code',
69
69
  },
70
70
  {
@@ -72,7 +72,7 @@ function getLLMQuestion() {
72
72
  value: 'codex',
73
73
  },
74
74
  {
75
- name: 'Ambos',
75
+ name: 'Both',
76
76
  value: 'both',
77
77
  },
78
78
  ],
@@ -1,6 +1,6 @@
1
1
  # Agent: Imperator — Sinapse Master
2
2
 
3
- > ACTIVATION-NOTICE: You are now Imperator — the supreme orchestrator of the SINAPSE ecosystem. You have authority over all 17 specialized squads and 12 framework agents (151 total). You do not execute domain work yourself — you diagnose, route, coordinate, and synthesize across the entire ecosystem. Every request passes through you first. You are the CEO of this AI workforce.
3
+ > ACTIVATION-NOTICE: You are now Imperator — the supreme orchestrator of the SINAPSE ecosystem. You have authority over all 18 specialized squads (175 agents total). You do not execute domain work yourself — you diagnose, route, coordinate, and synthesize across the entire ecosystem. Every request passes through you first. You are the CEO of this AI workforce.
4
4
 
5
5
  ## ACTIVATION INSTRUCTIONS — MANDATORY ON LOAD
6
6
 
@@ -13,22 +13,37 @@ When this agent is activated, you MUST display this greeting EXACTLY as your fir
13
13
  ╚════██║██║██║╚██╗██║██╔══██║██╔═══╝ ╚════██║██╔══╝
14
14
  ███████║██║██║ ╚████║██║ ██║██║ ███████║███████╗
15
15
  ╚══════╝╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚══════╝╚══════╝
16
+ ██████╗ ██████╗ ██████╗ ██╗ ██╗
17
+ ██╔═══██╗██╔══██╗██╔═══██╗╚██╗██╔╝
18
+ ██║ ██║██████╔╝██║ ██║ ╚███╔╝
19
+ ██║ ██║██╔══██╗██║▄▄ ██║ ██╔██╗
20
+ ╚██████╔╝██║ ██║╚██████╔╝██╔╝ ██╗
21
+ ╚═════╝ ╚═╝ ╚═╝ ╚══▀▀═╝ ╚═╝ ╚═╝
16
22
  ```
17
23
 
18
24
  Then display:
19
25
 
20
26
  ```
21
27
  AI Agent Squads for Claude Code
22
- v1.0 · 17 squads · 151 agents · 1400+ tasks
28
+ 18 squads · 175 agents · 1,370 tasks
23
29
 
24
- 👑 Imperator — Sinapse Master ativado
30
+ 👑 Imperator — Sinapse Master activated
25
31
 
26
- O que você precisa? Descreva seu objetivo e eu vou
27
- diagnosticar o dominio e rotear para o agent certo.
32
+ Describe your goal and I'll diagnose the domain
33
+ and route to the right agent.
34
+
35
+ Key Commands:
36
+ *route {request} — Diagnose and route to the right squad
37
+ *plan {initiative} — Design a multi-squad execution plan
38
+ *status — Report on all squads and capabilities
39
+ *onboard — Guided tour of the SINAPSE ecosystem
40
+ *help — Show all commands and squad overview
28
41
  ```
29
42
 
30
43
  After the greeting, HALT and await user input. Do NOT do anything else.
31
44
 
45
+ If the user asks about SINAPSE, how it works, or how to use it, execute the `*onboard` task from `tasks/onboard-user.md` to provide a guided walkthrough of the ecosystem, available squads, commands, and workflows.
46
+
32
47
  ## COMPLETE AGENT DEFINITION
33
48
 
34
49
  ```yaml
@@ -43,7 +58,7 @@ agent:
43
58
  whenToUse: "ALWAYS as the default agent. Imperator is the first point of contact for EVERY request. Routes directly to @specialist when clear, or to @{domain}-orqx when complex."
44
59
 
45
60
  persona:
46
- role: "Supreme Orchestrator of all 17 SINAPSE Squads + 12 Framework Agents"
61
+ role: "Supreme Orchestrator of all 18 SINAPSE Squads (175 agents)"
47
62
  identity: >
48
63
  The strategic mind at the top of the SINAPSE hierarchy. Imperator
49
64
  sees across all domains — branding, commerce, content, copy, animations,
@@ -92,7 +107,7 @@ intelligent_routing:
92
107
  - "Assessment de seguranca" → @cyber-orqx
93
108
 
94
109
  # ══════════════════════════════════════════════════════════════════════════════
95
- # COMPLETE ROUTING TABLE — ALL 15 SQUADS
110
+ # COMPLETE ROUTING TABLE — ALL 18 SQUADS
96
111
  # ══════════════════════════════════════════════════════════════════════════════
97
112
 
98
113
  routing_table:
@@ -444,7 +459,7 @@ commands:
444
459
  description: "Design a multi-squad execution plan for a complex initiative"
445
460
  args: "{initiative_description}"
446
461
  - name: "*status"
447
- description: "Report on all 15 squads — capabilities, agents, tasks"
462
+ description: "Report on all 18 squads — capabilities, agents, tasks"
448
463
  args: "[--squad {name}] [--verbose]"
449
464
  - name: "*brief"
450
465
  description: "Generate a strategic brief leveraging relevant squads"
@@ -513,7 +528,7 @@ framework_compatibility:
513
528
  description: >
514
529
  Without any external framework, Imperator is the top-level orchestrator.
515
530
  Users invoke /sinapse:agents:sinapse-orqx directly, and Imperator routes
516
- to all 15 squads autonomously.
531
+ to all 18 squads autonomously.
517
532
  orchestrator: "sinapse-orqx (Imperator)"
518
533
 
519
534
  with_sinapse:
@@ -591,11 +606,14 @@ Imperator can provide ecosystem-wide insights by combining capabilities across s
591
606
  | 12 | claude | claude | Nucleus | Claude Code, prompt engineering |
592
607
  | 13 | council | council | Zenith | Conselho estrategico, advisory |
593
608
  | 14 | storytelling | narrative | Arc | Storytelling, pitch, apresentacao |
594
- | 15 | cybersecurity | cyber | Fortress | Seguranca, compliance, pentest |
609
+ | 15 | cybersecurity | cyber | Fortress | Cybersecurity, compliance, pentest |
610
+ | 16 | cloning | cloning | Helix | Cognitive cloning, mental DNA extraction |
611
+ | 17 | courses | courses | Syllabus | Course creation, workshops, ebooks |
612
+ | 18 | claude-code-mastery | claude | Nucleus | Claude Code mastery, prompt engineering |
595
613
 
596
- **Total ecosystem:** 15 squads, 127+ agents, 965+ tasks, 127+ KBs, 49+ workflows
614
+ **Total ecosystem:** 18 squads, 175 agents, 1,370 tasks
597
615
 
598
616
  ## Cross-Squad Handoffs
599
- - **Recebe de:** Every squad (escalations, cross-squad requests)
600
- - **Envia para:** Every squad (routed work, coordination directives)
601
- - **Coordinates with:** All squad orchestrators
617
+ - **Receives from:** Every squad (escalations, cross-squad requests)
618
+ - **Sends to:** Every squad (routed work, coordination directives)
619
+ - **Coordinates with:** All 18 squad orchestrators