sinapse-ai 7.0.4 → 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.
- package/.sinapse-ai/data/entity-registry.yaml +748 -748
- package/.sinapse-ai/install-manifest.yaml +3 -3
- package/package.json +1 -1
- package/squads/squad-cloning/squad.yaml +2 -2
- package/squads/squad-finance/squad.yaml +2 -2
- package/squads/squad-product/agents/product-orqx.md +1 -1
- package/squads/squad-product/squad.yaml +1 -1
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 7.0.
|
|
11
|
-
generated_at: "2026-03-25T18:
|
|
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:
|
|
1220
|
+
hash: sha256:b7e7ef8e732569ca699e4adf461e0ceb1d1ce844ca75c1282e5a73b5aee2131e
|
|
1221
1221
|
type: data
|
|
1222
1222
|
size: 519038
|
|
1223
1223
|
- path: data/learned-patterns.yaml
|
package/package.json
CHANGED
|
@@ -264,7 +264,7 @@ config:
|
|
|
264
264
|
tier2: 2
|
|
265
265
|
tier3: 3
|
|
266
266
|
tools:
|
|
267
|
-
transcription: "
|
|
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:
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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"
|