sinapse-ai 7.4.3 → 7.4.4
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/install-manifest.yaml +2 -2
- package/README.en.md +51 -6
- package/README.md +54 -9
- package/package.json +1 -1
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 7.4.
|
|
11
|
-
generated_at: "2026-03-
|
|
10
|
+
version: 7.4.4
|
|
11
|
+
generated_at: "2026-03-27T17:44:30.530Z"
|
|
12
12
|
generator: scripts/generate-install-manifest.js
|
|
13
13
|
file_count: 1101
|
|
14
14
|
files:
|
package/README.en.md
CHANGED
|
@@ -194,12 +194,57 @@ Use `@squad-creator` or see the [Squads Guide](docs/guides/squads-guide.md).
|
|
|
194
194
|
|
|
195
195
|
---
|
|
196
196
|
|
|
197
|
-
##
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
197
|
+
## Claude Code vs Codex CLI — Full Comparison
|
|
198
|
+
|
|
199
|
+
SINAPSE works on both IDEs. Claude Code delivers the full experience; Codex CLI supports the core with some differences.
|
|
200
|
+
|
|
201
|
+
### Features
|
|
202
|
+
|
|
203
|
+
| Feature | Claude Code | Codex CLI |
|
|
204
|
+
|---------|:-----------:|:---------:|
|
|
205
|
+
| **19 squads with 175 agents** | YES | YES |
|
|
206
|
+
| **Knowledge bases per squad** | YES | YES |
|
|
207
|
+
| **Tasks and workflows** | YES | YES |
|
|
208
|
+
| **Story-Driven Development** | YES | YES |
|
|
209
|
+
| **Agent commands (`*help`, `*task`)** | YES | YES |
|
|
210
|
+
| **Squad awareness auto-routing** | YES | YES |
|
|
211
|
+
| **Chrome Brain (browser automation)** | YES | NO |
|
|
212
|
+
| **Hooks (PreToolUse / PostToolUse)** | YES | NO |
|
|
213
|
+
| **MCP servers (Chrome DevTools, etc.)** | YES | NO |
|
|
214
|
+
| **Agent handoff protocol** | YES | NO |
|
|
215
|
+
| **SYNAPSE context engine** | YES | NO |
|
|
216
|
+
| **Multi-model (Claude + others)** | NO | YES |
|
|
217
|
+
|
|
218
|
+
### How to Activate Agents
|
|
219
|
+
|
|
220
|
+
| Action | Claude Code | Codex CLI |
|
|
221
|
+
|--------|-------------|-----------|
|
|
222
|
+
| Main orchestrator | `/SINAPSE:agents:sinapse-orqx` | `/skills` > `sinapse-orqx` |
|
|
223
|
+
| Brand squad | `@brand-orqx` | `sinapse-brand` |
|
|
224
|
+
| Copy squad | `@copy-orqx` | `sinapse-copy` |
|
|
225
|
+
| Developer | `@developer` | `sinapse-dev` |
|
|
226
|
+
| List agents | `@sinapse-orqx *help` | `/skills` |
|
|
227
|
+
|
|
228
|
+
### Where Each IDE Shines
|
|
229
|
+
|
|
230
|
+
**Claude Code** — Maximum potential:
|
|
231
|
+
- Chrome Brain auto-activates when you request browser actions
|
|
232
|
+
- Hooks automate pre/post-actions on each tool call
|
|
233
|
+
- MCP servers connect to external tools (Chrome, Playwright, EXA)
|
|
234
|
+
- Context engine injects rules automatically by domain
|
|
235
|
+
- Handoff protocol optimizes agent switching
|
|
236
|
+
|
|
237
|
+
**Codex CLI** — Solid core:
|
|
238
|
+
- All squads and agents work perfectly
|
|
239
|
+
- Identical knowledge bases and tasks
|
|
240
|
+
- Supports multiple models (not just Claude)
|
|
241
|
+
- Ideal for those who prefer GPT/other models with SINAPSE orchestration
|
|
242
|
+
|
|
243
|
+
### Recommendation
|
|
244
|
+
|
|
245
|
+
> For **maximum potential**, use **Claude Code** — all advanced features (Chrome Brain, hooks, MCP, SYNAPSE engine) are only available on this IDE.
|
|
246
|
+
>
|
|
247
|
+
> For **model flexibility**, use **Codex CLI** — works with any LLM and delivers the complete core of squads and agents.
|
|
203
248
|
|
|
204
249
|
---
|
|
205
250
|
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
8
|
[](LICENSE)
|
|
9
9
|
|
|
10
|
-
> **
|
|
10
|
+
> **175 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
|
-
- **
|
|
23
|
+
- **175 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 e Codex CLI
|
|
@@ -87,7 +87,7 @@ Cada squad e uma equipe de agentes especializados com knowledge base, workflows
|
|
|
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,
|
|
90
|
+
**Total: 19 squads, 175 agentes especializados**
|
|
91
91
|
|
|
92
92
|
---
|
|
93
93
|
|
|
@@ -219,12 +219,57 @@ Use `@squad-creator` ou veja o [Guia de Squads](docs/guides/squads-guide.md).
|
|
|
219
219
|
|
|
220
220
|
---
|
|
221
221
|
|
|
222
|
-
##
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
222
|
+
## Claude Code vs Codex CLI — Comparativo Completo
|
|
223
|
+
|
|
224
|
+
O SINAPSE funciona em ambas as IDEs. Claude Code oferece a experiencia completa; Codex CLI suporta o core com algumas diferencas.
|
|
225
|
+
|
|
226
|
+
### Funcionalidades
|
|
227
|
+
|
|
228
|
+
| Funcionalidade | Claude Code | Codex CLI |
|
|
229
|
+
|---------------|:-----------:|:---------:|
|
|
230
|
+
| **19 squads com 175 agentes** | SIM | SIM |
|
|
231
|
+
| **Knowledge bases por squad** | SIM | SIM |
|
|
232
|
+
| **Tasks e workflows** | SIM | SIM |
|
|
233
|
+
| **Story-Driven Development** | SIM | SIM |
|
|
234
|
+
| **Agent commands (`*help`, `*task`)** | SIM | SIM |
|
|
235
|
+
| **Squad awareness auto-routing** | SIM | SIM |
|
|
236
|
+
| **Chrome Brain (browser automation)** | SIM | NAO |
|
|
237
|
+
| **Hooks (PreToolUse / PostToolUse)** | SIM | NAO |
|
|
238
|
+
| **MCP servers (Chrome DevTools, etc.)** | SIM | NAO |
|
|
239
|
+
| **Agent handoff protocol** | SIM | NAO |
|
|
240
|
+
| **SYNAPSE context engine** | SIM | NAO |
|
|
241
|
+
| **Multi-model (Claude + outros)** | NAO | SIM |
|
|
242
|
+
|
|
243
|
+
### Como Ativar Agentes
|
|
244
|
+
|
|
245
|
+
| Acao | Claude Code | Codex CLI |
|
|
246
|
+
|------|-------------|-----------|
|
|
247
|
+
| Orquestrador principal | `/SINAPSE:agents:sinapse-orqx` | `/skills` > `sinapse-orqx` |
|
|
248
|
+
| Squad de brand | `@brand-orqx` | `sinapse-brand` |
|
|
249
|
+
| Squad de copy | `@copy-orqx` | `sinapse-copy` |
|
|
250
|
+
| Developer | `@developer` | `sinapse-dev` |
|
|
251
|
+
| Listar agentes | `@sinapse-orqx *help` | `/skills` |
|
|
252
|
+
|
|
253
|
+
### Onde Cada IDE Brilha
|
|
254
|
+
|
|
255
|
+
**Claude Code** — Experiencia maxima:
|
|
256
|
+
- Chrome Brain auto-ativa quando voce pede algo no browser
|
|
257
|
+
- Hooks automatizam pre/pos-acoes em cada tool call
|
|
258
|
+
- MCP servers conectam a ferramentas externas (Chrome, Playwright, EXA)
|
|
259
|
+
- Context engine injeta regras automaticamente por dominio
|
|
260
|
+
- Handoff protocol otimiza troca entre agentes
|
|
261
|
+
|
|
262
|
+
**Codex CLI** — Core solido:
|
|
263
|
+
- Todos os squads e agentes funcionam perfeitamente
|
|
264
|
+
- Knowledge bases e tasks identicas
|
|
265
|
+
- Suporta multiplos modelos (nao apenas Claude)
|
|
266
|
+
- Ideal para quem prefere GPT/outros modelos com a orquestracao SINAPSE
|
|
267
|
+
|
|
268
|
+
### Recomendacao
|
|
269
|
+
|
|
270
|
+
> Para **maximo potencial**, use **Claude Code** — todas as funcionalidades avancadas (Chrome Brain, hooks, MCP, SYNAPSE engine) so estao disponiveis nessa IDE.
|
|
271
|
+
>
|
|
272
|
+
> Para **flexibilidade de modelo**, use **Codex CLI** — funciona com qualquer LLM e entrega o core completo de squads e agentes.
|
|
228
273
|
|
|
229
274
|
---
|
|
230
275
|
|