sinapse-ai 7.0.3 → 7.0.5

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.0.0
11
- generated_at: "2026-03-25T18:09:13.999Z"
10
+ version: 7.0.4
11
+ generated_at: "2026-03-25T18:26:08.764Z"
12
12
  generator: scripts/generate-install-manifest.js
13
13
  file_count: 1090
14
14
  files:
@@ -1217,7 +1217,7 @@ files:
1217
1217
  type: data
1218
1218
  size: 9586
1219
1219
  - path: data/entity-registry.yaml
1220
- hash: sha256:9ae3ff6132be501372a55f175f636495efb887da6b7102e197135f395a76564c
1220
+ hash: sha256:b7e7ef8e732569ca699e4adf461e0ceb1d1ce844ca75c1282e5a73b5aee2131e
1221
1221
  type: data
1222
1222
  size: 519038
1223
1223
  - path: data/learned-patterns.yaml
package/README.en.md CHANGED
@@ -240,7 +240,7 @@ Pre-commit and pre-push hooks validate automatically.
240
240
  | Resource | Link |
241
241
  |----------|------|
242
242
  | User Guide | [docs/guides/user-guide.md](docs/guides/user-guide.md) |
243
- | Architecture | [docs/architecture/](docs/architecture/) |
243
+ | Architecture | [docs/pt/architecture/](docs/pt/architecture/) |
244
244
  | Squads Guide | [docs/guides/squads-guide.md](docs/guides/squads-guide.md) |
245
245
  | Getting Started | [docs/getting-started.md](docs/getting-started.md) |
246
246
  | Troubleshooting | [docs/troubleshooting.md](docs/troubleshooting.md) |
package/README.md CHANGED
@@ -240,7 +240,7 @@ Pre-commit e pre-push hooks validam automaticamente.
240
240
  | Recurso | Link |
241
241
  |---------|------|
242
242
  | Guia do Usuario | [docs/guides/user-guide.md](docs/guides/user-guide.md) |
243
- | Arquitetura | [docs/architecture/](docs/architecture/) |
243
+ | Arquitetura | [docs/pt/architecture/](docs/pt/architecture/) |
244
244
  | Guia de Squads | [docs/guides/squads-guide.md](docs/guides/squads-guide.md) |
245
245
  | Primeiros Passos | [docs/getting-started.md](docs/getting-started.md) |
246
246
  | Troubleshooting | [docs/troubleshooting.md](docs/troubleshooting.md) |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sinapse-ai",
3
- "version": "7.0.3",
4
- "description": "SINAPSE: AI-Orchestrated System for Full Stack Development17 squads, 161 agents",
3
+ "version": "7.0.5",
4
+ "description": "SINAPSE AI: Framework de orquestracao de IA18 squads, 174 agentes especializados",
5
5
  "bin": {
6
6
  "sinapse": "bin/sinapse.js",
7
7
  "sinapse-ai": "bin/cli.js",
@@ -264,7 +264,7 @@ config:
264
264
  tier2: 2
265
265
  tier3: 3
266
266
  tools:
267
- transcription: "OpenClaw (Whisper)"
267
+ transcription: "Whisper API"
268
268
  search: "Brave Search"
269
269
  processing: "Claude Code (Max)"
270
270
  sync: "Syncthing"
@@ -274,7 +274,7 @@ dependencies:
274
274
  python: []
275
275
  squads: []
276
276
  external:
277
- - name: OpenClaw
277
+ - name: Whisper
278
278
  purpose: "Whisper transcription, Playwright capture"
279
279
  required: false
280
280
  - name: Brave Search
@@ -189,12 +189,12 @@ cross_squad_connections:
189
189
  inbound:
190
190
  - squad-commercial: "Dados de vendas, propostas fechadas, pipeline comercial"
191
191
  - squad-growth: "Metricas de growth, CAC, conversion rates, funnel data"
192
- - squad-operations-hub: "Dados operacionais, timesheets, utilizacao de equipe"
192
+ - squad-commercial: "Dados operacionais, timesheets, utilizacao de equipe"
193
193
  - squad-product: "Custos de desenvolvimento, estimativas de esforco"
194
194
  outbound:
195
195
  - squad-commercial: "Rate cards, pricing tiers, margens por servico para propostas"
196
196
  - squad-growth: "Unit economics, LTV/CAC, ROI por canal para otimizacao"
197
- - squad-operations-hub: "Budget targets, cost centers, vendor budgets"
197
+ - squad-commercial: "Budget targets, cost centers, vendor budgets"
198
198
  - squad-brand: "Investimento em marca, ROI de branding"
199
199
 
200
200
  tags:
@@ -80,7 +80,7 @@ Product experiments are owned by squad-product. However:
80
80
 
81
81
  ## Cross-Squad Handoffs
82
82
  - **Receives from:** squad-commercial (NPS, feature requests), squad-research (market data)
83
- - **Sends to:** squad-operations-hub (resource needs), squad-design (discovery opportunities)
83
+ - **Sends to:** squad-commercial (resource needs), squad-design (discovery opportunities)
84
84
 
85
85
  ## Escalation
86
86
 
@@ -233,7 +233,7 @@ cross_squad_handoffs:
233
233
  receives: "UX designs, design system components, accessibility audit"
234
234
 
235
235
  outbound:
236
- - to: squad-operations-hub
236
+ - to: squad-commercial
237
237
  sends: "Resource needs, sprint capacity forecasts, process automation requests"
238
238
  - to: squad-design
239
239
  sends: "Discovery opportunities for UX, product specs for UI design"