sinapse-ai 5.0.3 → 5.0.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/development/agents/squad-creator.md +1 -1
- package/.sinapse-ai/development/scripts/squad/squad-downloader.js +3 -3
- package/.sinapse-ai/development/scripts/squad/squad-publisher.js +2 -2
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
- package/.sinapse-ai/development/tasks/pr-automation.md +2 -2
- package/.sinapse-ai/development/tasks/squad-creator-download.md +2 -2
- package/.sinapse-ai/development/tasks/squad-creator-publish.md +4 -4
- package/.sinapse-ai/development/tasks/squad-creator-sync-sinapse.md +2 -2
- package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +8 -8
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +9 -9
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.2-SUMMARY.md +1 -1
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free-tracked.cmd +1 -1
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-proxy.cmd +1 -1
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-usage.cmd +1 -1
- package/.sinapse-ai/package.json +3 -3
- package/.sinapse-ai/schemas/squad-schema.json +1 -1
- package/.sinapse-ai/scripts/diagnostics/diagnose-installation.js +1 -1
- package/.sinapse-ai/scripts/update-sinapse.sh +1 -1
- package/.sinapse-ai/user-guide.md +3 -3
- package/LICENSE +1 -1
- package/README.en.md +7 -7
- package/README.md +7 -7
- package/bin/sinapse.js +1 -1
- package/docs/CHANGELOG.md +2 -2
- package/docs/community/README-community-snippet-core.md +13 -13
- package/docs/community/README-community-snippet-mcp.md +9 -9
- package/docs/community/README-community-snippet-squads.md +9 -9
- package/docs/community.md +21 -21
- package/docs/es/CHANGELOG.md +2 -2
- package/docs/es/api/squads-api.md +2 -2
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +1 -1
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
- package/docs/es/architecture/coding-standards.md +2 -2
- package/docs/es/architecture/contribution-workflow-research.md +7 -7
- package/docs/es/architecture/high-level-architecture.md +3 -3
- package/docs/es/architecture/multi-repo-strategy.md +8 -8
- package/docs/es/architecture/source-tree.md +7 -7
- package/docs/es/architecture/tech-stack.md +2 -2
- package/docs/es/community/README-community-snippet-core.md +13 -13
- package/docs/es/community/README-community-snippet-mcp.md +9 -9
- package/docs/es/community/README-community-snippet-squads.md +9 -9
- package/docs/es/community.md +21 -21
- package/docs/es/framework/README.md +4 -4
- package/docs/es/framework/coding-standards.md +2 -2
- package/docs/es/framework/source-tree.md +7 -7
- package/docs/es/framework/tech-stack.md +2 -2
- package/docs/es/git-workflow-guide.md +1 -1
- package/docs/es/guides/contributing-squads.md +4 -4
- package/docs/es/guides/development-setup.md +7 -7
- package/docs/es/guides/installation-troubleshooting.md +5 -5
- package/docs/es/guides/llm-routing.md +1 -1
- package/docs/es/guides/security-hardening.md +1 -1
- package/docs/es/guides/squads-guide.md +7 -7
- package/docs/es/guides/squads-overview.md +4 -4
- package/docs/es/guides/user-guide.md +3 -3
- package/docs/es/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/es/installation/README.md +2 -2
- package/docs/es/installation/faq.md +3 -3
- package/docs/es/installation/linux.md +3 -3
- package/docs/es/installation/macos.md +2 -2
- package/docs/es/installation/troubleshooting.md +2 -2
- package/docs/es/installation/v4-quick-start.md +4 -4
- package/docs/es/installation/windows.md +3 -3
- package/docs/es/migration-guide.md +1 -1
- package/docs/es/npx-install.md +1 -1
- package/docs/es/roadmap.md +5 -5
- package/docs/es/security-best-practices.md +1 -1
- package/docs/es/security.md +4 -4
- package/docs/es/uninstallation.md +2 -2
- package/docs/framework/README.md +4 -4
- package/docs/framework/coding-standards.md +2 -2
- package/docs/framework/source-tree.md +7 -7
- package/docs/framework/tech-stack.md +2 -2
- package/docs/git-workflow-guide.md +1 -1
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +2 -2
- package/docs/guides/contributing-squads.md +4 -4
- package/docs/guides/development-setup.md +7 -7
- package/docs/guides/installation-troubleshooting.md +5 -5
- package/docs/guides/llm-routing.md +1 -1
- package/docs/guides/pro/install-gate-setup.md +3 -3
- package/docs/guides/security-hardening.md +1 -1
- package/docs/guides/squads-guide.md +7 -7
- package/docs/guides/squads-overview.md +4 -4
- package/docs/guides/user-guide.md +3 -3
- package/docs/guides/workflows/pro-developer-workflow.md +5 -5
- package/docs/guides/workflows/xref-phase3-scripts.md +1 -1
- package/docs/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/installation/README.md +2 -2
- package/docs/installation/faq.md +3 -3
- package/docs/installation/linux.md +4 -4
- package/docs/installation/macos.md +2 -2
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +4 -4
- package/docs/installation/windows.md +3 -3
- package/docs/legal/privacy.md +6 -6
- package/docs/legal/terms.md +9 -9
- package/docs/npx-install.md +1 -1
- package/docs/pt/CHANGELOG.md +2 -2
- package/docs/pt/api/squads-api.md +2 -2
- package/docs/pt/architecture/ARCHITECTURE-INDEX.md +1 -1
- package/docs/pt/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
- package/docs/pt/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
- package/docs/pt/architecture/coding-standards.md +2 -2
- package/docs/pt/architecture/contribution-workflow-research.md +7 -7
- package/docs/pt/architecture/high-level-architecture.md +3 -3
- package/docs/pt/architecture/multi-repo-strategy.md +8 -8
- package/docs/pt/architecture/source-tree.md +7 -7
- package/docs/pt/architecture/tech-stack.md +2 -2
- package/docs/pt/code-of-conduct.md +2 -2
- package/docs/pt/community/README-community-snippet-core.md +13 -13
- package/docs/pt/community/README-community-snippet-mcp.md +9 -9
- package/docs/pt/community/README-community-snippet-squads.md +9 -9
- package/docs/pt/community.md +21 -21
- package/docs/pt/contributing.md +4 -4
- package/docs/pt/framework/README.md +4 -4
- package/docs/pt/framework/coding-standards.md +2 -2
- package/docs/pt/framework/source-tree.md +7 -7
- package/docs/pt/framework/tech-stack.md +2 -2
- package/docs/pt/git-workflow-guide.md +1 -1
- package/docs/pt/guides/contributing-squads.md +4 -4
- package/docs/pt/guides/development-setup.md +7 -7
- package/docs/pt/guides/installation-troubleshooting.md +5 -5
- package/docs/pt/guides/llm-routing.md +1 -1
- package/docs/pt/guides/security-hardening.md +1 -1
- package/docs/pt/guides/squads-guide.md +7 -7
- package/docs/pt/guides/squads-overview.md +4 -4
- package/docs/pt/guides/user-guide.md +3 -3
- package/docs/pt/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/pt/installation/README.md +2 -2
- package/docs/pt/installation/faq.md +3 -3
- package/docs/pt/installation/linux.md +3 -3
- package/docs/pt/installation/macos.md +2 -2
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +4 -4
- package/docs/pt/installation/windows.md +3 -3
- package/docs/pt/migration-guide.md +1 -1
- package/docs/pt/npx-install.md +1 -1
- package/docs/pt/roadmap.md +5 -5
- package/docs/pt/security-best-practices.md +1 -1
- package/docs/pt/security.md +4 -4
- package/docs/pt/uninstallation.md +2 -2
- package/docs/roadmap.md +5 -5
- package/docs/security-best-practices.md +1 -1
- package/docs/security.md +4 -4
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/uninstallation.md +2 -2
- package/docs/zh/CHANGELOG.md +2 -2
- package/docs/zh/api/squads-api.md +2 -2
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +1 -1
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
- package/docs/zh/architecture/coding-standards.md +2 -2
- package/docs/zh/architecture/contribution-workflow-research.md +7 -7
- package/docs/zh/architecture/high-level-architecture.md +3 -3
- package/docs/zh/architecture/multi-repo-strategy.md +3 -3
- package/docs/zh/architecture/source-tree.md +7 -7
- package/docs/zh/architecture/tech-stack.md +2 -2
- package/docs/zh/code-of-conduct.md +1 -1
- package/docs/zh/community/README-community-snippet-core.md +13 -13
- package/docs/zh/community/README-community-snippet-mcp.md +9 -9
- package/docs/zh/community/README-community-snippet-squads.md +9 -9
- package/docs/zh/community.md +21 -21
- package/docs/zh/contributing.md +6 -6
- package/docs/zh/framework/README.md +4 -4
- package/docs/zh/framework/coding-standards.md +2 -2
- package/docs/zh/framework/source-tree.md +7 -7
- package/docs/zh/framework/tech-stack.md +2 -2
- package/docs/zh/git-workflow-guide.md +1 -1
- package/docs/zh/guides/contributing-squads.md +4 -4
- package/docs/zh/guides/development-setup.md +2 -2
- package/docs/zh/guides/installation-troubleshooting.md +5 -5
- package/docs/zh/guides/llm-routing.md +1 -1
- package/docs/zh/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/zh/installation/README.md +2 -2
- package/docs/zh/installation/faq.md +3 -3
- package/docs/zh/installation/linux.md +4 -4
- package/docs/zh/installation/macos.md +2 -2
- package/docs/zh/installation/troubleshooting.md +2 -2
- package/docs/zh/installation/windows.md +3 -3
- package/docs/zh/security.md +3 -3
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/zh/uninstallation.md +2 -2
- package/package.json +4 -4
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/extension.json +1 -1
- package/packages/gemini-sinapse-extension/gemini-extension.json +1 -1
- package/packages/installer/src/wizard/i18n.js +3 -3
- package/packages/installer/src/wizard/pro-setup.js +2 -2
- package/packages/installer/src/wizard/validation/report-generator.js +1 -1
- package/packages/installer/src/wizard/validation/troubleshooting-system.js +13 -13
- package/packages/sinapse-install/README.md +2 -2
- package/packages/sinapse-install/package.json +3 -3
- package/packages/sinapse-pro-cli/package.json +2 -2
- package/scripts/sinapse-patch.js +1 -1
|
@@ -689,7 +689,7 @@ ls -la .sinapse-ai/
|
|
|
689
689
|
|
|
690
690
|
1. Execute `npx sinapse-ai status` e anote a saída
|
|
691
691
|
2. Consulte este guia de solução de problemas
|
|
692
|
-
3. Pesquise [Issues existentes no GitHub](https://github.com/
|
|
692
|
+
3. Pesquise [Issues existentes no GitHub](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
693
693
|
|
|
694
694
|
### Informações para Incluir em Relatórios de Bug
|
|
695
695
|
|
|
@@ -724,7 +724,7 @@ ls -la .sinapse-ai/
|
|
|
724
724
|
|
|
725
725
|
### Canais de Suporte
|
|
726
726
|
|
|
727
|
-
- **Issues no GitHub**: [sinapse-ai/issues](https://github.com/
|
|
727
|
+
- **Issues no GitHub**: [sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
728
728
|
- **Documentação**: [docs/installation/](./README.md)
|
|
729
729
|
- **FAQ**: [faq.md](./faq.md)
|
|
730
730
|
|
|
@@ -38,7 +38,7 @@ cd meu-projeto
|
|
|
38
38
|
### Opção B: Clonar Repositório (Desenvolvimento)
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
|
-
git clone https://github.com/
|
|
41
|
+
git clone https://github.com/SinapseAI/sinapse-ai.git
|
|
42
42
|
cd sinapse-ai
|
|
43
43
|
npm install
|
|
44
44
|
```
|
|
@@ -253,15 +253,15 @@ sudo chown -R $(whoami) ~/.npm
|
|
|
253
253
|
npx sinapse-ai@latest install
|
|
254
254
|
|
|
255
255
|
# Ou clonar novamente
|
|
256
|
-
git clone https://github.com/
|
|
256
|
+
git clone https://github.com/SinapseAI/sinapse-ai.git
|
|
257
257
|
```
|
|
258
258
|
|
|
259
259
|
---
|
|
260
260
|
|
|
261
261
|
## Obtendo Ajuda
|
|
262
262
|
|
|
263
|
-
- **Documentação:** [Repositório GitHub](https://github.com/
|
|
264
|
-
- **GitHub Issues:** [github.com/
|
|
263
|
+
- **Documentação:** [Repositório GitHub](https://github.com/SinapseAI/sinapse-ai)
|
|
264
|
+
- **GitHub Issues:** [github.com/SinapseAI/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
265
265
|
- **Comunidade Discord:** [discord.gg/gk8jAdXWmj](https://discord.gg/gk8jAdXWmj)
|
|
266
266
|
|
|
267
267
|
---
|
|
@@ -131,7 +131,7 @@ winget install Microsoft.WindowsTerminal
|
|
|
131
131
|
3. Execute o instalador:
|
|
132
132
|
|
|
133
133
|
```powershell
|
|
134
|
-
npx github:
|
|
134
|
+
npx github:SinapseAI/sinapse-ai install
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
### O Que o Instalador Faz
|
|
@@ -299,7 +299,7 @@ Para atualizar uma instalação existente:
|
|
|
299
299
|
|
|
300
300
|
```powershell
|
|
301
301
|
# Usando npx (recomendado)
|
|
302
|
-
npx github:
|
|
302
|
+
npx github:SinapseAI/sinapse-ai install
|
|
303
303
|
|
|
304
304
|
# O atualizador irá:
|
|
305
305
|
# - Detectar instalação existente
|
|
@@ -339,4 +339,4 @@ npx github:SynkraAI/sinapse-ai install
|
|
|
339
339
|
- [Guia de Solução de Problemas](troubleshooting.md)
|
|
340
340
|
- [FAQ](faq.md)
|
|
341
341
|
- [Comunidade Discord](https://discord.gg/gk8jAdXWmj)
|
|
342
|
-
- [GitHub Issues](https://github.com/
|
|
342
|
+
- [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
@@ -279,7 +279,7 @@ sinapse memory reset
|
|
|
279
279
|
Se você encontrar problemas não cobertos aqui:
|
|
280
280
|
|
|
281
281
|
1. **Verificar Logs**: Revise `.sinapse-ai/logs/upgrade.log`
|
|
282
|
-
2. **Issues no GitHub**: [github.com/
|
|
282
|
+
2. **Issues no GitHub**: [github.com/SinapseAI/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
283
283
|
3. **Comunidade Discord**: [discord.gg/gk8jAdXWmj](https://discord.gg/gk8jAdXWmj)
|
|
284
284
|
4. **Documentação**: [diretório docs](./getting-started.md)
|
|
285
285
|
|
package/docs/pt/npx-install.md
CHANGED
|
@@ -182,7 +182,7 @@ const patterns = [
|
|
|
182
182
|
## Suporte
|
|
183
183
|
|
|
184
184
|
Para ajuda adicional:
|
|
185
|
-
- GitHub Issues: https://github.com/
|
|
185
|
+
- GitHub Issues: https://github.com/SinapseAIinc/sinapse-ai/issues
|
|
186
186
|
- Documentação: https://sinapse-ai.dev/docs
|
|
187
187
|
- Referência da Story: 2.3 - NPX Installation Context Detection
|
|
188
188
|
|
package/docs/pt/roadmap.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Este documento descreve a direção de desenvolvimento planejada para o SINAPSE.
|
|
6
6
|
|
|
7
|
-
> Para rastreamento detalhado, veja nosso [Projeto GitHub](https://github.com/orgs/
|
|
7
|
+
> Para rastreamento detalhado, veja nosso [Projeto GitHub](https://github.com/orgs/SinapseAI/projects/1)
|
|
8
8
|
|
|
9
9
|
## Visão
|
|
10
10
|
|
|
@@ -63,11 +63,11 @@ Aceitamos contribuição da comunidade sobre nossa direção! Veja como particip
|
|
|
63
63
|
|
|
64
64
|
### 1. Vote em Ideias
|
|
65
65
|
|
|
66
|
-
Reaja com :+1: em [Ideias nas Discussões](https://github.com/
|
|
66
|
+
Reaja com :+1: em [Ideias nas Discussões](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas) existentes para mostrar apoio.
|
|
67
67
|
|
|
68
68
|
### 2. Proponha Features
|
|
69
69
|
|
|
70
|
-
Tem uma nova ideia? Abra uma [Discussão de Ideia](https://github.com/
|
|
70
|
+
Tem uma nova ideia? Abra uma [Discussão de Ideia](https://github.com/SinapseAI/sinapse-ai/discussions/new?category=ideas) para compartilhar com a comunidade.
|
|
71
71
|
|
|
72
72
|
### 3. Escreva um RFC
|
|
73
73
|
|
|
@@ -90,7 +90,7 @@ Este roadmap é revisado e atualizado mensalmente pelos mantenedores do projeto.
|
|
|
90
90
|
2. Atualizar status de itens concluídos/em progresso
|
|
91
91
|
3. Adicionar features recém-aprovadas das discussões da comunidade
|
|
92
92
|
4. Remover itens cancelados ou despriorizados
|
|
93
|
-
5. Comunicar mudanças significativas via [Anúncios](https://github.com/
|
|
93
|
+
5. Comunicar mudanças significativas via [Anúncios](https://github.com/SinapseAI/sinapse-ai/discussions/categories/announcements)
|
|
94
94
|
|
|
95
95
|
**Responsáveis:** Agentes @pm (Morgan) ou @po (Pax), com supervisão dos mantenedores.
|
|
96
96
|
|
|
@@ -100,7 +100,7 @@ Este roadmap público é sincronizado com nosso planejamento interno de sprints:
|
|
|
100
100
|
|
|
101
101
|
| Roadmap Público | Rastreamento Interno |
|
|
102
102
|
|-----------------|---------------------|
|
|
103
|
-
| [Projeto GitHub](https://github.com/orgs/
|
|
103
|
+
| [Projeto GitHub](https://github.com/orgs/SinapseAI/projects/1) | `docs/stories/backlog.md` |
|
|
104
104
|
| Features de alto nível | Stories detalhadas por sprint |
|
|
105
105
|
| Timeline trimestral | Execução baseada em sprints |
|
|
106
106
|
|
|
@@ -610,4 +610,4 @@ const emergencyConfig = {
|
|
|
610
610
|
|
|
611
611
|
**Lembre-se**: Segurança não é uma implementação única, mas um processo contínuo. Revisões, atualizações e melhorias regulares são essenciais para manter um sistema seguro.
|
|
612
612
|
|
|
613
|
-
Para dúvidas ou preocupações de segurança, abra uma issue em: https://github.com/
|
|
613
|
+
Para dúvidas ou preocupações de segurança, abra uma issue em: https://github.com/SinapseAI/sinapse-ai/issues
|
package/docs/pt/security.md
CHANGED
|
@@ -13,7 +13,7 @@ Lançamos patches para vulnerabilidades de segurança nas seguintes versões:
|
|
|
13
13
|
|
|
14
14
|
## Reportando uma Vulnerabilidade
|
|
15
15
|
|
|
16
|
-
Levamos a segurança a sério na
|
|
16
|
+
Levamos a segurança a sério na SinapseAI. Se você descobrir uma vulnerabilidade de segurança no SINAPSE, por favor reporte de forma responsável.
|
|
17
17
|
|
|
18
18
|
### Como Reportar
|
|
19
19
|
|
|
@@ -22,12 +22,12 @@ Levamos a segurança a sério na SynkraAI. Se você descobrir uma vulnerabilidad
|
|
|
22
22
|
Em vez disso, reporte vulnerabilidades de segurança através de um destes canais:
|
|
23
23
|
|
|
24
24
|
1. **GitHub Security Advisories** (Preferido)
|
|
25
|
-
- Vá para [Security Advisories](https://github.com/
|
|
25
|
+
- Vá para [Security Advisories](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
26
26
|
- Clique em "Report a vulnerability"
|
|
27
27
|
- Preencha o formulário com detalhes
|
|
28
28
|
|
|
29
29
|
2. **GitHub Issues (Privado)**
|
|
30
|
-
- Abra um [security advisory privado](https://github.com/
|
|
30
|
+
- Abra um [security advisory privado](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
31
31
|
- Use a linha de assunto: `[SECURITY] Breve descrição`
|
|
32
32
|
|
|
33
33
|
### O Que Incluir
|
|
@@ -108,7 +108,7 @@ O SINAPSE Framework executa código e comandos gerados por IA. Usuários devem:
|
|
|
108
108
|
|
|
109
109
|
Atualizações de segurança são anunciadas através de:
|
|
110
110
|
|
|
111
|
-
- [GitHub Security Advisories](https://github.com/
|
|
111
|
+
- [GitHub Security Advisories](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
112
112
|
- [CHANGELOG.md](./CHANGELOG.md)
|
|
113
113
|
- GitHub Releases
|
|
114
114
|
|
|
@@ -538,8 +538,8 @@ cp -r ~/sinapse-backup/agents/* ./agents/
|
|
|
538
538
|
Se você encontrar problemas durante a desinstalação:
|
|
539
539
|
|
|
540
540
|
1. **Consulte a Documentação**
|
|
541
|
-
- [FAQ](https://github.com/
|
|
542
|
-
- [Resolução de Problemas](https://github.com/
|
|
541
|
+
- [FAQ](https://github.com/SinapseAI/sinapse-ai/wiki/faq#uninstall)
|
|
542
|
+
- [Resolução de Problemas](https://github.com/SinapseAI/sinapse-ai/wiki/troubleshooting)
|
|
543
543
|
|
|
544
544
|
2. **Suporte da Comunidade**
|
|
545
545
|
- Discord: #uninstall-help
|
package/docs/roadmap.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
This document outlines the planned development direction for SINAPSE.
|
|
6
6
|
|
|
7
|
-
> For detailed tracking, see our [GitHub Project](https://github.com/orgs/
|
|
7
|
+
> For detailed tracking, see our [GitHub Project](https://github.com/orgs/SinapseAI/projects/1)
|
|
8
8
|
|
|
9
9
|
## Vision
|
|
10
10
|
|
|
@@ -81,11 +81,11 @@ We welcome community input on our direction! Here's how to participate:
|
|
|
81
81
|
|
|
82
82
|
### 1. Vote on Ideas
|
|
83
83
|
|
|
84
|
-
React with :+1: on existing [Ideas in Discussions](https://github.com/
|
|
84
|
+
React with :+1: on existing [Ideas in Discussions](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas) to show support.
|
|
85
85
|
|
|
86
86
|
### 2. Propose Features
|
|
87
87
|
|
|
88
|
-
Have a new idea? Open an [Idea Discussion](https://github.com/
|
|
88
|
+
Have a new idea? Open an [Idea Discussion](https://github.com/SinapseAI/sinapse-ai/discussions/new?category=ideas) to share it with the community.
|
|
89
89
|
|
|
90
90
|
### 3. Write an RFC
|
|
91
91
|
|
|
@@ -108,7 +108,7 @@ This roadmap is reviewed and updated monthly by the project maintainers.
|
|
|
108
108
|
2. Update status of completed/in-progress items
|
|
109
109
|
3. Add newly approved features from community discussions
|
|
110
110
|
4. Remove cancelled or deprioritized items
|
|
111
|
-
5. Communicate significant changes via [Announcements](https://github.com/
|
|
111
|
+
5. Communicate significant changes via [Announcements](https://github.com/SinapseAI/sinapse-ai/discussions/categories/announcements)
|
|
112
112
|
|
|
113
113
|
**Responsible:** @pm (Morgan) or @po (Pax) agents, with maintainer oversight.
|
|
114
114
|
|
|
@@ -118,7 +118,7 @@ This public roadmap is synchronized with our internal sprint planning:
|
|
|
118
118
|
|
|
119
119
|
| Public Roadmap | Internal Tracking |
|
|
120
120
|
|----------------|-------------------|
|
|
121
|
-
| [GitHub Project](https://github.com/orgs/
|
|
121
|
+
| [GitHub Project](https://github.com/orgs/SinapseAI/projects/1) | `docs/strategy/SINAPSE-DIFFERENTIATION-PLAN-4.0.4.md` |
|
|
122
122
|
| High-level features | Detailed stories per sprint |
|
|
123
123
|
| Quarterly timeline | Sprint-based execution |
|
|
124
124
|
|
|
@@ -604,4 +604,4 @@ const emergencyConfig = {
|
|
|
604
604
|
|
|
605
605
|
**Remember**: Security is not a one-time implementation but an ongoing process. Regular reviews, updates, and improvements are essential for maintaining a secure system.
|
|
606
606
|
|
|
607
|
-
For questions or security concerns, open an issue at: https://github.com/
|
|
607
|
+
For questions or security concerns, open an issue at: https://github.com/SinapseAI/sinapse-ai/issues
|
package/docs/security.md
CHANGED
|
@@ -13,7 +13,7 @@ We release patches for security vulnerabilities in the following versions:
|
|
|
13
13
|
|
|
14
14
|
## Reporting a Vulnerability
|
|
15
15
|
|
|
16
|
-
We take security seriously at
|
|
16
|
+
We take security seriously at SinapseAI. If you discover a security vulnerability in SINAPSE, please report it responsibly.
|
|
17
17
|
|
|
18
18
|
### How to Report
|
|
19
19
|
|
|
@@ -22,12 +22,12 @@ We take security seriously at SynkraAI. If you discover a security vulnerability
|
|
|
22
22
|
Instead, please report security vulnerabilities through one of these channels:
|
|
23
23
|
|
|
24
24
|
1. **GitHub Security Advisories** (Preferred)
|
|
25
|
-
- Go to [Security Advisories](https://github.com/
|
|
25
|
+
- Go to [Security Advisories](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
26
26
|
- Click "Report a vulnerability"
|
|
27
27
|
- Fill out the form with details
|
|
28
28
|
|
|
29
29
|
2. **GitHub Issues (Private)**
|
|
30
|
-
- Open a [private security advisory](https://github.com/
|
|
30
|
+
- Open a [private security advisory](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
31
31
|
- Use subject line: `[SECURITY] Brief description`
|
|
32
32
|
|
|
33
33
|
### What to Include
|
|
@@ -108,7 +108,7 @@ SINAPSE Framework executes AI-generated code and commands. Users should:
|
|
|
108
108
|
|
|
109
109
|
Security updates are announced through:
|
|
110
110
|
|
|
111
|
-
- [GitHub Security Advisories](https://github.com/
|
|
111
|
+
- [GitHub Security Advisories](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
112
112
|
- [CHANGELOG.md](./CHANGELOG.md)
|
|
113
113
|
- GitHub Releases
|
|
114
114
|
|
|
@@ -156,7 +156,7 @@ flowchart TB
|
|
|
156
156
|
|
|
157
157
|
subgraph DISTRIBUTE["🚀 DISTRIBUTION"]
|
|
158
158
|
LOCAL["📂 Local<br/>./squads/"]
|
|
159
|
-
PUBLIC["🌐 Public<br/>github.com/
|
|
159
|
+
PUBLIC["🌐 Public<br/>github.com/SinapseAI/sinapse-squads"]
|
|
160
160
|
MARKET["💰 Marketplace<br/>api.sinapse.ai/squads"]
|
|
161
161
|
end
|
|
162
162
|
|
|
@@ -564,7 +564,7 @@ flowchart LR
|
|
|
564
564
|
end
|
|
565
565
|
|
|
566
566
|
subgraph PUBLIC["🌐 Nivel 2: Publico"]
|
|
567
|
-
P_REPO["github.com/
|
|
567
|
+
P_REPO["github.com/SinapseAI/sinapse-squads"]
|
|
568
568
|
P_DESC["Squads da comunidade (gratuitos)"]
|
|
569
569
|
P_CMD["*publish-squad"]
|
|
570
570
|
end
|
package/docs/uninstallation.md
CHANGED
|
@@ -532,8 +532,8 @@ cp -r ~/sinapse-backup/agents/* ./agents/
|
|
|
532
532
|
If you encounter issues during uninstallation:
|
|
533
533
|
|
|
534
534
|
1. **Check Documentation**
|
|
535
|
-
- [FAQ](https://github.com/
|
|
536
|
-
- [Troubleshooting](https://github.com/
|
|
535
|
+
- [FAQ](https://github.com/SinapseAI/sinapse-ai/wiki/faq#uninstall)
|
|
536
|
+
- [Troubleshooting](https://github.com/SinapseAI/sinapse-ai/wiki/troubleshooting)
|
|
537
537
|
|
|
538
538
|
2. **Community Support**
|
|
539
539
|
- Discord: #uninstall-help
|
package/docs/zh/CHANGELOG.md
CHANGED
|
@@ -187,5 +187,5 @@ npx @sinapse/sinapse-ai install --force-upgrade
|
|
|
187
187
|
|
|
188
188
|
- [故障排除](./installation/troubleshooting.md)
|
|
189
189
|
- [FAQ](./installation/faq.md)
|
|
190
|
-
- [GitHub 仓库](https://github.com/
|
|
191
|
-
- [Issue 追踪器](https://github.com/
|
|
190
|
+
- [GitHub 仓库](https://github.com/SinapseAI/sinapse-ai)
|
|
191
|
+
- [Issue 追踪器](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
@@ -232,7 +232,7 @@ curl "https://api.sinapse.ai/api/squads?tags=devops,automation&search=deploy&off
|
|
|
232
232
|
"name": "devops-squad",
|
|
233
233
|
"version": "2.1.0",
|
|
234
234
|
"description": "DevOps自动化squad",
|
|
235
|
-
"author": "
|
|
235
|
+
"author": "SinapseAI",
|
|
236
236
|
"tags": ["devops", "automation", "ci-cd"],
|
|
237
237
|
"is_public": true,
|
|
238
238
|
"is_official": true,
|
|
@@ -343,7 +343,7 @@ curl https://api.sinapse.ai/api/squads/550e8400-e29b-41d4-a716-446655440000
|
|
|
343
343
|
"name": "devops-squad",
|
|
344
344
|
"version": "2.1.0",
|
|
345
345
|
"description": "用于CI/CD管道的DevOps自动化squad",
|
|
346
|
-
"author": "
|
|
346
|
+
"author": "SinapseAI",
|
|
347
347
|
"license": "MIT",
|
|
348
348
|
"slash_prefix": "devops",
|
|
349
349
|
"tags": ["devops", "automation", "ci-cd"],
|
|
@@ -119,7 +119,7 @@ docs/architecture/
|
|
|
119
119
|
│ ┌─────────────────────────────────────────────────────────────────┐ │
|
|
120
120
|
│ │ 多仓库结构 │ │
|
|
121
121
|
│ │ │ │
|
|
122
|
-
│ │
|
|
122
|
+
│ │ SinapseAI/sinapse-ai ◄───── 中央枢纽 │ │
|
|
123
123
|
│ │ │ - 框架核心 │ │
|
|
124
124
|
│ │ │ - 11 个基础代理 │ │
|
|
125
125
|
│ │ │ - 讨论中心 │ │
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
### 1. 分支保护设置
|
|
32
32
|
|
|
33
|
-
**来源:** `gh api repos/
|
|
33
|
+
**来源:** `gh api repos/SinapseAI/sinapse-ai/branches/main/protection`
|
|
34
34
|
|
|
35
35
|
```json
|
|
36
36
|
{
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
### 2. 仓库设置
|
|
69
69
|
|
|
70
|
-
**来源:** `gh api repos/
|
|
70
|
+
**来源:** `gh api repos/SinapseAI/sinapse-ai`
|
|
71
71
|
|
|
72
72
|
```json
|
|
73
73
|
{
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
|
|
85
85
|
### 3. GitHub Actions 工作流
|
|
86
86
|
|
|
87
|
-
**来源:** `gh api repos/
|
|
87
|
+
**来源:** `gh api repos/SinapseAI/sinapse-ai/actions/workflows`
|
|
88
88
|
|
|
89
89
|
| 工作流 | 状态 | 路径 |
|
|
90
90
|
| --- | --- | --- |
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
**来源:** `.github/CODEOWNERS`
|
|
106
106
|
|
|
107
107
|
```codeowners
|
|
108
|
-
* @
|
|
108
|
+
* @SinapseAI
|
|
109
109
|
```
|
|
110
110
|
|
|
111
111
|
**分析:** 仅在组织级别单一所有权 - 无按路径的细粒度所有权。
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
**命令:**
|
|
202
202
|
|
|
203
203
|
```bash
|
|
204
|
-
gh api repos/
|
|
204
|
+
gh api repos/SinapseAI/sinapse-ai/branches/main/protection -X PUT \
|
|
205
205
|
-F required_status_checks='{"strict":true,"contexts":["lint","typecheck","build","test"]}' \
|
|
206
206
|
-F enforce_admins=false \
|
|
207
207
|
-F required_pull_request_reviews='{"dismiss_stale_reviews":true,"require_code_owner_reviews":true,"required_approving_review_count":1}' \
|
|
@@ -69,7 +69,7 @@ branch_protection:
|
|
|
69
69
|
**实施命令:**
|
|
70
70
|
|
|
71
71
|
```bash
|
|
72
|
-
gh api repos/
|
|
72
|
+
gh api repos/SinapseAI/sinapse-ai/branches/main/protection -X PUT \
|
|
73
73
|
-F required_status_checks='{"strict":true,"contexts":["lint","typecheck","build","test","validation-summary"]}' \
|
|
74
74
|
-F enforce_admins=false \
|
|
75
75
|
-F required_pull_request_reviews='{"dismiss_stale_reviews":true,"require_code_owner_reviews":true,"required_approving_review_count":1}' \
|
|
@@ -208,76 +208,76 @@ abort_on_close: true
|
|
|
208
208
|
# ============================================
|
|
209
209
|
# 默认所有者(后备)
|
|
210
210
|
# ============================================
|
|
211
|
-
* @
|
|
211
|
+
* @SinapseAI/maintainers
|
|
212
212
|
|
|
213
213
|
# ============================================
|
|
214
214
|
# 框架核心
|
|
215
215
|
# ============================================
|
|
216
216
|
# 代理定义 - 需要核心团队审查
|
|
217
|
-
.sinapse-ai/development/agents/ @
|
|
217
|
+
.sinapse-ai/development/agents/ @SinapseAI/core-team
|
|
218
218
|
|
|
219
219
|
# 任务定义 - 需要核心团队审查
|
|
220
|
-
.sinapse-ai/development/tasks/ @
|
|
220
|
+
.sinapse-ai/development/tasks/ @SinapseAI/core-team
|
|
221
221
|
|
|
222
222
|
# 工作流定义 - 需要核心团队审查
|
|
223
|
-
.sinapse-ai/development/workflows/ @
|
|
223
|
+
.sinapse-ai/development/workflows/ @SinapseAI/core-team
|
|
224
224
|
|
|
225
225
|
# 模板 - 需要架构师/核心团队审查
|
|
226
|
-
.sinapse-ai/product/templates/ @
|
|
227
|
-
templates/ @
|
|
226
|
+
.sinapse-ai/product/templates/ @SinapseAI/core-team
|
|
227
|
+
templates/ @SinapseAI/core-team
|
|
228
228
|
|
|
229
229
|
# 核心工具 - 需要高级审查
|
|
230
|
-
.sinapse-ai/core/ @
|
|
231
|
-
.sinapse-ai/cli/ @
|
|
230
|
+
.sinapse-ai/core/ @SinapseAI/core-team
|
|
231
|
+
.sinapse-ai/cli/ @SinapseAI/core-team
|
|
232
232
|
|
|
233
233
|
# ============================================
|
|
234
234
|
# 基础设施
|
|
235
235
|
# ============================================
|
|
236
236
|
# CI/CD - 需要 devops 批准
|
|
237
|
-
.github/ @
|
|
237
|
+
.github/ @SinapseAI/devops
|
|
238
238
|
|
|
239
239
|
# Docker 配置
|
|
240
|
-
.docker/ @
|
|
240
|
+
.docker/ @SinapseAI/devops
|
|
241
241
|
|
|
242
242
|
# 配置文件
|
|
243
|
-
.sinapse-ai/core-config.yaml @
|
|
244
|
-
package.json @
|
|
245
|
-
package-lock.json @
|
|
243
|
+
.sinapse-ai/core-config.yaml @SinapseAI/core-team
|
|
244
|
+
package.json @SinapseAI/maintainers
|
|
245
|
+
package-lock.json @SinapseAI/maintainers
|
|
246
246
|
|
|
247
247
|
# ============================================
|
|
248
248
|
# 文档(更宽松)
|
|
249
249
|
# ============================================
|
|
250
250
|
# 通用文档 - 维护者可批准
|
|
251
|
-
docs/ @
|
|
251
|
+
docs/ @SinapseAI/maintainers
|
|
252
252
|
|
|
253
253
|
# 架构决策 - 需要核心团队
|
|
254
|
-
docs/architecture/ @
|
|
255
|
-
docs/framework/ @
|
|
254
|
+
docs/architecture/ @SinapseAI/core-team
|
|
255
|
+
docs/framework/ @SinapseAI/core-team
|
|
256
256
|
|
|
257
257
|
# Stories - 维护者(内部开发文档)
|
|
258
|
-
docs/stories/ @
|
|
258
|
+
docs/stories/ @SinapseAI/maintainers
|
|
259
259
|
|
|
260
260
|
# 指南 - 维护者(对贡献者友好)
|
|
261
|
-
docs/guides/ @
|
|
261
|
+
docs/guides/ @SinapseAI/maintainers
|
|
262
262
|
|
|
263
263
|
# ============================================
|
|
264
264
|
# 安全敏感文件
|
|
265
265
|
# ============================================
|
|
266
266
|
# 安全配置
|
|
267
|
-
.github/CODEOWNERS @
|
|
268
|
-
.github/workflows/semantic-release.yml @
|
|
269
|
-
.github/workflows/npm-publish.yml @
|
|
267
|
+
.github/CODEOWNERS @SinapseAI/core-team
|
|
268
|
+
.github/workflows/semantic-release.yml @SinapseAI/devops
|
|
269
|
+
.github/workflows/npm-publish.yml @SinapseAI/devops
|
|
270
270
|
|
|
271
271
|
# 根配置文件
|
|
272
|
-
.env* @
|
|
273
|
-
*.config.js @
|
|
272
|
+
.env* @SinapseAI/core-team
|
|
273
|
+
*.config.js @SinapseAI/maintainers
|
|
274
274
|
```
|
|
275
275
|
|
|
276
276
|
**需要的 GitHub 团队:**
|
|
277
277
|
|
|
278
|
-
- `@
|
|
279
|
-
- `@
|
|
280
|
-
- `@
|
|
278
|
+
- `@SinapseAI/maintainers` - 通用维护者(写入权限)
|
|
279
|
+
- `@SinapseAI/core-team` - 框架核心开发者
|
|
280
|
+
- `@SinapseAI/devops` - CI/CD 和基础设施
|
|
281
281
|
|
|
282
282
|
---
|
|
283
283
|
|
|
@@ -444,10 +444,10 @@ _提交此 PR,即表示我确认已阅读[贡献指南](../../../../CONTRIBUTI
|
|
|
444
444
|
|
|
445
445
|
```bash
|
|
446
446
|
# 移除所有分支保护(仅紧急情况)
|
|
447
|
-
gh api -X DELETE repos/
|
|
447
|
+
gh api -X DELETE repos/SinapseAI/sinapse-ai/branches/main/protection
|
|
448
448
|
|
|
449
449
|
# 恢复最小保护
|
|
450
|
-
gh api repos/
|
|
450
|
+
gh api repos/SinapseAI/sinapse-ai/branches/main/protection -X PUT \
|
|
451
451
|
-F required_status_checks='{"strict":true,"contexts":["lint","typecheck","build"]}' \
|
|
452
452
|
-F enforce_admins=false \
|
|
453
453
|
-F required_pull_request_reviews='{"dismiss_stale_reviews":true,"require_code_owner_reviews":false,"required_approving_review_count":0}' \
|
|
@@ -467,7 +467,7 @@ git push
|
|
|
467
467
|
|
|
468
468
|
```bash
|
|
469
469
|
# 恢复简单所有权
|
|
470
|
-
echo "* @
|
|
470
|
+
echo "* @SinapseAI" > .github/CODEOWNERS
|
|
471
471
|
git add -A && git commit -m "chore: rollback CODEOWNERS"
|
|
472
472
|
git push
|
|
473
473
|
```
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
**版本**: 1.1
|
|
20
20
|
**最后更新**: 2025-12-14
|
|
21
21
|
**状态**: 已弃用 - 请查看 docs/framework/coding-standards.md
|
|
22
|
-
**迁移通知**: 此文档将在 Q2 2026 迁移到 `
|
|
22
|
+
**迁移通知**: 此文档将在 Q2 2026 迁移到 `SinapseAI/sinapse-ai` 存储库 (见决策 005)
|
|
23
23
|
|
|
24
24
|
---
|
|
25
25
|
|
|
@@ -884,7 +884,7 @@ jobs:
|
|
|
884
884
|
| 版本 | 日期 | 变更 | 作者 |
|
|
885
885
|
| ---- | ---------- | ----------------------------------------------------------- | --------------- |
|
|
886
886
|
| 1.0 | 2025-01-15 | 编码标准初始文档 | Aria (architect)|
|
|
887
|
-
| 1.1 | 2025-12-14 | 更新迁移通知为
|
|
887
|
+
| 1.1 | 2025-12-14 | 更新迁移通知为 SinapseAI/sinapse-ai [Story 6.10] | Dex (dev) |
|
|
888
888
|
|
|
889
889
|
---
|
|
890
890
|
|
|
@@ -176,23 +176,23 @@ Dockerfile @org/devops-team
|
|
|
176
176
|
|
|
177
177
|
```codeowners
|
|
178
178
|
# 默认 - 需要维护者审查
|
|
179
|
-
* @
|
|
179
|
+
* @SinapseAI/maintainers
|
|
180
180
|
|
|
181
181
|
# 代理定义 - 需要核心团队审查
|
|
182
|
-
.sinapse-ai/development/agents/ @
|
|
182
|
+
.sinapse-ai/development/agents/ @SinapseAI/core-team
|
|
183
183
|
|
|
184
184
|
# 任务定义 - 需要核心团队审查
|
|
185
|
-
.sinapse-ai/development/tasks/ @
|
|
185
|
+
.sinapse-ai/development/tasks/ @SinapseAI/core-team
|
|
186
186
|
|
|
187
187
|
# CI/CD - 需要 devops 批准
|
|
188
|
-
.github/ @
|
|
188
|
+
.github/ @SinapseAI/devops
|
|
189
189
|
|
|
190
190
|
# 文档 - 对贡献者更宽容
|
|
191
|
-
docs/ @
|
|
191
|
+
docs/ @SinapseAI/maintainers
|
|
192
192
|
|
|
193
193
|
# 模板 - 需要架构师审查
|
|
194
|
-
templates/ @
|
|
195
|
-
.sinapse-ai/product/templates/ @
|
|
194
|
+
templates/ @SinapseAI/core-team
|
|
195
|
+
.sinapse-ai/product/templates/ @SinapseAI/core-team
|
|
196
196
|
```
|
|
197
197
|
|
|
198
198
|
---
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
│ ═════════ │
|
|
149
149
|
│ │
|
|
150
150
|
│ ┌────────────────────┐ ┌────────────────────┐ │
|
|
151
|
-
│ │
|
|
151
|
+
│ │ SinapseAI/ │ │ SinapseAI/ │ │
|
|
152
152
|
│ │ sinapse-ai │ │ sinapse-squads │ │
|
|
153
153
|
│ │ (MIT) │◄────│ (MIT) │ │
|
|
154
154
|
│ │ │ │ │ │
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
│ │ 可选依赖 │
|
|
162
162
|
│ ▼ │
|
|
163
163
|
│ ┌────────────────────┐ │
|
|
164
|
-
│ │
|
|
164
|
+
│ │ SinapseAI/ │ │
|
|
165
165
|
│ │ mcp-ecosystem │ │
|
|
166
166
|
│ │ (Apache 2.0) │ │
|
|
167
167
|
│ │ │ │
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
│ ═════════════ │
|
|
175
175
|
│ │
|
|
176
176
|
│ ┌────────────────────┐ ┌────────────────────┐ │
|
|
177
|
-
│ │
|
|
177
|
+
│ │ SinapseAI/mmos │ │ SinapseAI/ │ │
|
|
178
178
|
│ │ (专有+NDA) │ │ certified-partners│ │
|
|
179
179
|
│ │ │ │ (专有) │ │
|
|
180
180
|
│ │ • MMOS Minds │ │ • 高级 Squads │ │
|
|
@@ -43,7 +43,7 @@ SINAPSE v4 采用**多仓库策略**以实现模块化开发、社区贡献和
|
|
|
43
43
|
## 仓库结构
|
|
44
44
|
|
|
45
45
|
```
|
|
46
|
-
|
|
46
|
+
SinapseAI 组织
|
|
47
47
|
├── 公共仓库
|
|
48
48
|
│ ├── sinapse-ai # 主框架 (MIT)
|
|
49
49
|
│ ├── sinapse-squads # 社区 Squad (MIT)
|
|
@@ -134,7 +134,7 @@ npm install @sinapse/mcp-presets
|
|
|
134
134
|
|
|
135
135
|
## 私有仓库
|
|
136
136
|
|
|
137
|
-
###
|
|
137
|
+
### SinapseAI/mmos(专有+NDA)
|
|
138
138
|
|
|
139
139
|
包含专有 MMOS(心智操作系统)组件:
|
|
140
140
|
|
|
@@ -145,7 +145,7 @@ npm install @sinapse/mcp-presets
|
|
|
145
145
|
|
|
146
146
|
**访问:** 需要 NDA 和许可协议。
|
|
147
147
|
|
|
148
|
-
###
|
|
148
|
+
### SinapseAI/certified-partners(专有)
|
|
149
149
|
|
|
150
150
|
SINAPSE 认证合作伙伴的资源:
|
|
151
151
|
|