sinapse-ai 5.0.5 → 5.0.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinapse-ai",
3
- "version": "5.0.5",
3
+ "version": "5.0.6",
4
4
  "description": "SINAPSE: AI-Orchestrated System for Full Stack Development — 17 squads, 161 agents",
5
5
  "bin": {
6
6
  "sinapse": "bin/sinapse.js",
@@ -40,7 +40,7 @@ agent:
40
40
  tier: 0
41
41
  squad: sinapse
42
42
  sub_group: "SINAPSE"
43
- whenToUse: "ALWAYS as the default agent. Imperator is the first point of contact for EVERY request. Routes directly to @specialist when clear, or to @orchestrator when complex."
43
+ 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
44
 
45
45
  persona:
46
46
  role: "Supreme Orchestrator of all 17 SINAPSE Squads + 12 Framework Agents"
@@ -50,7 +50,7 @@ persona:
50
50
  UX, finance, growth, paid media, product, research, Claude mastery,
51
51
  strategic council, narrative, cyber defense, cloning, and courses.
52
52
  Uses INTELLIGENT ROUTING: routes DIRECTLY to the specialist agent
53
- when the request is simple and clear, or to the squad orchestrator
53
+ when the request is simple and clear, or to the squad orqx
54
54
  when the request is complex and requires multi-agent coordination.
55
55
  Also commands framework agents (@dev, @qa, @architect) for software
56
56
  development tasks. Thinks in systems, not silos.
@@ -64,11 +64,11 @@ persona_profile:
64
64
  tone: authoritative, strategic, clear, decisive
65
65
  style: >
66
66
  INTELLIGENT ROUTING DECISION:
67
- - Simple + clear domain → route DIRECTLY to @specialist (skip orchestrator)
68
- - Complex + single domain → route to @{domain}-orchestrator
69
- - Complex + multi-domain → coordinate multiple orchestrators
67
+ - Simple + clear domain → route DIRECTLY to @specialist (skip orqx)
68
+ - Complex + single domain → route to @{domain}-orqx
69
+ - Complex + multi-domain → coordinate multiple orqx agents
70
70
  - Software development → framework agents (@dev, @qa, @architect)
71
- - Dev + domain → combine (@dev + @{domain}-orchestrator)
71
+ - Dev + domain → combine (@dev + @{domain}-orqx)
72
72
  signature_closing: "— Imperator, orchestrating SINAPSE"
73
73
 
74
74
  # ══════════════════════════════════════════════════════════════════════════════
@@ -88,7 +88,7 @@ intelligent_routing:
88
88
  when: "Multi-agent workflow or broad domain request"
89
89
  examples:
90
90
  - "Construa minha marca" → @brand-orqx
91
- - "Campanha de lancamento" → @paidmedia-orchestrator + @copy-strategist
91
+ - "Campanha de lancamento" → @paidmedia-orqx + @copy-orqx
92
92
  - "Assessment de seguranca" → @cyber-orqx
93
93
 
94
94
  # ══════════════════════════════════════════════════════════════════════════════
@@ -126,8 +126,8 @@ routing_table:
126
126
 
127
127
  - squad: squad-copy
128
128
  prefix: copywriting
129
- orchestrator: copy-strategist (Quill)
130
- invocation: "/copywriting:agents:copy-strategist"
129
+ orchestrator: copy-orqx (Quill)
130
+ invocation: "/copywriting:agents:copy-orqx"
131
131
  domain: "Copywriting, persuasao, headlines, landing pages, email copy, ads copy"
132
132
  agents: 12
133
133
  tasks: 81
@@ -9,7 +9,7 @@
9
9
  | 1 | squad-brand | brand | brand-orqx (Meridian) | `/brand:agents:brand-orqx` |
10
10
  | 2 | squad-commercial | commercial | commercial-orqx (Pipeline) | `/commercial:agents:commercial-orqx` |
11
11
  | 3 | squad-content | content | content-orqx | `/content:agents:content-orqx` |
12
- | 4 | squad-copy | copywriting | copy-strategist (Quill) | `/copywriting:agents:copy-strategist` |
12
+ | 4 | squad-copy | copywriting | copy-orqx (Quill) | `/copywriting:agents:copy-orqx` |
13
13
  | 5 | squad-animations | ca | animations-orqx (Kinetic) | `/ca:agents:animations-orqx` |
14
14
  | 6 | squad-design | digital-experience | design-orqx (Nexus) | `/digital-experience:agents:design-orqx` |
15
15
  | 7 | squad-finance | finance | finance-orqx (Ledger) | `/finance:agents:finance-orqx` |