sinapse-ai 7.6.0 → 7.7.1
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/.claude/hooks/secret-scanning.cjs +155 -0
- package/.claude/rules/cross-squad-routing.md +47 -0
- package/.claude/rules/hook-governance.md +61 -0
- package/.claude/rules/security-scanning.md +42 -0
- package/.sinapse-ai/cli/commands/health/index.js +237 -0
- package/.sinapse-ai/cli/commands/performance/index.js +157 -0
- package/.sinapse-ai/cli/commands/routing-intel/index.js +176 -0
- package/.sinapse-ai/install-manifest.yaml +15 -3
- package/bin/sinapse.js +34 -0
- package/package.json +1 -1
- package/packages/installer/src/wizard/ide-config-generator.js +33 -1
- package/squads/squad-claude/agents/swarm-orqx.md +28 -0
- package/squads/squad-claude/preferences/README.md +15 -0
- package/squads/squad-claude/squad.yaml +13 -0
- package/squads/squad-commercial/agents/commercial-orqx.md +44 -3
- package/squads/squad-commercial/squad.yaml +7 -0
- package/squads/squad-council/preferences/README.md +15 -0
- package/squads/squad-council/squad.yaml +7 -0
- package/squads/squad-cybersecurity/preferences/README.md +15 -0
- package/squads/squad-cybersecurity/squad.yaml +12 -0
- package/squads/squad-finance/preferences/README.md +15 -0
- package/squads/squad-growth/agents/growth-orqx.md +30 -0
- package/squads/squad-growth/squad.yaml +7 -0
- package/squads/squad-paidmedia/preferences/README.md +15 -0
- package/squads/squad-product/squad.yaml +7 -0
- package/squads/squad-storytelling/preferences/README.md +15 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Preferences Directory
|
|
2
|
+
|
|
3
|
+
> Diretorio para logs de preferencias por projeto/cliente.
|
|
4
|
+
> Atualizado automaticamente pelos agentes do squad apos cada ciclo de entrega.
|
|
5
|
+
|
|
6
|
+
## Como usar
|
|
7
|
+
|
|
8
|
+
1. Para cada novo projeto, criar `{projeto}-preferences.md`
|
|
9
|
+
2. Agentes consultam antes de iniciar nova entrega
|
|
10
|
+
3. Atualizar apos cada ciclo de aprovacao
|
|
11
|
+
|
|
12
|
+
## Arquivos
|
|
13
|
+
|
|
14
|
+
- `README.md` — Este arquivo
|
|
15
|
+
- `{projeto}-preferences.md` — Um arquivo por projeto ativo
|
|
@@ -66,6 +66,36 @@ Orquestrador do squad de Growth Analytics. Coordena todos os agentes, classifica
|
|
|
66
66
|
7. plan-experimentation-roadmap
|
|
67
67
|
8. conduct-growth-retrospective
|
|
68
68
|
|
|
69
|
+
## Activation Instructions
|
|
70
|
+
|
|
71
|
+
1. Read this file completely
|
|
72
|
+
2. Adopt the Catalyst persona — data-driven, analytical, metrics-obsessed
|
|
73
|
+
3. Greet user with: "🚀 Catalyst — Growth Orchestrator activated. Se nao e mensuravel, nao e growth."
|
|
74
|
+
4. Await user input
|
|
75
|
+
|
|
76
|
+
## Available Workflows
|
|
77
|
+
|
|
78
|
+
| Workflow | Description | Agents Involved |
|
|
79
|
+
|----------|-------------|-----------------|
|
|
80
|
+
| `instrumentation-first` | Setup tracking & analytics from scratch | Signal, Insight |
|
|
81
|
+
| `cro-optimization` | Conversion rate optimization cycle | Convert, Lever |
|
|
82
|
+
| `seo-acceleration` | Organic growth strategy | Rank, Insight |
|
|
83
|
+
| `growth-campaign` | Full growth campaign (plan → execute → measure) | All 6 agents |
|
|
84
|
+
| `experimentation-sprint` | 2-week A/B testing sprint | Convert, Lever, Insight |
|
|
85
|
+
| `analytics-audit` | Audit existing analytics setup | Signal, Insight, Catalyst |
|
|
86
|
+
|
|
87
|
+
## Routing Intelligence
|
|
88
|
+
|
|
89
|
+
| Request Pattern | Route To | Confidence |
|
|
90
|
+
|----------------|----------|------------|
|
|
91
|
+
| "GA4", "tracking", "events", "tag manager" | @signal (Analytics Engineer) | High |
|
|
92
|
+
| "A/B test", "conversion", "CRO", "landing page" | @convert (CRO Specialist) | High |
|
|
93
|
+
| "SEO", "keywords", "organic", "search ranking" | @rank (SEO Strategist) | High |
|
|
94
|
+
| "dashboard", "BI", "report", "data analysis" | @insight (Data Analyst) | High |
|
|
95
|
+
| "growth hack", "viral", "referral", "PLG" | @lever (Growth Hacker) | High |
|
|
96
|
+
| "campaign analytics", "attribution", "ROAS" | @pulse (Campaign Analyst) | High |
|
|
97
|
+
| "paid media", "ads", "Meta Ads", "Google Ads" | Delegate to @paidmedia-orqx | High |
|
|
98
|
+
|
|
69
99
|
## Escalation
|
|
70
100
|
|
|
71
101
|
- **Escalates to:** @sinapse-orqx (Imperator) para coordenacao cross-squad, decisoes arquiteturais ou escalacoes alem do escopo da squad
|
|
@@ -15,6 +15,13 @@ metadata:
|
|
|
15
15
|
language: pt-BR
|
|
16
16
|
created: "2026-03-12"
|
|
17
17
|
author: "Sinapse"
|
|
18
|
+
agents_count: 7
|
|
19
|
+
tasks_count: 77
|
|
20
|
+
knowledge_bases_count: 12
|
|
21
|
+
workflows_count: 6
|
|
22
|
+
templates_count: 6
|
|
23
|
+
checklists_count: 3
|
|
24
|
+
quality_target: "5.0/5.0 em todas as dimensoes"
|
|
18
25
|
|
|
19
26
|
agents:
|
|
20
27
|
- id: growth-orqx
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Preferences Directory
|
|
2
|
+
|
|
3
|
+
> Diretorio para logs de preferencias por projeto/cliente.
|
|
4
|
+
> Atualizado automaticamente pelos agentes do squad apos cada ciclo de entrega.
|
|
5
|
+
|
|
6
|
+
## Como usar
|
|
7
|
+
|
|
8
|
+
1. Para cada novo projeto, criar `{projeto}-preferences.md`
|
|
9
|
+
2. Agentes consultam antes de iniciar nova entrega
|
|
10
|
+
3. Atualizar apos cada ciclo de aprovacao
|
|
11
|
+
|
|
12
|
+
## Arquivos
|
|
13
|
+
|
|
14
|
+
- `README.md` — Este arquivo
|
|
15
|
+
- `{projeto}-preferences.md` — Um arquivo por projeto ativo
|
|
@@ -15,6 +15,13 @@ metadata:
|
|
|
15
15
|
language: pt-BR
|
|
16
16
|
created: "2026-03-13"
|
|
17
17
|
author: "Sinapse"
|
|
18
|
+
agents_count: 7
|
|
19
|
+
tasks_count: 75
|
|
20
|
+
knowledge_bases_count: 11
|
|
21
|
+
workflows_count: 6
|
|
22
|
+
templates_count: 5
|
|
23
|
+
checklists_count: 3
|
|
24
|
+
quality_target: "5.0/5.0 em todas as dimensoes"
|
|
18
25
|
|
|
19
26
|
agents:
|
|
20
27
|
- id: product-orqx
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Preferences Directory
|
|
2
|
+
|
|
3
|
+
> Diretorio para logs de preferencias por projeto/cliente.
|
|
4
|
+
> Atualizado automaticamente pelos agentes do squad apos cada ciclo de entrega.
|
|
5
|
+
|
|
6
|
+
## Como usar
|
|
7
|
+
|
|
8
|
+
1. Para cada novo projeto, criar `{projeto}-preferences.md`
|
|
9
|
+
2. Agentes consultam antes de iniciar nova entrega
|
|
10
|
+
3. Atualizar apos cada ciclo de aprovacao
|
|
11
|
+
|
|
12
|
+
## Arquivos
|
|
13
|
+
|
|
14
|
+
- `README.md` — Este arquivo
|
|
15
|
+
- `{projeto}-preferences.md` — Um arquivo por projeto ativo
|