sinapse-ai 7.0.2 → 7.0.3

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.
@@ -509,3 +509,5 @@
509
509
  {"timestamp":"2026-03-25T15:07:11.687Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/claude-rules.md","trigger":"watcher"}
510
510
  {"timestamp":"2026-03-25T15:07:11.687Z","action":"change","path":".sinapse-ai/product/templates/ide-rules/codex-rules.md","trigger":"watcher"}
511
511
  {"timestamp":"2026-03-25T15:07:11.687Z","action":"change","path":".sinapse-ai/product/templates/personalized-task-template-v2.md","trigger":"watcher"}
512
+ {"timestamp":"2026-03-25T18:09:14.490Z","action":"change","path":".sinapse-ai/development/scripts/audit-agent-config.js","trigger":"watcher"}
513
+ {"timestamp":"2026-03-25T18:09:15.578Z","action":"change","path":".sinapse-ai/development/scripts/audit-agent-config.js","trigger":"watcher"}
@@ -99,7 +99,7 @@ function analyzeConfigNeeds(agentData) {
99
99
  if (agentData.dependencies.tools) {
100
100
  const tools = agentData.dependencies.tools;
101
101
 
102
- // pvMindContext needed for hybrid-ops agents
102
+ // pvMindContext needed for specialized agents
103
103
  if (tools.includes('supabase') || tools.includes('n8n')) {
104
104
  needs.lazy.push('pvMindContext');
105
105
  needs.lazy.push('hybridOpsConfig');
@@ -7,8 +7,8 @@
7
7
  # - SHA256 hashes for change detection
8
8
  # - File types for categorization
9
9
  #
10
- version: 6.0.4
11
- generated_at: "2026-03-25T14:57:52.773Z"
10
+ version: 7.0.0
11
+ generated_at: "2026-03-25T18:09:13.999Z"
12
12
  generator: scripts/generate-install-manifest.js
13
13
  file_count: 1090
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:0170cbc06ba50f07f35d39d8b729385042648c4bab17cca5a8a9733e6aaaa33b
1220
+ hash: sha256:9ae3ff6132be501372a55f175f636495efb887da6b7102e197135f395a76564c
1221
1221
  type: data
1222
- size: 519046
1222
+ size: 519038
1223
1223
  - path: data/learned-patterns.yaml
1224
1224
  hash: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc
1225
1225
  type: data
@@ -1465,9 +1465,9 @@ files:
1465
1465
  type: script
1466
1466
  size: 21559
1467
1467
  - path: development/scripts/audit-agent-config.js
1468
- hash: sha256:2b162de43b2ceee26a515d95c49a12637afc513194746263183e66543fc22c42
1468
+ hash: sha256:fde7fba12b7b451109911d75ac7719c0c5f586bf81341fb0d79d4110be3750af
1469
1469
  type: script
1470
- size: 9829
1470
+ size: 9830
1471
1471
  - path: development/scripts/backlog-manager.js
1472
1472
  hash: sha256:ac83ad8a5d32a119add54bad55cb5f84a32d093702ae4f75b0a6d2388ff1fc0a
1473
1473
  type: script
@@ -4289,9 +4289,9 @@ files:
4289
4289
  type: script
4290
4290
  size: 1711
4291
4291
  - path: user-guide.md
4292
- hash: sha256:095d05801d8165a706af94b4eb3082a0ea1d4a440745e16b8b0d3c4b15630f35
4292
+ hash: sha256:5e99c3bf1c80b40ce1d0c0925d051e601d2a18e7f26d531424cf96046a8a4ea4
4293
4293
  type: documentation
4294
- size: 38458
4294
+ size: 38455
4295
4295
  - path: workflow-intelligence/__tests__/confidence-scorer.test.js
4296
4296
  hash: sha256:237216842d3eb710ae33f3aba6c7b2a6a353cccc1dea6d4b927d8d063d9cb635
4297
4297
  type: workflow-intelligence
@@ -49,7 +49,7 @@ npx @sinapse/fullstack install
49
49
  Current state: Clean installation
50
50
 
51
51
  📦 Select Squads to Install:
52
- hybrid-ops (Human-AI Operations)
52
+ squad-brand (Brand Strategy)
53
53
  ◯ expansion-creator (Create new squads)
54
54
  ◯ sinapse-infrastructure-devops (DevOps utilities)
55
55
  ◯ meeting-notes (Meeting assistant)
@@ -121,7 +121,7 @@ your-project/
121
121
  │ └── ... (30+ rules)
122
122
 
123
123
  └── Squads/ # ✅ Se squads selecionados
124
- ├── hybrid-ops/ # Operações híbridas humano-agente
124
+ ├── squad-brand/ # Estrategia de marca
125
125
  └── expansion-creator/ # Criador de squads
126
126
  ```
127
127
 
@@ -1281,7 +1281,7 @@ O **sinapse-developer** é o meta-agente para o próprio SINAPSE:
1281
1281
  O SINAPSE suporta squads para domínios específicos:
1282
1282
 
1283
1283
  **Disponíveis durante instalação**:
1284
- - **hybrid-ops** - Operações híbridas humano-agente
1284
+ - **squad-brand** - Estrategia de marca, identidade visual, brandbook
1285
1285
  - **expansion-creator** - Ferramentas para criar novos squads
1286
1286
  - **sinapse-infrastructure-devops** - Utilities de DevOps e infraestrutura
1287
1287
  - **meeting-notes** - Assistente de notas e atas de reuniões
@@ -1293,7 +1293,7 @@ npx sinapse-ai@latest install
1293
1293
 
1294
1294
  # O wizard mostra:
1295
1295
  # 📦 Select Squads to Install:
1296
- # ◉ hybrid-ops
1296
+ # ◉ squad-brand
1297
1297
  # ◯ expansion-creator
1298
1298
  # ◯ sinapse-infrastructure-devops
1299
1299
  # ◯ meeting-notes
package/README.en.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)
8
8
  [![Open Source](https://img.shields.io/badge/Open%20Source-Yes-success.svg)](LICENSE)
9
9
 
10
- > **151 AI agents. 19 specialized squads. One CLI.**
10
+ > **174 AI agents. 19 specialized squads. One CLI.**
11
11
  >
12
12
  > SINAPSE AI is an open source framework that organizes AI agents into specialized squads to solve real problems in business, marketing, development, copywriting, design and more. Works directly in your terminal with Claude Code, Codex CLI or any compatible IDE.
13
13
 
@@ -20,7 +20,7 @@ SINAPSE AI is not another chatbot. It is an orchestration system where each agen
20
20
  **What you get when you install:**
21
21
 
22
22
  - **19 orchestrators (orqx)** ready to activate from the terminal
23
- - **151 specialized agents** with their own knowledge bases
23
+ - **174 specialized agents** with their own knowledge bases
24
24
  - **Complete workflows** for planning, development, QA and deploy
25
25
  - **Story-Driven Development** with automatic progress tracking
26
26
  - **Multi-IDE support**: Claude Code, Codex CLI, Cursor, Gemini CLI
@@ -69,25 +69,25 @@ Each squad is a team of specialized agents with its own knowledge base, workflow
69
69
  | Squad | Focus | Agents |
70
70
  |-------|-------|--------|
71
71
  | **squad-brand** | Brand strategy, archetypes, auditing | 15 |
72
- | **squad-copy** | Persuasive copywriting, headlines, conversion | 13 |
72
+ | **squad-copy** | Persuasive copywriting, headlines, conversion | 14 |
73
73
  | **squad-council** | Strategic advisors (Munger, Dalio, Thiel) | 11 |
74
- | **squad-storytelling** | Narrative, scripts, story frameworks | 10 |
75
- | **squad-commercial** | Sales, funnel, revenue, pipeline | 10 |
74
+ | **squad-storytelling** | Narrative, scripts, story frameworks | 11 |
75
+ | **squad-commercial** | Sales, funnel, revenue, pipeline | 11 |
76
76
  | **squad-animations** | Motion design, CSS, particles, 3D | 9 |
77
- | **squad-paidmedia** | Meta Ads, Google Ads, campaigns, optimization | 9 |
78
- | **squad-claude** | Claude Code, MCP, advanced integration | 8 |
79
- | **squad-cloning** | Cognitive cloning, mind synthesis | 8 |
77
+ | **squad-paidmedia** | Meta Ads, Google Ads, campaigns, optimization | 10 |
78
+ | **squad-claude** | Claude Code, MCP, advanced integration | 10 |
79
+ | **squad-cloning** | Cognitive cloning, mind synthesis | 9 |
80
80
  | **squad-courses** | Courses, curriculum, assessments, launch | 8 |
81
- | **squad-cybersecurity** | Security, threat intel, pentest | 8 |
82
- | **squad-design** | Design systems, components, tokens | 8 |
81
+ | **squad-cybersecurity** | Security, threat intel, pentest | 9 |
82
+ | **squad-design** | Design systems, components, tokens | 15 |
83
83
  | **squad-content** | Editorial governance, content strategy | 7 |
84
84
  | **squad-product** | Product discovery, strategy, operations | 7 |
85
- | **squad-research** | Market analysis, competitive intelligence | 7 |
85
+ | **squad-research** | Market analysis, competitive intelligence | 8 |
86
86
  | **squad-growth** | Analytics, CRO, SEO, growth hacking | 7 |
87
87
  | **squad-finance** | Budget, pricing, profitability analysis | 5 |
88
88
  | **claude-code-mastery** | Advanced Claude Code mastery | 8 |
89
89
 
90
- **Total: 19 squads, 151+ specialized agents**
90
+ **Total: 19 squads, 174 specialized agents**
91
91
 
92
92
  ---
93
93
 
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)
8
8
  [![Open Source](https://img.shields.io/badge/Open%20Source-Yes-success.svg)](LICENSE)
9
9
 
10
- > **151 agentes de IA. 19 squads especializados. Uma CLI.**
10
+ > **174 agentes de IA. 19 squads especializados. Uma CLI.**
11
11
  >
12
12
  > O SINAPSE AI e um framework open source que organiza agentes de IA em squads especializados para resolver problemas reais de negocios, marketing, desenvolvimento, copy, design e mais. Funciona direto no seu terminal com Claude Code, Codex CLI ou qualquer IDE compativel.
13
13
 
@@ -20,7 +20,7 @@ O SINAPSE AI nao e mais um chatbot. E um sistema de orquestracao onde cada agent
20
20
  **O que voce ganha ao instalar:**
21
21
 
22
22
  - **19 orquestradores (orqx)** prontos para ativar direto no terminal
23
- - **151 agentes especializados** com knowledge bases proprias
23
+ - **174 agentes especializados** com knowledge bases proprias
24
24
  - **Workflows completos** de planejamento, desenvolvimento, QA e deploy
25
25
  - **Story-Driven Development** com rastreamento automatico de progresso
26
26
  - **Compatibilidade multi-IDE**: Claude Code, Codex CLI, Cursor, Gemini CLI
@@ -69,25 +69,25 @@ Cada squad e uma equipe de agentes especializados com knowledge base, workflows
69
69
  | Squad | Foco | Agentes |
70
70
  |-------|------|---------|
71
71
  | **squad-brand** | Estrategia de marca, arquetipos, auditoria | 15 |
72
- | **squad-copy** | Copywriting persuasivo, headlines, conversao | 13 |
72
+ | **squad-copy** | Copywriting persuasivo, headlines, conversao | 14 |
73
73
  | **squad-council** | Advisors estrategicos (Munger, Dalio, Thiel) | 11 |
74
- | **squad-storytelling** | Narrativa, roteiros, frameworks de historia | 10 |
75
- | **squad-commercial** | Vendas, funil, revenue, pipeline | 10 |
74
+ | **squad-storytelling** | Narrativa, roteiros, frameworks de historia | 11 |
75
+ | **squad-commercial** | Vendas, funil, revenue, pipeline | 11 |
76
76
  | **squad-animations** | Motion design, CSS, particulas, 3D | 9 |
77
- | **squad-paidmedia** | Meta Ads, Google Ads, campanhas, otimizacao | 9 |
78
- | **squad-claude** | Claude Code, MCP, integracao avancada | 8 |
79
- | **squad-cloning** | Clonagem cognitiva, mind synthesis | 8 |
77
+ | **squad-paidmedia** | Meta Ads, Google Ads, campanhas, otimizacao | 10 |
78
+ | **squad-claude** | Claude Code, MCP, integracao avancada | 10 |
79
+ | **squad-cloning** | Clonagem cognitiva, mind synthesis | 9 |
80
80
  | **squad-courses** | Cursos, curriculos, assessments, launch | 8 |
81
- | **squad-cybersecurity** | Seguranca, threat intel, pentest | 8 |
82
- | **squad-design** | Design systems, componentes, tokens | 8 |
81
+ | **squad-cybersecurity** | Seguranca, threat intel, pentest | 9 |
82
+ | **squad-design** | Design systems, componentes, tokens | 15 |
83
83
  | **squad-content** | Governanca editorial, estrategia de conteudo | 7 |
84
84
  | **squad-product** | Product discovery, estrategia, operacoes | 7 |
85
- | **squad-research** | Market analysis, inteligencia competitiva | 7 |
85
+ | **squad-research** | Market analysis, inteligencia competitiva | 8 |
86
86
  | **squad-growth** | Analytics, CRO, SEO, growth hacking | 7 |
87
87
  | **squad-finance** | Budget, pricing, profitability analysis | 5 |
88
88
  | **claude-code-mastery** | Dominio avancado do Claude Code | 8 |
89
89
 
90
- **Total: 19 squads, 151+ agentes especializados**
90
+ **Total: 19 squads, 174 agentes especializados**
91
91
 
92
92
  ---
93
93
 
@@ -128,7 +128,7 @@ your-project/
128
128
  │ └── prd/ # Product requirements
129
129
 
130
130
  └── Squads/ # (if installed)
131
- └── hybrid-ops/ # HybridOps pack
131
+ └── squad-brand/ # HybridOps pack
132
132
  ```
133
133
 
134
134
  ---
@@ -432,12 +432,12 @@ npx sinapse-ai install
432
432
 
433
433
  | Pack | Features |
434
434
  | -------------- | -------------------------------------------------------------- |
435
- | **hybrid-ops** | ClickUp integration, process automation, specialized workflows |
435
+ | **squad-brand** | ClickUp integration, process automation, specialized workflows |
436
436
 
437
437
  **Install an Squad:**
438
438
 
439
439
  ```bash
440
- npx sinapse-ai install --Squads hybrid-ops
440
+ npx sinapse-ai install --Squads squad-brand
441
441
  ```
442
442
 
443
443
  **List available packs:**
@@ -107,7 +107,7 @@ Estes documentos devem ser **mesclados na documentação existente**:
107
107
  | `migration-migration-guide.md` | `migration-guide.md` | Mesmo que acima |
108
108
  | `coderabbit-integration-decisions.md` | `architecture/adr/` | Criar novo ADR |
109
109
  | `technical-review-greeting-system-unification.md` | `guides/contextual-greeting-system-guide.md` | Adicionar seção técnica |
110
- | `hybrid-ops-pv-mind-integration.md` | `architecture/high-level-architecture.md` | Adicionar seção de integração |
110
+ | `brand-workflow-mind-integration.md` | `architecture/high-level-architecture.md` | Adicionar seção de integração |
111
111
  | `repository-migration-plan.md` | `migration-guide.md` | Adicionar seção de migração de repo |
112
112
  | `internal-tools-analysis.md` | `.sinapse-ai/infrastructure/tools/README.md` | Referenciar existente |
113
113
  | `.sinapse-ai/core/registry/README.md` | **JÁ EXISTE** | Nenhuma ação necessária |
@@ -456,7 +456,7 @@ Use *help para lista completa de comandos.
456
456
  *validate-phase 4
457
457
 
458
458
  # Exemplo: Gerar runbook
459
- *generate-runbook hybrid-ops-workflow
459
+ *generate-runbook squad-brand-workflow
460
460
  ```
461
461
 
462
462
  ### Acesso ao Contexto do Workflow
@@ -541,7 +541,7 @@ Todos os agentes aplicam:
541
541
  │ ├── validation-reviewer-pv.md (Fase 8)
542
542
  │ └── documentation-writer-pv.md (Fase 9)
543
543
  ├── workflows/
544
- │ └── hybrid-ops-pv.yaml (Orquestração de workflow)
544
+ │ └── brand-workflow.yaml (Orquestração de workflow)
545
545
  └── docs/
546
546
  ├── workflow-diagram.md (Workflow visual)
547
547
  └── agent-reference-guide.md (Este documento)
@@ -552,7 +552,7 @@ Todos os agentes aplicam:
552
552
  ## Documentação Relacionada
553
553
 
554
554
  - [Diagrama de Workflow](../guides/hybridOps/workflow-diagram.md) - Representação visual do workflow de 9 fases
555
- - [Workflow YAML](../guides/hybridOps/hybrid-ops-pv.yaml) - Configuração de orquestração de workflow
555
+ - [Workflow YAML](../guides/hybridOps/brand-workflow.yaml) - Configuração de orquestração de workflow
556
556
 
557
557
  ---
558
558
 
@@ -136,7 +136,7 @@ your-project/
136
136
  │ └── prd/ # Requisitos de produto
137
137
 
138
138
  └── Squads/ # (se instalado)
139
- └── hybrid-ops/ # Pack HybridOps
139
+ └── squad-brand/ # Pack HybridOps
140
140
  ```
141
141
 
142
142
  ---
@@ -440,12 +440,12 @@ npx sinapse-ai install
440
440
 
441
441
  | Pack | Funcionalidades |
442
442
  | -------------- | -------------------------------------------------------------- |
443
- | **hybrid-ops** | Integração ClickUp, automação de processos, workflows especializados |
443
+ | **squad-brand** | Integração ClickUp, automação de processos, workflows especializados |
444
444
 
445
445
  **Instalar um Squad:**
446
446
 
447
447
  ```bash
448
- npx sinapse-ai install --Squads hybrid-ops
448
+ npx sinapse-ai install --Squads squad-brand
449
449
  ```
450
450
 
451
451
  **Listar packs disponíveis:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sinapse-ai",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "SINAPSE: AI-Orchestrated System for Full Stack Development — 17 squads, 161 agents",
5
5
  "bin": {
6
6
  "sinapse": "bin/sinapse.js",
@@ -132,7 +132,7 @@ async function scaffoldProContent(targetDir, proSourceDir, options = {}) {
132
132
  if (commandsResult.installed > 0) {
133
133
  result.copiedFiles.push(...commandsResult.files);
134
134
  if (onProgress) {
135
- onProgress({ item: 'squad-commands', status: 'done',
135
+ onProgress({ item: 'squad-setup', status: 'done',
136
136
  message: `${commandsResult.installed} squad agent commands installed` });
137
137
  }
138
138
  }
@@ -373,7 +373,7 @@ cross_squad_connections:
373
373
  - squad-growth: "Brand KPIs, valuation data, ROI metrics, digital ad templates, creator toolkit"
374
374
  - squad-commercial: "Marca aplicada em ofertas, packaging, sensory strategy, brand experience principles"
375
375
  - squad-product: "Design system, tokens, illustration style, motion language, brand characters, UI patterns"
376
- - squad-operations-hub: "Brand assets, templates, governance, training program, brand characters"
376
+ - squad-brand: "Brand assets, templates, governance, training program, brand characters"
377
377
  inbound:
378
378
  - squad-research: "Insights de mercado → posicionamento, competitive equity, cultural adaptation, audience data"
379
379
  - squad-growth: "Campaign performance → brand lift measurement, brand health tracking"
@@ -254,7 +254,7 @@ cross_squad_handoffs:
254
254
  sends: "Proposal copy briefs, email sequence requirements, case study raw data"
255
255
  - to: squad-product
256
256
  sends: "Feature requests, client feedback, expansion blockers, NPS verbatims"
257
- - to: squad-operations-hub
257
+ - to: squad-commercial
258
258
  sends: "Tech stack requirements, process automation needs, reporting requirements"
259
259
 
260
260
  preferences: