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
|
@@ -16,17 +16,17 @@
|
|
|
16
16
|
|
|
17
17
|
**提交 PR 之前必须做的事情:**
|
|
18
18
|
|
|
19
|
-
- **对于错误修复**:使用[错误报告模板](https://github.com/
|
|
19
|
+
- **对于错误修复**:使用[错误报告模板](https://github.com/SinapseAIinc/@sinapse/sinapse-ai/issues/new?template=bug_report.md)创建一个问题
|
|
20
20
|
- **对于新功能**:
|
|
21
21
|
1. 在 Discord 的[#general-dev 频道](https://discord.gg/gk8jAdXWmj)中讨论
|
|
22
|
-
2. 使用[功能请求模板](https://github.com/
|
|
22
|
+
2. 使用[功能请求模板](https://github.com/SinapseAIinc/@sinapse/sinapse-ai/issues/new?template=feature_request.md)创建一个问题
|
|
23
23
|
- **对于大的更改**:始终先开一个问题来讨论对齐
|
|
24
24
|
|
|
25
25
|
## 分步指南
|
|
26
26
|
|
|
27
27
|
### 1. Fork 存储库
|
|
28
28
|
|
|
29
|
-
1. 进入 [SINAPSE 存储库](https://github.com/
|
|
29
|
+
1. 进入 [SINAPSE 存储库](https://github.com/SinapseAIinc/@sinapse/sinapse-ai)
|
|
30
30
|
2. 单击右上角的"Fork"按钮
|
|
31
31
|
3. 这会创建您自己的项目副本
|
|
32
32
|
|
|
@@ -135,8 +135,8 @@ git push origin fix/typo-in-readme
|
|
|
135
135
|
|
|
136
136
|
## 需要帮助?
|
|
137
137
|
|
|
138
|
-
- 🐛 使用[错误报告模板](https://github.com/
|
|
139
|
-
- 💡 使用[功能请求模板](https://github.com/
|
|
138
|
+
- 🐛 使用[错误报告模板](https://github.com/SinapseAIinc/@sinapse/sinapse-ai/issues/new?template=bug_report.md)报告错误
|
|
139
|
+
- 💡 使用[功能请求模板](https://github.com/SinapseAIinc/@sinapse/sinapse-ai/issues/new?template=feature_request.md)建议功能
|
|
140
140
|
- 📖 阅读完整的[贡献指南](../CONTRIBUTING.md)
|
|
141
141
|
|
|
142
142
|
## 示例:好 vs 坏 PR
|
|
@@ -57,7 +57,7 @@ npx @sinapse/sinapse-ai install --force-upgrade
|
|
|
57
57
|
|
|
58
58
|
1. 查看[故障排除指南](./troubleshooting.md)
|
|
59
59
|
2. 搜索[常见问题](./faq.md)
|
|
60
|
-
3. 提交 [GitHub Issue](https://github.com/
|
|
60
|
+
3. 提交 [GitHub Issue](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
61
61
|
|
|
62
62
|
---
|
|
63
63
|
|
|
@@ -102,5 +102,5 @@ npx @sinapse/sinapse-ai install --force-upgrade
|
|
|
102
102
|
|
|
103
103
|
## 支持
|
|
104
104
|
|
|
105
|
-
- **GitHub Issues**: [@sinapse/sinapse-ai/issues](https://github.com/
|
|
105
|
+
- **GitHub Issues**: [@sinapse/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
106
106
|
- **文档**: [docs/](../)
|
|
@@ -557,7 +557,7 @@ projectStatus:
|
|
|
557
557
|
|
|
558
558
|
**答案:**
|
|
559
559
|
|
|
560
|
-
1. **Fork 仓库:** https://github.com/
|
|
560
|
+
1. **Fork 仓库:** https://github.com/SinapseAI/sinapse-ai
|
|
561
561
|
|
|
562
562
|
2. **创建功能分支:**
|
|
563
563
|
|
|
@@ -593,8 +593,8 @@ projectStatus:
|
|
|
593
593
|
| --------------- | ------------------------------------------------------ |
|
|
594
594
|
| **文档** | `docs/` 在您的项目中 |
|
|
595
595
|
| **故障排除** | [troubleshooting.md](./troubleshooting.md) |
|
|
596
|
-
| **GitHub Issues** | https://github.com/
|
|
597
|
-
| **源代码** | https://github.com/
|
|
596
|
+
| **GitHub Issues** | https://github.com/SinapseAI/sinapse-ai/issues |
|
|
597
|
+
| **源代码** | https://github.com/SinapseAI/sinapse-ai |
|
|
598
598
|
|
|
599
599
|
**在寻求帮助之前:**
|
|
600
600
|
|
|
@@ -155,7 +155,7 @@ sudo pacman -S base-devel
|
|
|
155
155
|
3. 运行安装程序:
|
|
156
156
|
|
|
157
157
|
```bash
|
|
158
|
-
npx github:
|
|
158
|
+
npx github:SinapseAI/sinapse-ai install
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
### 手动安装
|
|
@@ -164,7 +164,7 @@ sudo pacman -S base-devel
|
|
|
164
164
|
|
|
165
165
|
```bash
|
|
166
166
|
# 克隆仓库
|
|
167
|
-
git clone https://github.com/
|
|
167
|
+
git clone https://github.com/SinapseAI/sinapse-ai.git ~/.sinapse-ai-source
|
|
168
168
|
|
|
169
169
|
# 导航到源目录
|
|
170
170
|
cd ~/.sinapse-ai-source
|
|
@@ -357,7 +357,7 @@ SINAPSE 遵守 XDG 目录:
|
|
|
357
357
|
|
|
358
358
|
```bash
|
|
359
359
|
# 使用 npx(推荐)
|
|
360
|
-
npx github:
|
|
360
|
+
npx github:SinapseAI/sinapse-ai install
|
|
361
361
|
|
|
362
362
|
# 手动更新
|
|
363
363
|
cd ~/.sinapse-ai-source
|
|
@@ -444,4 +444,4 @@ rm -rf ~/.sinapse-ai-source ~/.npm-global/lib/node_modules/@sinapse
|
|
|
444
444
|
- [故障排除指南](troubleshooting.md)
|
|
445
445
|
- [常见问题](faq.md)
|
|
446
446
|
- [Discord 社区](https://discord.gg/gk8jAdXWmj)
|
|
447
|
-
- [GitHub Issues](https://github.com/
|
|
447
|
+
- [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
@@ -70,7 +70,7 @@ sudo port install gh
|
|
|
70
70
|
|
|
71
71
|
3. 运行安装程序:
|
|
72
72
|
```bash
|
|
73
|
-
npx github:
|
|
73
|
+
npx github:SinapseAI/sinapse-ai install
|
|
74
74
|
```
|
|
75
75
|
|
|
76
76
|
### 安装程序的作用
|
|
@@ -155,7 +155,7 @@ macOS 文件系统默认可能不区分大小写。如果遇到问题:
|
|
|
155
155
|
要更新现有安装:
|
|
156
156
|
|
|
157
157
|
```bash
|
|
158
|
-
npx github:
|
|
158
|
+
npx github:SinapseAI/sinapse-ai install
|
|
159
159
|
```
|
|
160
160
|
|
|
161
161
|
更新程序将:
|
|
@@ -683,7 +683,7 @@ ls -la .sinapse-ai/
|
|
|
683
683
|
|
|
684
684
|
1. 运行 `npx @sinapse/sinapse-ai status` 并记录输出
|
|
685
685
|
2. 查看此故障排除指南
|
|
686
|
-
3. 搜索现有 [GitHub 问题](https://github.com/
|
|
686
|
+
3. 搜索现有 [GitHub 问题](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
687
687
|
|
|
688
688
|
### 错误报告中包含的信息
|
|
689
689
|
|
|
@@ -718,7 +718,7 @@ ls -la .sinapse-ai/
|
|
|
718
718
|
|
|
719
719
|
### 支持渠道
|
|
720
720
|
|
|
721
|
-
- **GitHub Issues**: [@sinapse/sinapse-ai/issues](https://github.com/
|
|
721
|
+
- **GitHub Issues**: [@sinapse/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
|
722
722
|
- **文档**: [docs/installation/](./README.md)
|
|
723
723
|
- **FAQ**: [faq.md](./faq.md)
|
|
724
724
|
|
|
@@ -148,7 +148,7 @@ winget install Microsoft.WindowsTerminal
|
|
|
148
148
|
3. 运行安装程序:
|
|
149
149
|
|
|
150
150
|
```powershell
|
|
151
|
-
npx github:
|
|
151
|
+
npx github:SinapseAI/sinapse-ai install
|
|
152
152
|
```
|
|
153
153
|
|
|
154
154
|
### 安装程序的作用
|
|
@@ -401,7 +401,7 @@ npm config set @company:registry https://npm.company.com/
|
|
|
401
401
|
|
|
402
402
|
```powershell
|
|
403
403
|
# 使用 npx(推荐)
|
|
404
|
-
npx github:
|
|
404
|
+
npx github:SinapseAI/sinapse-ai install
|
|
405
405
|
|
|
406
406
|
# 更新程序将:
|
|
407
407
|
# - 检测现有安装
|
|
@@ -472,4 +472,4 @@ npm uninstall -g @sinapse/sinapse
|
|
|
472
472
|
- [故障排除指南](troubleshooting.md)
|
|
473
473
|
- [常见问题](faq.md)
|
|
474
474
|
- [Discord 社区](https://discord.gg/gk8jAdXWmj)
|
|
475
|
-
- [GitHub Issues](https://github.com/
|
|
475
|
+
- [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
|
package/docs/zh/security.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
## 报告漏洞
|
|
15
15
|
|
|
16
|
-
我们在
|
|
16
|
+
我们在 SinapseAI 非常重视安全。如果您在 SINAPSE 中发现安全漏洞,请负责任地报告。
|
|
17
17
|
|
|
18
18
|
### 如何报告
|
|
19
19
|
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
而是请通过以下其中一个渠道报告安全漏洞:
|
|
23
23
|
|
|
24
24
|
1. **GitHub 安全公告**(首选)
|
|
25
|
-
- 前往 [安全公告](https://github.com/
|
|
25
|
+
- 前往 [安全公告](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
26
26
|
- 点击"报告漏洞"
|
|
27
27
|
- 填写详细信息表单
|
|
28
28
|
|
|
@@ -108,7 +108,7 @@ SINAPSE 框架执行 AI 生成的代码和命令。用户应该:
|
|
|
108
108
|
|
|
109
109
|
安全更新通过以下方式宣布:
|
|
110
110
|
|
|
111
|
-
- [GitHub 安全公告](https://github.com/
|
|
111
|
+
- [GitHub 安全公告](https://github.com/SinapseAI/sinapse-ai/security/advisories)
|
|
112
112
|
- [CHANGELOG.md](../CHANGELOG.md)
|
|
113
113
|
- GitHub 发布
|
|
114
114
|
|
|
@@ -162,7 +162,7 @@ flowchart TB
|
|
|
162
162
|
|
|
163
163
|
subgraph DISTRIBUTE["分发"]
|
|
164
164
|
LOCAL["本地<br/>./squads/"]
|
|
165
|
-
PUBLIC["公共<br/>github.com/
|
|
165
|
+
PUBLIC["公共<br/>github.com/SinapseAI/sinapse-squads"]
|
|
166
166
|
MARKET["市场<br/>api.sinapse.ai/squads"]
|
|
167
167
|
end
|
|
168
168
|
|
|
@@ -570,7 +570,7 @@ flowchart LR
|
|
|
570
570
|
end
|
|
571
571
|
|
|
572
572
|
subgraph PUBLIC["级别 2:公共"]
|
|
573
|
-
P_REPO["github.com/
|
|
573
|
+
P_REPO["github.com/SinapseAI/sinapse-squads"]
|
|
574
574
|
P_DESC["社区小队(免费)"]
|
|
575
575
|
P_CMD["*publish-squad"]
|
|
576
576
|
end
|
|
@@ -336,8 +336,8 @@ taskkill /F /IM @sinapse/sinapse-ai.exe
|
|
|
336
336
|
如果您在卸载期间遇到问题:
|
|
337
337
|
|
|
338
338
|
1. **检查文档**
|
|
339
|
-
- [FAQ](https://github.com/
|
|
340
|
-
- [故障排除](https://github.com/
|
|
339
|
+
- [FAQ](https://github.com/SinapseAI/sinapse-ai/wiki/faq#uninstall)
|
|
340
|
+
- [故障排除](https://github.com/SinapseAI/sinapse-ai/wiki/troubleshooting)
|
|
341
341
|
|
|
342
342
|
2. **社区支持**
|
|
343
343
|
- Discord:#uninstall-help
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sinapse-ai",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.4",
|
|
4
4
|
"description": "SINAPSE: AI-Orchestrated System for Full Stack Development — 17 squads, 161 agents",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sinapse": "bin/sinapse.js",
|
|
@@ -135,12 +135,12 @@
|
|
|
135
135
|
"license": "MIT",
|
|
136
136
|
"repository": {
|
|
137
137
|
"type": "git",
|
|
138
|
-
"url": "git+https://github.com/
|
|
138
|
+
"url": "git+https://github.com/SinapseAI/sinapse-ai.git"
|
|
139
139
|
},
|
|
140
140
|
"bugs": {
|
|
141
|
-
"url": "https://github.com/
|
|
141
|
+
"url": "https://github.com/SinapseAI/sinapse-ai/issues"
|
|
142
142
|
},
|
|
143
|
-
"homepage": "https://github.com/
|
|
143
|
+
"homepage": "https://github.com/SinapseAI/sinapse-ai#readme",
|
|
144
144
|
"engines": {
|
|
145
145
|
"node": ">=18.0.0",
|
|
146
146
|
"npm": ">=9.0.0"
|
|
@@ -5,7 +5,7 @@ Brings SINAPSE multi-agent orchestration to Gemini CLI.
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
gemini extensions install github.com/
|
|
8
|
+
gemini extensions install github.com/SinapseAI/sinapse-ai/packages/gemini-sinapse-extension
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
Or manually copy to `~/.gemini/extensions/sinapse/`
|
|
@@ -93,7 +93,7 @@ const TRANSLATIONS = {
|
|
|
93
93
|
proIncorrectPassword: 'Incorrect password. {remaining} attempt(s) remaining.',
|
|
94
94
|
proMaxAttempts: 'Maximum login attempts reached.',
|
|
95
95
|
proForgotPassword: 'Forgot your password? Visit https://sinapse-license-server.vercel.app/reset-password',
|
|
96
|
-
proContactSupportEmail: 'Or open an issue: https://github.com/
|
|
96
|
+
proContactSupportEmail: 'Or open an issue: https://github.com/SinapseAI/sinapse-ai/issues',
|
|
97
97
|
proAuthFailed: 'Authentication failed: {message}',
|
|
98
98
|
proCreateAccount: 'Create your SINAPSE Pro account to get started.',
|
|
99
99
|
proChoosePassword: 'Choose a password:',
|
|
@@ -251,7 +251,7 @@ const TRANSLATIONS = {
|
|
|
251
251
|
proIncorrectPassword: 'Senha incorreta. {remaining} tentativa(s) restante(s).',
|
|
252
252
|
proMaxAttempts: 'Número máximo de tentativas de login atingido.',
|
|
253
253
|
proForgotPassword: 'Esqueceu sua senha? Acesse https://sinapse-license-server.vercel.app/reset-password',
|
|
254
|
-
proContactSupportEmail: 'Ou abra uma issue: https://github.com/
|
|
254
|
+
proContactSupportEmail: 'Ou abra uma issue: https://github.com/SinapseAI/sinapse-ai/issues',
|
|
255
255
|
proAuthFailed: 'Falha na autenticação: {message}',
|
|
256
256
|
proCreateAccount: 'Crie sua conta SINAPSE Pro para começar.',
|
|
257
257
|
proChoosePassword: 'Escolha uma senha:',
|
|
@@ -408,7 +408,7 @@ const TRANSLATIONS = {
|
|
|
408
408
|
proIncorrectPassword: 'Contraseña incorrecta. {remaining} intento(s) restante(s).',
|
|
409
409
|
proMaxAttempts: 'Número máximo de intentos de inicio de sesión alcanzado.',
|
|
410
410
|
proForgotPassword: '¿Olvidó su contraseña? Visite https://sinapse-license-server.vercel.app/reset-password',
|
|
411
|
-
proContactSupportEmail: 'O abra un issue: https://github.com/
|
|
411
|
+
proContactSupportEmail: 'O abra un issue: https://github.com/SinapseAI/sinapse-ai/issues',
|
|
412
412
|
proAuthFailed: 'Error de autenticación: {message}',
|
|
413
413
|
proCreateAccount: 'Cree su cuenta SINAPSE Pro para comenzar.',
|
|
414
414
|
proChoosePassword: 'Elija una contraseña:',
|
|
@@ -566,7 +566,7 @@ async function stepLicenseGateWithEmail() {
|
|
|
566
566
|
checkSpinner.fail(t('proNoAccess'));
|
|
567
567
|
console.log('');
|
|
568
568
|
showInfo(t('proContactSupport'));
|
|
569
|
-
showInfo(' Issues: https://github.com/
|
|
569
|
+
showInfo(' Issues: https://github.com/SinapseAI/sinapse-ai/issues');
|
|
570
570
|
showInfo(' ' + t('proPurchase'));
|
|
571
571
|
return { success: false, error: t('proEmailNotBuyer') };
|
|
572
572
|
}
|
|
@@ -662,7 +662,7 @@ async function loginWithRetry(client, email) {
|
|
|
662
662
|
} else {
|
|
663
663
|
spinner.fail('Maximum login attempts reached.');
|
|
664
664
|
showInfo('Forgot your password? Visit https://sinapse-license-server.vercel.app/reset-password');
|
|
665
|
-
showInfo('Or open an issue: https://github.com/
|
|
665
|
+
showInfo('Or open an issue: https://github.com/SinapseAI/sinapse-ai/issues');
|
|
666
666
|
return { success: false, error: 'Maximum login attempts reached.' };
|
|
667
667
|
}
|
|
668
668
|
} else if (loginError.code === 'AUTH_RATE_LIMITED') {
|
|
@@ -86,7 +86,7 @@ async function generateReport(validationResults) {
|
|
|
86
86
|
lines.push(chalk.bold.red('❌ Next Steps:'));
|
|
87
87
|
lines.push(chalk.red(' 1. Review errors above'));
|
|
88
88
|
lines.push(chalk.red(' 2. Fix critical issues'));
|
|
89
|
-
lines.push(chalk.red(' 3. Re-run installation: npx @
|
|
89
|
+
lines.push(chalk.red(' 3. Re-run installation: npx @SinapseAI/sinapse@latest init'));
|
|
90
90
|
}
|
|
91
91
|
// Success cases show completion message in showCompletion()
|
|
92
92
|
|
|
@@ -21,11 +21,11 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
21
21
|
'.env accidentally deleted',
|
|
22
22
|
],
|
|
23
23
|
solutions: [
|
|
24
|
-
'Re-run wizard: npx @
|
|
24
|
+
'Re-run wizard: npx @SinapseAI/sinapse@latest init',
|
|
25
25
|
'Manually create .env from template: cp .env.example .env',
|
|
26
26
|
'Check file permissions in project directory',
|
|
27
27
|
],
|
|
28
|
-
docs: 'https://docs.
|
|
28
|
+
docs: 'https://docs.SinapseAI.com/installation/environment',
|
|
29
29
|
priority: 'critical',
|
|
30
30
|
},
|
|
31
31
|
|
|
@@ -37,11 +37,11 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
37
37
|
'File creation failed',
|
|
38
38
|
],
|
|
39
39
|
solutions: [
|
|
40
|
-
'Re-run wizard: npx @
|
|
40
|
+
'Re-run wizard: npx @SinapseAI/sinapse@latest init',
|
|
41
41
|
'Check .sinapse-ai directory exists',
|
|
42
42
|
'Manually create from template',
|
|
43
43
|
],
|
|
44
|
-
docs: 'https://docs.
|
|
44
|
+
docs: 'https://docs.SinapseAI.com/configuration/core-config',
|
|
45
45
|
priority: 'high',
|
|
46
46
|
},
|
|
47
47
|
|
|
@@ -60,7 +60,7 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
60
60
|
'Check MCP service status',
|
|
61
61
|
'Verify npx can access package: npx -y [package-name] --version',
|
|
62
62
|
],
|
|
63
|
-
docs: 'https://docs.
|
|
63
|
+
docs: 'https://docs.SinapseAI.com/mcps/troubleshooting',
|
|
64
64
|
priority: 'medium',
|
|
65
65
|
},
|
|
66
66
|
|
|
@@ -79,7 +79,7 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
79
79
|
'Configure API keys in .env',
|
|
80
80
|
'Delete .mcp.json and reinstall',
|
|
81
81
|
],
|
|
82
|
-
docs: 'https://docs.
|
|
82
|
+
docs: 'https://docs.SinapseAI.com/mcps/troubleshooting',
|
|
83
83
|
priority: 'high',
|
|
84
84
|
},
|
|
85
85
|
|
|
@@ -95,7 +95,7 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
95
95
|
'Copy from template: .env, node_modules, *.key, *.pem',
|
|
96
96
|
'Initialize git if needed: git init',
|
|
97
97
|
],
|
|
98
|
-
docs: 'https://docs.
|
|
98
|
+
docs: 'https://docs.SinapseAI.com/security/gitignore',
|
|
99
99
|
priority: 'high',
|
|
100
100
|
},
|
|
101
101
|
|
|
@@ -114,7 +114,7 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
114
114
|
'Try different package manager: yarn or pnpm',
|
|
115
115
|
'Check disk space: df -h (Unix) or dir (Windows)',
|
|
116
116
|
],
|
|
117
|
-
docs: 'https://docs.
|
|
117
|
+
docs: 'https://docs.SinapseAI.com/installation/dependencies',
|
|
118
118
|
priority: 'critical',
|
|
119
119
|
},
|
|
120
120
|
|
|
@@ -131,7 +131,7 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
131
131
|
'Reinstall: npm install',
|
|
132
132
|
'Try clean install: npm ci',
|
|
133
133
|
],
|
|
134
|
-
docs: 'https://docs.
|
|
134
|
+
docs: 'https://docs.SinapseAI.com/installation/dependencies',
|
|
135
135
|
priority: 'high',
|
|
136
136
|
},
|
|
137
137
|
|
|
@@ -161,7 +161,7 @@ const TROUBLESHOOTING_DATABASE = {
|
|
|
161
161
|
'Run: chmod 600 .env',
|
|
162
162
|
'Verify: ls -la .env',
|
|
163
163
|
],
|
|
164
|
-
docs: 'https://docs.
|
|
164
|
+
docs: 'https://docs.SinapseAI.com/security/file-permissions',
|
|
165
165
|
priority: 'medium',
|
|
166
166
|
},
|
|
167
167
|
};
|
|
@@ -244,15 +244,15 @@ async function offerTroubleshooting(errors) {
|
|
|
244
244
|
if (openDocs) {
|
|
245
245
|
console.log('');
|
|
246
246
|
console.log(chalk.green('📚 Documentation:'));
|
|
247
|
-
console.log(chalk.green(' https://docs.
|
|
247
|
+
console.log(chalk.green(' https://docs.SinapseAI.com/troubleshooting'));
|
|
248
248
|
console.log('');
|
|
249
249
|
}
|
|
250
250
|
|
|
251
251
|
// Offer support contact
|
|
252
252
|
console.log('');
|
|
253
253
|
console.log(chalk.bold('💬 Need Help?'));
|
|
254
|
-
console.log(chalk.dim(' - GitHub Issues: https://github.com/
|
|
255
|
-
console.log(chalk.dim(' - Documentation: https://docs.
|
|
254
|
+
console.log(chalk.dim(' - GitHub Issues: https://github.com/SinapseAI/sinapse/issues'));
|
|
255
|
+
console.log(chalk.dim(' - Documentation: https://docs.SinapseAI.com'));
|
|
256
256
|
console.log('');
|
|
257
257
|
}
|
|
258
258
|
|
|
@@ -109,8 +109,8 @@ If you have an existing SINAPSE installation, the installer will:
|
|
|
109
109
|
|
|
110
110
|
## Support
|
|
111
111
|
|
|
112
|
-
- Documentation: https://github.com/
|
|
113
|
-
- Issues: https://github.com/
|
|
112
|
+
- Documentation: https://github.com/SinapseAI/sinapse-ai
|
|
113
|
+
- Issues: https://github.com/SinapseAI/sinapse-ai/issues
|
|
114
114
|
|
|
115
115
|
## License
|
|
116
116
|
|
|
@@ -37,12 +37,12 @@
|
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|
|
40
|
-
"url": "git+https://github.com/
|
|
40
|
+
"url": "git+https://github.com/SinapseAI/sinapse-ai.git"
|
|
41
41
|
},
|
|
42
42
|
"bugs": {
|
|
43
|
-
"url": "https://github.com/
|
|
43
|
+
"url": "https://github.com/SinapseAI/sinapse-ai/issues"
|
|
44
44
|
},
|
|
45
|
-
"homepage": "https://github.com/
|
|
45
|
+
"homepage": "https://github.com/SinapseAI/sinapse-ai#readme",
|
|
46
46
|
"engines": {
|
|
47
47
|
"node": ">=18.0.0"
|
|
48
48
|
},
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"cli",
|
|
20
20
|
"sinapse"
|
|
21
21
|
],
|
|
22
|
-
"author": "
|
|
22
|
+
"author": "SinapseAI",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "git+https://github.com/
|
|
26
|
+
"url": "git+https://github.com/SinapseAI/sinapse-ai.git",
|
|
27
27
|
"directory": "packages/sinapse-pro-cli"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
package/scripts/sinapse-patch.js
CHANGED
|
@@ -172,7 +172,7 @@ const LOGO_LINES = [
|
|
|
172
172
|
"╚══════╝╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝╚═╝ ╚══════╝╚══════╝",
|
|
173
173
|
];
|
|
174
174
|
|
|
175
|
-
const newLogo = `function HV6(){let q=z6(2),P;if(q[0]===Symbol.for("react.memo_cache_sentinel")){let lines=[${LOGO_LINES.map(l => JSON.stringify(l)).join(",")}];P=i9.createElement(B,{flexDirection:"column",
|
|
175
|
+
const newLogo = `function HV6(){let q=z6(2),P;if(q[0]===Symbol.for("react.memo_cache_sentinel")){let lines=[${LOGO_LINES.map(l => JSON.stringify(l)).join(",")}];P=i9.createElement(B,{flexDirection:"column",flexShrink:0},lines.map((l,i)=>i9.createElement(T,{key:i,color:"claude",wrap:"truncate"},l))),q[0]=P}else P=q[0];return P}`;
|
|
176
176
|
|
|
177
177
|
// Substitui HV6 (componente principal do mascot)
|
|
178
178
|
const hv6Start = content.indexOf("function HV6(A){");
|