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
|
@@ -172,8 +172,8 @@ tags:
|
|
|
172
172
|
|
|
173
173
|
| Squad | Version | Descripcion | Repositorio |
|
|
174
174
|
| ----------------- | ------- | ------------------------------------- | -------------------------------------------------------------------------------- |
|
|
175
|
-
| **etl-squad** | 2.0.0 | Recoleccion y transformacion de datos | [sinapse-squads/etl](https://github.com/
|
|
176
|
-
| **creator-squad** | 1.0.0 | Utilidades de generacion de contenido | [sinapse-squads/creator](https://github.com/
|
|
175
|
+
| **etl-squad** | 2.0.0 | Recoleccion y transformacion de datos | [sinapse-squads/etl](https://github.com/SinapseAI/sinapse-squads/tree/main/etl) |
|
|
176
|
+
| **creator-squad** | 1.0.0 | Utilidades de generacion de contenido | [sinapse-squads/creator](https://github.com/SinapseAI/sinapse-squads/tree/main/creator) |
|
|
177
177
|
|
|
178
178
|
### Niveles de Distribucion
|
|
179
179
|
|
|
@@ -182,7 +182,7 @@ tags:
|
|
|
182
182
|
│ DISTRIBUCION DE SQUADS │
|
|
183
183
|
├─────────────────────────────────────────────────────────────┤
|
|
184
184
|
│ Nivel 1: LOCAL --> ./squads/ (Privado) │
|
|
185
|
-
│ Nivel 2: SINAPSE-SQUADS --> github.com/
|
|
185
|
+
│ Nivel 2: SINAPSE-SQUADS --> github.com/SinapseAI (Publico) │
|
|
186
186
|
│ Nivel 3: SINAPSE API --> api.sinapse.ai (Marketplace)│
|
|
187
187
|
└─────────────────────────────────────────────────────────────┘
|
|
188
188
|
```
|
|
@@ -276,7 +276,7 @@ Usar versionado semantico:
|
|
|
276
276
|
## Proximos Pasos
|
|
277
277
|
|
|
278
278
|
- **Crear Tu Primer Squad:** Seguir la [Guia de Squads](./squads-guide.md) para instrucciones detalladas
|
|
279
|
-
- **Explorar Squads Oficiales:** Revisar [repositorio sinapse-squads](https://github.com/
|
|
279
|
+
- **Explorar Squads Oficiales:** Revisar [repositorio sinapse-squads](https://github.com/SinapseAI/sinapse-squads)
|
|
280
280
|
- **Contribuir:** Ver [Guia de Contribucion de Squads](./contributing-squads.md)
|
|
281
281
|
- **Aprender Formato de Tasks:** Leer [TASK-FORMAT-SPECIFICATION-V1](../../../.sinapse-ai/docs/standards/TASK-FORMAT-SPECIFICATION-V1.md)
|
|
282
282
|
|
|
@@ -205,7 +205,7 @@ Un squad es un paquete autocontenido que contiene:
|
|
|
205
205
|
|
|
206
206
|
```
|
|
207
207
|
Nivel 1: LOCAL --> ./squads/ (Privado)
|
|
208
|
-
Nivel 2: SINAPSE-SQUADS --> github.com/
|
|
208
|
+
Nivel 2: SINAPSE-SQUADS --> github.com/SinapseAI (Publico/Gratis)
|
|
209
209
|
Nivel 3: SINAPSE API --> api.sinapse.ai (Marketplace)
|
|
210
210
|
```
|
|
211
211
|
|
|
@@ -366,8 +366,8 @@ sinapse rebuild
|
|
|
366
366
|
|
|
367
367
|
### Obteniendo Ayuda
|
|
368
368
|
|
|
369
|
-
- **GitHub Discussions**: [github.com/
|
|
370
|
-
- **Issue Tracker**: [github.com/
|
|
369
|
+
- **GitHub Discussions**: [github.com/SinapseAI/sinapse-ai/discussions](https://github.com/SinapseAI/sinapse-ai/discussions)
|
|
370
|
+
- **Issue Tracker**: [github.com/SinapseAI/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
371
371
|
- **Discord**: [Unete a nuestro servidor](https://discord.gg/gk8jAdXWmj)
|
|
372
372
|
|
|
373
373
|
---
|
|
@@ -18,17 +18,17 @@ Un pull request (PR) es como propones cambios a un proyecto en GitHub. Piensalo
|
|
|
18
18
|
|
|
19
19
|
**Obligatorio antes de enviar PRs:**
|
|
20
20
|
|
|
21
|
-
- **Para correcciones de bugs**: Crea un issue usando la [plantilla de reporte de bugs](https://github.com/
|
|
21
|
+
- **Para correcciones de bugs**: Crea un issue usando la [plantilla de reporte de bugs](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=bug_report.md)
|
|
22
22
|
- **Para nuevas features**:
|
|
23
23
|
1. Discute en Discord en el [canal #general-dev](https://discord.gg/gk8jAdXWmj)
|
|
24
|
-
2. Crea un issue usando la [plantilla de solicitud de feature](https://github.com/
|
|
24
|
+
2. Crea un issue usando la [plantilla de solicitud de feature](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=feature_request.md)
|
|
25
25
|
- **Para cambios grandes**: Siempre abre un issue primero para discutir la alineacion
|
|
26
26
|
|
|
27
27
|
## Guia Paso a Paso
|
|
28
28
|
|
|
29
29
|
### 1. Hacer Fork del Repositorio
|
|
30
30
|
|
|
31
|
-
1. Ve al [repositorio SINAPSE](https://github.com/
|
|
31
|
+
1. Ve al [repositorio SINAPSE](https://github.com/SinapseAIinc/sinapse-ai)
|
|
32
32
|
2. Haz clic en el boton "Fork" en la esquina superior derecha
|
|
33
33
|
3. Esto crea tu propia copia del proyecto
|
|
34
34
|
|
|
@@ -137,8 +137,8 @@ git push origin fix/typo-in-readme
|
|
|
137
137
|
|
|
138
138
|
## Necesitas Ayuda?
|
|
139
139
|
|
|
140
|
-
- Reporta bugs usando la [plantilla de reporte de bugs](https://github.com/
|
|
141
|
-
- Sugiere features usando la [plantilla de solicitud de feature](https://github.com/
|
|
140
|
+
- Reporta bugs usando la [plantilla de reporte de bugs](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=bug_report.md)
|
|
141
|
+
- Sugiere features usando la [plantilla de solicitud de feature](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=feature_request.md)
|
|
142
142
|
- Lee las [Directrices de Contribucion](../../CONTRIBUTING.md) completas
|
|
143
143
|
|
|
144
144
|
## Ejemplo: Buenos PRs vs Malos
|
|
@@ -59,7 +59,7 @@ npx sinapse-ai install --force-upgrade
|
|
|
59
59
|
|
|
60
60
|
1. Consulte la [Guía de Solución de Problemas](./troubleshooting.md)
|
|
61
61
|
2. Busque en las [Preguntas Frecuentes](./faq.md)
|
|
62
|
-
3. Abra un [Issue en GitHub](https://github.com/
|
|
62
|
+
3. Abra un [Issue en GitHub](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
63
63
|
|
|
64
64
|
---
|
|
65
65
|
|
|
@@ -104,5 +104,5 @@ npx sinapse-ai install --force-upgrade
|
|
|
104
104
|
|
|
105
105
|
## Soporte
|
|
106
106
|
|
|
107
|
-
- **Issues de GitHub**: [sinapse-ai/issues](https://github.com/
|
|
107
|
+
- **Issues de GitHub**: [sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
108
108
|
- **Documentación**: [docs/](../)
|
|
@@ -562,7 +562,7 @@ projectStatus:
|
|
|
562
562
|
|
|
563
563
|
**Respuesta:**
|
|
564
564
|
|
|
565
|
-
1. **Haga fork del repositorio:** https://github.com/
|
|
565
|
+
1. **Haga fork del repositorio:** https://github.com/SinapseAI/sinapse-ai
|
|
566
566
|
|
|
567
567
|
2. **Cree una rama de feature:**
|
|
568
568
|
|
|
@@ -598,8 +598,8 @@ projectStatus:
|
|
|
598
598
|
| ------------------- | ---------------------------------------------------------- |
|
|
599
599
|
| **Documentación** | `docs/` en su proyecto |
|
|
600
600
|
| **Solución de Problemas** | [troubleshooting.md](./troubleshooting.md) |
|
|
601
|
-
| **Issues de GitHub** | https://github.com/
|
|
602
|
-
| **Código Fuente** | https://github.com/
|
|
601
|
+
| **Issues de GitHub** | https://github.com/SinapseAI/sinapse-ai/issues |
|
|
602
|
+
| **Código Fuente** | https://github.com/SinapseAI/sinapse-ai |
|
|
603
603
|
|
|
604
604
|
**Antes de pedir ayuda:**
|
|
605
605
|
|
|
@@ -152,7 +152,7 @@ sudo pacman -S base-devel
|
|
|
152
152
|
3. Ejecute el instalador:
|
|
153
153
|
|
|
154
154
|
```bash
|
|
155
|
-
npx github:
|
|
155
|
+
npx github:SinapseAI/sinapse-ai install
|
|
156
156
|
```
|
|
157
157
|
|
|
158
158
|
### Qué Hace el Instalador
|
|
@@ -268,7 +268,7 @@ Para actualizar una instalación existente:
|
|
|
268
268
|
|
|
269
269
|
```bash
|
|
270
270
|
# Usando npx (recomendado)
|
|
271
|
-
npx github:
|
|
271
|
+
npx github:SinapseAI/sinapse-ai install
|
|
272
272
|
```
|
|
273
273
|
|
|
274
274
|
El actualizador:
|
|
@@ -308,4 +308,4 @@ El actualizador:
|
|
|
308
308
|
- [Guía de Solución de Problemas](troubleshooting.md)
|
|
309
309
|
- [FAQ](faq.md)
|
|
310
310
|
- [Comunidad Discord](https://discord.gg/gk8jAdXWmj)
|
|
311
|
-
- [GitHub Issues](https://github.com/
|
|
311
|
+
- [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
@@ -72,7 +72,7 @@ Descargue desde [cli.github.com](https://cli.github.com/)
|
|
|
72
72
|
|
|
73
73
|
3. Ejecute el instalador:
|
|
74
74
|
```bash
|
|
75
|
-
npx github:
|
|
75
|
+
npx github:SinapseAI/sinapse-ai install
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
### Qué Hace el Instalador
|
|
@@ -157,7 +157,7 @@ Los sistemas de archivos de macOS pueden ser insensibles a mayúsculas por defec
|
|
|
157
157
|
Para actualizar una instalación existente:
|
|
158
158
|
|
|
159
159
|
```bash
|
|
160
|
-
npx github:
|
|
160
|
+
npx github:SinapseAI/sinapse-ai install
|
|
161
161
|
```
|
|
162
162
|
|
|
163
163
|
El actualizador:
|
|
@@ -689,7 +689,7 @@ ls -la .sinapse-ai/
|
|
|
689
689
|
|
|
690
690
|
1. Ejecute `npx sinapse-ai status` y anote la salida
|
|
691
691
|
2. Revise esta guía de solución de problemas
|
|
692
|
-
3. Busque [Issues de GitHub](https://github.com/
|
|
692
|
+
3. Busque [Issues de GitHub](https://github.com/SinapseAI/sinapse-ai/issues) existentes
|
|
693
693
|
|
|
694
694
|
### Información a Incluir en Reportes de Errores
|
|
695
695
|
|
|
@@ -724,7 +724,7 @@ ls -la .sinapse-ai/
|
|
|
724
724
|
|
|
725
725
|
### Canales de Soporte
|
|
726
726
|
|
|
727
|
-
- **Issues de GitHub**: [sinapse-ai/issues](https://github.com/
|
|
727
|
+
- **Issues de GitHub**: [sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
728
728
|
- **Documentación**: [docs/installation/](./README.md)
|
|
729
729
|
- **FAQ**: [faq.md](./faq.md)
|
|
730
730
|
|
|
@@ -38,7 +38,7 @@ cd mi-proyecto
|
|
|
38
38
|
### Opción B: Clonar Repositorio (Desarrollo)
|
|
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
|
# O clonar de nuevo
|
|
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
|
## Obtener Ayuda
|
|
262
262
|
|
|
263
|
-
- **Documentación:** [Repositorio GitHub](https://github.com/
|
|
264
|
-
- **GitHub Issues:** [github.com/
|
|
263
|
+
- **Documentación:** [Repositorio 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
|
- **Comunidad Discord:** [discord.gg/gk8jAdXWmj](https://discord.gg/gk8jAdXWmj)
|
|
266
266
|
|
|
267
267
|
---
|
|
@@ -131,7 +131,7 @@ winget install Microsoft.WindowsTerminal
|
|
|
131
131
|
3. Ejecute el instalador:
|
|
132
132
|
|
|
133
133
|
```powershell
|
|
134
|
-
npx github:
|
|
134
|
+
npx github:SinapseAI/sinapse-ai install
|
|
135
135
|
```
|
|
136
136
|
|
|
137
137
|
### Qué Hace el Instalador
|
|
@@ -299,7 +299,7 @@ Para actualizar una instalación 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
|
# El actualizador:
|
|
305
305
|
# - Detectará instalación existente
|
|
@@ -339,4 +339,4 @@ npx github:SynkraAI/sinapse-ai install
|
|
|
339
339
|
- [Guía de Solución de Problemas](troubleshooting.md)
|
|
340
340
|
- [FAQ](faq.md)
|
|
341
341
|
- [Comunidad 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
|
Si encuentras problemas no cubiertos aqui:
|
|
280
280
|
|
|
281
281
|
1. **Verificar Logs**: Revisar `.sinapse-ai/logs/upgrade.log`
|
|
282
|
-
2. **GitHub Issues**: [github.com/
|
|
282
|
+
2. **GitHub Issues**: [github.com/SinapseAI/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
283
283
|
3. **Comunidad Discord**: [discord.gg/gk8jAdXWmj](https://discord.gg/gk8jAdXWmj)
|
|
284
284
|
4. **Documentacion**: [directorio docs](./getting-started.md)
|
|
285
285
|
|
package/docs/es/npx-install.md
CHANGED
|
@@ -182,7 +182,7 @@ const patterns = [
|
|
|
182
182
|
## Soporte
|
|
183
183
|
|
|
184
184
|
Para ayuda adicional:
|
|
185
|
-
- GitHub Issues: https://github.com/
|
|
185
|
+
- GitHub Issues: https://github.com/SinapseAIinc/sinapse-ai/issues
|
|
186
186
|
- Documentación: https://sinapse-ai.dev/docs
|
|
187
187
|
- Referencia de Story: 2.3 - NPX Installation Context Detection
|
|
188
188
|
|
package/docs/es/roadmap.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Este documento describe la dirección de desarrollo planificada para SINAPSE.
|
|
6
6
|
|
|
7
|
-
> Para seguimiento detallado, consulta nuestro [Proyecto de GitHub](https://github.com/orgs/
|
|
7
|
+
> Para seguimiento detallado, consulta nuestro [Proyecto de GitHub](https://github.com/orgs/SinapseAI/projects/1)
|
|
8
8
|
|
|
9
9
|
## Visión
|
|
10
10
|
|
|
@@ -63,11 +63,11 @@ Estos elementos están siendo explorados pero aún no están comprometidos:
|
|
|
63
63
|
|
|
64
64
|
### 1. Vota por Ideas
|
|
65
65
|
|
|
66
|
-
Reacciona con :+1: en [Ideas en Discussions](https://github.com/
|
|
66
|
+
Reacciona con :+1: en [Ideas en Discussions](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas) existentes para mostrar apoyo.
|
|
67
67
|
|
|
68
68
|
### 2. Propón Características
|
|
69
69
|
|
|
70
|
-
¿Tienes una nueva idea? Abre una [Discusión de Idea](https://github.com/
|
|
70
|
+
¿Tienes una nueva idea? Abre una [Discusión de Idea](https://github.com/SinapseAI/sinapse-ai/discussions/new?category=ideas) para compartirla con la comunidad.
|
|
71
71
|
|
|
72
72
|
### 3. Escribe un RFC
|
|
73
73
|
|
|
@@ -90,7 +90,7 @@ Esta hoja de ruta es revisada y actualizada mensualmente por los mantenedores de
|
|
|
90
90
|
2. Actualizar estado de elementos completados/en progreso
|
|
91
91
|
3. Agregar características recién aprobadas de las discusiones comunitarias
|
|
92
92
|
4. Eliminar elementos cancelados o despriorizados
|
|
93
|
-
5. Comunicar cambios significativos vía [Anuncios](https://github.com/
|
|
93
|
+
5. Comunicar cambios significativos vía [Anuncios](https://github.com/SinapseAI/sinapse-ai/discussions/categories/announcements)
|
|
94
94
|
|
|
95
95
|
**Responsable:** agentes @pm (Morgan) o @po (Pax), con supervisión de mantenedores.
|
|
96
96
|
|
|
@@ -100,7 +100,7 @@ Esta hoja de ruta pública está sincronizada con nuestra planificación interna
|
|
|
100
100
|
|
|
101
101
|
| Hoja de Ruta Pública | Seguimiento Interno |
|
|
102
102
|
|----------------|-------------------|
|
|
103
|
-
| [Proyecto de GitHub](https://github.com/orgs/
|
|
103
|
+
| [Proyecto de GitHub](https://github.com/orgs/SinapseAI/projects/1) | `docs/stories/backlog.md` |
|
|
104
104
|
| Características de alto nivel | Stories detalladas por sprint |
|
|
105
105
|
| Cronograma trimestral | Ejecución basada en sprints |
|
|
106
106
|
|
|
@@ -610,4 +610,4 @@ const emergencyConfig = {
|
|
|
610
610
|
|
|
611
611
|
**Recuerde**: La seguridad no es una implementación única sino un proceso continuo. Las revisiones, actualizaciones y mejoras regulares son esenciales para mantener un sistema seguro.
|
|
612
612
|
|
|
613
|
-
Para preguntas o inquietudes de seguridad, abra un issue en: https://github.com/
|
|
613
|
+
Para preguntas o inquietudes de seguridad, abra un issue en: https://github.com/SinapseAI/sinapse-ai/issues
|
package/docs/es/security.md
CHANGED
|
@@ -13,7 +13,7 @@ Lanzamos parches para vulnerabilidades de seguridad en las siguientes versiones:
|
|
|
13
13
|
|
|
14
14
|
## Reportar una Vulnerabilidad
|
|
15
15
|
|
|
16
|
-
Tomamos la seguridad en serio en
|
|
16
|
+
Tomamos la seguridad en serio en SinapseAI. Si descubres una vulnerabilidad de seguridad en SINAPSE, por favor repórtala de manera responsable.
|
|
17
17
|
|
|
18
18
|
### Cómo Reportar
|
|
19
19
|
|
|
@@ -22,12 +22,12 @@ Tomamos la seguridad en serio en SynkraAI. Si descubres una vulnerabilidad de se
|
|
|
22
22
|
En su lugar, por favor reporta vulnerabilidades de seguridad a través de uno de estos canales:
|
|
23
23
|
|
|
24
24
|
1. **GitHub Security Advisories** (Preferido)
|
|
25
|
-
- Ve a [Security Advisories](https://github.com/
|
|
25
|
+
- Ve a [Security Advisories](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
26
26
|
- Haz clic en "Report a vulnerability"
|
|
27
27
|
- Completa el formulario con los detalles
|
|
28
28
|
|
|
29
29
|
2. **GitHub Issues (Privado)**
|
|
30
|
-
- Abre un [security advisory privado](https://github.com/
|
|
30
|
+
- Abre un [security advisory privado](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
31
31
|
- Usa el asunto: `[SECURITY] Descripción breve`
|
|
32
32
|
|
|
33
33
|
### Qué Incluir
|
|
@@ -108,7 +108,7 @@ SINAPSE Framework ejecuta código y comandos generados por AI. Los usuarios debe
|
|
|
108
108
|
|
|
109
109
|
Las actualizaciones de seguridad se anuncian a travé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
|
Si encuentra problemas durante la desinstalación:
|
|
539
539
|
|
|
540
540
|
1. **Consultar Documentación**
|
|
541
|
-
- [FAQ](https://github.com/
|
|
542
|
-
- [Solución de Problemas](https://github.com/
|
|
541
|
+
- [FAQ](https://github.com/SinapseAI/sinapse-ai/wiki/faq#uninstall)
|
|
542
|
+
- [Solución de Problemas](https://github.com/SinapseAI/sinapse-ai/wiki/troubleshooting)
|
|
543
543
|
|
|
544
544
|
2. **Soporte de la Comunidad**
|
|
545
545
|
- Discord: #uninstall-help
|
package/docs/framework/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
**Status:** Official Framework Standards
|
|
6
6
|
**Created:** 2025-01-16 (Story 6.1.2.6)
|
|
7
|
-
**Migration Target:** Q2 2026 → `
|
|
7
|
+
**Migration Target:** Q2 2026 → `SinapseAI/sinapse-ai` repository
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -28,12 +28,12 @@ This directory contains **official SINAPSE framework documentation** that define
|
|
|
28
28
|
|
|
29
29
|
## 🔄 Migration Notice
|
|
30
30
|
|
|
31
|
-
**⚠️ IMPORTANT**: These documents are now in the `
|
|
31
|
+
**⚠️ IMPORTANT**: These documents are now in the `SinapseAI/sinapse-ai` repository. The migration from the old `sinapse/sinapse-ai` org was completed in December 2024 as part of OSR-9 (Rebranding).
|
|
32
32
|
|
|
33
33
|
### Migration Timeline
|
|
34
34
|
|
|
35
35
|
- **Phase 1 (Q1 2026 - Story 6.1.2.6):** ✅ Framework docs separated into `docs/framework/`
|
|
36
|
-
- **Phase 2 (Q4 2024):** ✅ Repository migrated to `
|
|
36
|
+
- **Phase 2 (Q4 2024):** ✅ Repository migrated to `SinapseAI/sinapse-ai` (OSR-9)
|
|
37
37
|
- **Phase 3 (Q3 2026):** Old `docs/architecture/` copies removed from brownfield project
|
|
38
38
|
|
|
39
39
|
### Backward Compatibility
|
|
@@ -51,7 +51,7 @@ For backward compatibility, framework docs remain accessible at **both** locatio
|
|
|
51
51
|
### Framework Documentation (`docs/framework/`)
|
|
52
52
|
- **Scope**: Portable across all SINAPSE projects
|
|
53
53
|
- **Examples**: Coding standards, tech stack, source tree structure
|
|
54
|
-
- **Lifecycle**: Lives in `
|
|
54
|
+
- **Lifecycle**: Lives in `SinapseAI/sinapse-ai` repository
|
|
55
55
|
- **Changes**: Require framework-level approval
|
|
56
56
|
|
|
57
57
|
### Project Documentation (`docs/architecture/project-decisions/`)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**Version:** 1.1
|
|
6
6
|
**Last Updated:** 2025-12-14
|
|
7
7
|
**Status:** Official Framework Standard
|
|
8
|
-
**Migration Notice:** This document will migrate to `
|
|
8
|
+
**Migration Notice:** This document will migrate to `SinapseAI/sinapse-ai` repository in Q2 2026 (see Decision 005)
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -870,7 +870,7 @@ All PRs automatically reviewed by CodeRabbit for:
|
|
|
870
870
|
| Version | Date | Changes | Author |
|
|
871
871
|
| ------- | ---------- | ----------------------------------------------------------- | ---------------- |
|
|
872
872
|
| 1.0 | 2025-01-15 | Initial coding standards document | Aria (architect) |
|
|
873
|
-
| 1.1 | 2025-12-14 | Updated migration notice to
|
|
873
|
+
| 1.1 | 2025-12-14 | Updated migration notice to SinapseAI/sinapse-ai [Story 6.10] | Dex (dev) |
|
|
874
874
|
|
|
875
875
|
---
|
|
876
876
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**Version:** 4.0.0
|
|
6
6
|
**Last Updated:** 2026-02-11
|
|
7
7
|
**Status:** Official Framework Standard
|
|
8
|
-
**Repository:**
|
|
8
|
+
**Repository:** SinapseAI/sinapse-ai
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -463,7 +463,7 @@ dependencies:
|
|
|
463
463
|
|
|
464
464
|
**Decision 005 defines 5 separate repositories:**
|
|
465
465
|
|
|
466
|
-
### REPO 1:
|
|
466
|
+
### REPO 1: SinapseAI/sinapse-ai (MIT)
|
|
467
467
|
|
|
468
468
|
```
|
|
469
469
|
sinapse-ai/
|
|
@@ -513,7 +513,7 @@ sinapse-ai/
|
|
|
513
513
|
└── multi-agent-workflow/
|
|
514
514
|
```
|
|
515
515
|
|
|
516
|
-
### REPO 2:
|
|
516
|
+
### REPO 2: SinapseAI/squads (MIT)
|
|
517
517
|
|
|
518
518
|
```
|
|
519
519
|
squads/
|
|
@@ -535,7 +535,7 @@ squads/
|
|
|
535
535
|
└── create-sinapse-squad/
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
### REPO 3:
|
|
538
|
+
### REPO 3: SinapseAI/mcp-ecosystem (Apache 2.0)
|
|
539
539
|
|
|
540
540
|
```
|
|
541
541
|
mcp-ecosystem/
|
|
@@ -555,7 +555,7 @@ mcp-ecosystem/
|
|
|
555
555
|
└── cursor/
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
### REPO 4:
|
|
558
|
+
### REPO 4: SinapseAI/certified-partners (Private)
|
|
559
559
|
|
|
560
560
|
```
|
|
561
561
|
certified-partners/
|
|
@@ -572,7 +572,7 @@ certified-partners/
|
|
|
572
572
|
└── web/
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
### REPO 5:
|
|
575
|
+
### REPO 5: SinapseAI/mmos (Private + NDA)
|
|
576
576
|
|
|
577
577
|
```
|
|
578
578
|
mmos/
|
|
@@ -878,7 +878,7 @@ Runtime state is persisted in `.sinapse/`:
|
|
|
878
878
|
| Version | Date | Changes | Author |
|
|
879
879
|
| ------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------- |
|
|
880
880
|
| 1.0 | 2025-01-15 | Initial source tree documentation | Aria (architect) |
|
|
881
|
-
| 1.1 | 2025-12-14 | Updated org to
|
|
881
|
+
| 1.1 | 2025-12-14 | Updated org to SinapseAI, replaced Squads with Squads system [Story 6.10] | Dex (dev) |
|
|
882
882
|
| 2.0 | 2025-12-15 | Major update to reflect modular architecture (cli/, core/, development/, infrastructure/, product/) [Story 6.13] | Pax (PO) |
|
|
883
883
|
| 3.0 | 2026-01-29 | Added ADE (Autonomous Development Engine) section documenting Epics 1-7: workflow-intelligence, ADE scripts, workflows, tasks, and runtime state [ADE Integration] | Aria (architect) |
|
|
884
884
|
| 3.1 | 2026-02-06 | Added Data File Governance section: documented 7 missing data files with owner, fill rule, and update trigger. Expanded .sinapse-ai/data/ and product/data/ tree listings. [Story ACT-8] | Dex (dev) |
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
**Version:** 1.1
|
|
6
6
|
**Last Updated:** 2025-12-14
|
|
7
7
|
**Status:** Official Framework Standard
|
|
8
|
-
**Migration Notice:** This document will migrate to `
|
|
8
|
+
**Migration Notice:** This document will migrate to `SinapseAI/sinapse-ai` repository in Q2 2026 (see Decision 005)
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -787,7 +787,7 @@ SUPABASE_ACCESS_TOKEN=xxx # Supabase CLI auth
|
|
|
787
787
|
| Version | Date | Changes | Author |
|
|
788
788
|
| ------- | ---------- | ---------------------------------------------------------------------------------------- | ---------------- |
|
|
789
789
|
| 1.0 | 2025-01-15 | Initial tech stack documentation | Aria (architect) |
|
|
790
|
-
| 1.1 | 2025-12-14 | Updated migration notice to
|
|
790
|
+
| 1.1 | 2025-12-14 | Updated migration notice to SinapseAI/sinapse-ai, semantic-release to v25.0.2 [Story 6.10] | Dex (dev) |
|
|
791
791
|
|
|
792
792
|
---
|
|
793
793
|
|
|
@@ -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
|
|
@@ -410,7 +410,7 @@ flowchart TD
|
|
|
410
410
|
M --> N[Display success + next steps]
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
**Source:** `github.com/
|
|
413
|
+
**Source:** `github.com/SinapseAI/sinapse-squads`
|
|
414
414
|
|
|
415
415
|
---
|
|
416
416
|
|
|
@@ -446,7 +446,7 @@ flowchart TD
|
|
|
446
446
|
N --> O[Display PR URL]
|
|
447
447
|
```
|
|
448
448
|
|
|
449
|
-
**Target:** `github.com/
|
|
449
|
+
**Target:** `github.com/SinapseAI/sinapse-squads` via Pull Request
|
|
450
450
|
|
|
451
451
|
**Tools used:** github-cli (gh auth, gh pr create)
|
|
452
452
|
|
|
@@ -153,7 +153,7 @@ License information.
|
|
|
153
153
|
```
|
|
154
154
|
|
|
155
155
|
This will:
|
|
156
|
-
1. Fork `
|
|
156
|
+
1. Fork `SinapseAI/sinapse-squads` (if needed)
|
|
157
157
|
2. Create branch with your squad
|
|
158
158
|
3. Open PR for review
|
|
159
159
|
|
|
@@ -235,15 +235,15 @@ Follow semantic versioning:
|
|
|
235
235
|
|
|
236
236
|
## Getting Help
|
|
237
237
|
|
|
238
|
-
- **Questions**: [GitHub Discussions](https://github.com/
|
|
239
|
-
- **Issues**: [Issue Tracker](https://github.com/
|
|
238
|
+
- **Questions**: [GitHub Discussions](https://github.com/SinapseAI/sinapse-ai/discussions)
|
|
239
|
+
- **Issues**: [Issue Tracker](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
240
240
|
- **Guidelines**: This document
|
|
241
241
|
|
|
242
242
|
## Related Resources
|
|
243
243
|
|
|
244
244
|
- [Squad Development Guide](./squads-guide.md)
|
|
245
245
|
- [Squad Migration Guide](./squad-migration.md)
|
|
246
|
-
- [sinapse-squads Repository](https://github.com/
|
|
246
|
+
- [sinapse-squads Repository](https://github.com/SinapseAI/sinapse-squads)
|
|
247
247
|
|
|
248
248
|
---
|
|
249
249
|
|
|
@@ -94,7 +94,7 @@ gh auth login
|
|
|
94
94
|
|
|
95
95
|
### Step 1: Fork the Repository
|
|
96
96
|
|
|
97
|
-
1. Navigate to [github.com/
|
|
97
|
+
1. Navigate to [github.com/SinapseAI/sinapse-ai](https://github.com/SinapseAI/sinapse-ai)
|
|
98
98
|
2. Click the **Fork** button in the top-right corner
|
|
99
99
|
3. Select your GitHub account as the destination
|
|
100
100
|
|
|
@@ -106,14 +106,14 @@ git clone https://github.com/YOUR_USERNAME/sinapse-ai.git
|
|
|
106
106
|
cd sinapse-ai
|
|
107
107
|
|
|
108
108
|
# Add upstream remote
|
|
109
|
-
git remote add upstream https://github.com/
|
|
109
|
+
git remote add upstream https://github.com/SinapseAI/sinapse-ai.git
|
|
110
110
|
|
|
111
111
|
# Verify remotes
|
|
112
112
|
git remote -v
|
|
113
113
|
# origin https://github.com/YOUR_USERNAME/sinapse-ai.git (fetch)
|
|
114
114
|
# origin https://github.com/YOUR_USERNAME/sinapse-ai.git (push)
|
|
115
|
-
# upstream https://github.com/
|
|
116
|
-
# upstream https://github.com/
|
|
115
|
+
# upstream https://github.com/SinapseAI/sinapse-ai.git (fetch)
|
|
116
|
+
# upstream https://github.com/SinapseAI/sinapse-ai.git (push)
|
|
117
117
|
```
|
|
118
118
|
|
|
119
119
|
### Step 3: Stay Updated
|
|
@@ -1079,8 +1079,8 @@ node --inspect node_modules/.bin/jest
|
|
|
1079
1079
|
|
|
1080
1080
|
### Resources
|
|
1081
1081
|
|
|
1082
|
-
- **GitHub Discussions:** [github.com/
|
|
1083
|
-
- **Issue Tracker:** [github.com/
|
|
1082
|
+
- **GitHub Discussions:** [github.com/SinapseAI/sinapse-ai/discussions](https://github.com/SinapseAI/sinapse-ai/discussions)
|
|
1083
|
+
- **Issue Tracker:** [github.com/SinapseAI/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
1084
1084
|
- **Discord:** [discord.gg/gk8jAdXWmj](https://discord.gg/gk8jAdXWmj)
|
|
1085
1085
|
|
|
1086
1086
|
### Issue Labels
|
|
@@ -1096,7 +1096,7 @@ node --inspect node_modules/.bin/jest
|
|
|
1096
1096
|
### Contact Maintainers
|
|
1097
1097
|
|
|
1098
1098
|
- See `CODEOWNERS` file for module ownership
|
|
1099
|
-
- Tag `@
|
|
1099
|
+
- Tag `@SinapseAI/core-team` for urgent issues
|
|
1100
1100
|
|
|
1101
1101
|
---
|
|
1102
1102
|
|
|
@@ -49,7 +49,7 @@ npx sinapse-ai@latest --help
|
|
|
49
49
|
### Method 2: From GitHub
|
|
50
50
|
|
|
51
51
|
```bash
|
|
52
|
-
npx github:
|
|
52
|
+
npx github:SinapseAI/sinapse-ai install
|
|
53
53
|
```
|
|
54
54
|
|
|
55
55
|
### Method 3: Global Installation
|
|
@@ -67,17 +67,17 @@ If you're having installation issues, run our diagnostic tool:
|
|
|
67
67
|
|
|
68
68
|
### Windows (CMD)
|
|
69
69
|
```cmd
|
|
70
|
-
curl -o diagnose.cmd https://raw.githubusercontent.com/
|
|
70
|
+
curl -o diagnose.cmd https://raw.githubusercontent.com/SinapseAI/sinapse-ai/main/tools/quick-diagnose.cmd && diagnose.cmd
|
|
71
71
|
```
|
|
72
72
|
|
|
73
73
|
### Windows (PowerShell)
|
|
74
74
|
```powershell
|
|
75
|
-
irm https://raw.githubusercontent.com/
|
|
75
|
+
irm https://raw.githubusercontent.com/SinapseAI/sinapse-ai/main/tools/quick-diagnose.ps1 | iex
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
### macOS/Linux
|
|
79
79
|
```bash
|
|
80
|
-
curl -fsSL https://raw.githubusercontent.com/
|
|
80
|
+
curl -fsSL https://raw.githubusercontent.com/SinapseAI/sinapse-ai/main/tools/diagnose-installation.js | node
|
|
81
81
|
```
|
|
82
82
|
|
|
83
83
|
---
|
|
@@ -291,7 +291,7 @@ v22.x.x (or v18+/v20+)
|
|
|
291
291
|
|
|
292
292
|
If you're still having issues:
|
|
293
293
|
|
|
294
|
-
1. **GitHub Issues**: https://github.com/
|
|
294
|
+
1. **GitHub Issues**: https://github.com/SinapseAI/sinapse-ai/issues
|
|
295
295
|
2. **Run diagnostics**: `npx sinapse-ai@latest doctor`
|
|
296
296
|
3. **Check system info**: `npx sinapse-ai@latest info`
|
|
297
297
|
|