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.
Files changed (197) hide show
  1. package/.sinapse-ai/development/agents/squad-creator.md +1 -1
  2. package/.sinapse-ai/development/scripts/squad/squad-downloader.js +3 -3
  3. package/.sinapse-ai/development/scripts/squad/squad-publisher.js +2 -2
  4. package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
  5. package/.sinapse-ai/development/tasks/pr-automation.md +2 -2
  6. package/.sinapse-ai/development/tasks/squad-creator-download.md +2 -2
  7. package/.sinapse-ai/development/tasks/squad-creator-publish.md +4 -4
  8. package/.sinapse-ai/development/tasks/squad-creator-sync-sinapse.md +2 -2
  9. package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
  10. package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +8 -8
  11. package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +9 -9
  12. package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.2-SUMMARY.md +1 -1
  13. package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free-tracked.cmd +1 -1
  14. package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-proxy.cmd +1 -1
  15. package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-usage.cmd +1 -1
  16. package/.sinapse-ai/package.json +3 -3
  17. package/.sinapse-ai/schemas/squad-schema.json +1 -1
  18. package/.sinapse-ai/scripts/diagnostics/diagnose-installation.js +1 -1
  19. package/.sinapse-ai/scripts/update-sinapse.sh +1 -1
  20. package/.sinapse-ai/user-guide.md +3 -3
  21. package/LICENSE +1 -1
  22. package/README.en.md +7 -7
  23. package/README.md +7 -7
  24. package/bin/sinapse.js +1 -1
  25. package/docs/CHANGELOG.md +2 -2
  26. package/docs/community/README-community-snippet-core.md +13 -13
  27. package/docs/community/README-community-snippet-mcp.md +9 -9
  28. package/docs/community/README-community-snippet-squads.md +9 -9
  29. package/docs/community.md +21 -21
  30. package/docs/es/CHANGELOG.md +2 -2
  31. package/docs/es/api/squads-api.md +2 -2
  32. package/docs/es/architecture/ARCHITECTURE-INDEX.md +1 -1
  33. package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
  34. package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
  35. package/docs/es/architecture/coding-standards.md +2 -2
  36. package/docs/es/architecture/contribution-workflow-research.md +7 -7
  37. package/docs/es/architecture/high-level-architecture.md +3 -3
  38. package/docs/es/architecture/multi-repo-strategy.md +8 -8
  39. package/docs/es/architecture/source-tree.md +7 -7
  40. package/docs/es/architecture/tech-stack.md +2 -2
  41. package/docs/es/community/README-community-snippet-core.md +13 -13
  42. package/docs/es/community/README-community-snippet-mcp.md +9 -9
  43. package/docs/es/community/README-community-snippet-squads.md +9 -9
  44. package/docs/es/community.md +21 -21
  45. package/docs/es/framework/README.md +4 -4
  46. package/docs/es/framework/coding-standards.md +2 -2
  47. package/docs/es/framework/source-tree.md +7 -7
  48. package/docs/es/framework/tech-stack.md +2 -2
  49. package/docs/es/git-workflow-guide.md +1 -1
  50. package/docs/es/guides/contributing-squads.md +4 -4
  51. package/docs/es/guides/development-setup.md +7 -7
  52. package/docs/es/guides/installation-troubleshooting.md +5 -5
  53. package/docs/es/guides/llm-routing.md +1 -1
  54. package/docs/es/guides/security-hardening.md +1 -1
  55. package/docs/es/guides/squads-guide.md +7 -7
  56. package/docs/es/guides/squads-overview.md +4 -4
  57. package/docs/es/guides/user-guide.md +3 -3
  58. package/docs/es/how-to-contribute-with-pull-requests.md +5 -5
  59. package/docs/es/installation/README.md +2 -2
  60. package/docs/es/installation/faq.md +3 -3
  61. package/docs/es/installation/linux.md +3 -3
  62. package/docs/es/installation/macos.md +2 -2
  63. package/docs/es/installation/troubleshooting.md +2 -2
  64. package/docs/es/installation/v4-quick-start.md +4 -4
  65. package/docs/es/installation/windows.md +3 -3
  66. package/docs/es/migration-guide.md +1 -1
  67. package/docs/es/npx-install.md +1 -1
  68. package/docs/es/roadmap.md +5 -5
  69. package/docs/es/security-best-practices.md +1 -1
  70. package/docs/es/security.md +4 -4
  71. package/docs/es/uninstallation.md +2 -2
  72. package/docs/framework/README.md +4 -4
  73. package/docs/framework/coding-standards.md +2 -2
  74. package/docs/framework/source-tree.md +7 -7
  75. package/docs/framework/tech-stack.md +2 -2
  76. package/docs/git-workflow-guide.md +1 -1
  77. package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
  78. package/docs/guides/agents/traces/squad-creation-execution-trace.md +2 -2
  79. package/docs/guides/contributing-squads.md +4 -4
  80. package/docs/guides/development-setup.md +7 -7
  81. package/docs/guides/installation-troubleshooting.md +5 -5
  82. package/docs/guides/llm-routing.md +1 -1
  83. package/docs/guides/pro/install-gate-setup.md +3 -3
  84. package/docs/guides/security-hardening.md +1 -1
  85. package/docs/guides/squads-guide.md +7 -7
  86. package/docs/guides/squads-overview.md +4 -4
  87. package/docs/guides/user-guide.md +3 -3
  88. package/docs/guides/workflows/pro-developer-workflow.md +5 -5
  89. package/docs/guides/workflows/xref-phase3-scripts.md +1 -1
  90. package/docs/how-to-contribute-with-pull-requests.md +5 -5
  91. package/docs/installation/README.md +2 -2
  92. package/docs/installation/faq.md +3 -3
  93. package/docs/installation/linux.md +4 -4
  94. package/docs/installation/macos.md +2 -2
  95. package/docs/installation/troubleshooting.md +2 -2
  96. package/docs/installation/v4-quick-start.md +4 -4
  97. package/docs/installation/windows.md +3 -3
  98. package/docs/legal/privacy.md +6 -6
  99. package/docs/legal/terms.md +9 -9
  100. package/docs/npx-install.md +1 -1
  101. package/docs/pt/CHANGELOG.md +2 -2
  102. package/docs/pt/api/squads-api.md +2 -2
  103. package/docs/pt/architecture/ARCHITECTURE-INDEX.md +1 -1
  104. package/docs/pt/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
  105. package/docs/pt/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
  106. package/docs/pt/architecture/coding-standards.md +2 -2
  107. package/docs/pt/architecture/contribution-workflow-research.md +7 -7
  108. package/docs/pt/architecture/high-level-architecture.md +3 -3
  109. package/docs/pt/architecture/multi-repo-strategy.md +8 -8
  110. package/docs/pt/architecture/source-tree.md +7 -7
  111. package/docs/pt/architecture/tech-stack.md +2 -2
  112. package/docs/pt/code-of-conduct.md +2 -2
  113. package/docs/pt/community/README-community-snippet-core.md +13 -13
  114. package/docs/pt/community/README-community-snippet-mcp.md +9 -9
  115. package/docs/pt/community/README-community-snippet-squads.md +9 -9
  116. package/docs/pt/community.md +21 -21
  117. package/docs/pt/contributing.md +4 -4
  118. package/docs/pt/framework/README.md +4 -4
  119. package/docs/pt/framework/coding-standards.md +2 -2
  120. package/docs/pt/framework/source-tree.md +7 -7
  121. package/docs/pt/framework/tech-stack.md +2 -2
  122. package/docs/pt/git-workflow-guide.md +1 -1
  123. package/docs/pt/guides/contributing-squads.md +4 -4
  124. package/docs/pt/guides/development-setup.md +7 -7
  125. package/docs/pt/guides/installation-troubleshooting.md +5 -5
  126. package/docs/pt/guides/llm-routing.md +1 -1
  127. package/docs/pt/guides/security-hardening.md +1 -1
  128. package/docs/pt/guides/squads-guide.md +7 -7
  129. package/docs/pt/guides/squads-overview.md +4 -4
  130. package/docs/pt/guides/user-guide.md +3 -3
  131. package/docs/pt/how-to-contribute-with-pull-requests.md +5 -5
  132. package/docs/pt/installation/README.md +2 -2
  133. package/docs/pt/installation/faq.md +3 -3
  134. package/docs/pt/installation/linux.md +3 -3
  135. package/docs/pt/installation/macos.md +2 -2
  136. package/docs/pt/installation/troubleshooting.md +2 -2
  137. package/docs/pt/installation/v4-quick-start.md +4 -4
  138. package/docs/pt/installation/windows.md +3 -3
  139. package/docs/pt/migration-guide.md +1 -1
  140. package/docs/pt/npx-install.md +1 -1
  141. package/docs/pt/roadmap.md +5 -5
  142. package/docs/pt/security-best-practices.md +1 -1
  143. package/docs/pt/security.md +4 -4
  144. package/docs/pt/uninstallation.md +2 -2
  145. package/docs/roadmap.md +5 -5
  146. package/docs/security-best-practices.md +1 -1
  147. package/docs/security.md +4 -4
  148. package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
  149. package/docs/uninstallation.md +2 -2
  150. package/docs/zh/CHANGELOG.md +2 -2
  151. package/docs/zh/api/squads-api.md +2 -2
  152. package/docs/zh/architecture/ARCHITECTURE-INDEX.md +1 -1
  153. package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
  154. package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
  155. package/docs/zh/architecture/coding-standards.md +2 -2
  156. package/docs/zh/architecture/contribution-workflow-research.md +7 -7
  157. package/docs/zh/architecture/high-level-architecture.md +3 -3
  158. package/docs/zh/architecture/multi-repo-strategy.md +3 -3
  159. package/docs/zh/architecture/source-tree.md +7 -7
  160. package/docs/zh/architecture/tech-stack.md +2 -2
  161. package/docs/zh/code-of-conduct.md +1 -1
  162. package/docs/zh/community/README-community-snippet-core.md +13 -13
  163. package/docs/zh/community/README-community-snippet-mcp.md +9 -9
  164. package/docs/zh/community/README-community-snippet-squads.md +9 -9
  165. package/docs/zh/community.md +21 -21
  166. package/docs/zh/contributing.md +6 -6
  167. package/docs/zh/framework/README.md +4 -4
  168. package/docs/zh/framework/coding-standards.md +2 -2
  169. package/docs/zh/framework/source-tree.md +7 -7
  170. package/docs/zh/framework/tech-stack.md +2 -2
  171. package/docs/zh/git-workflow-guide.md +1 -1
  172. package/docs/zh/guides/contributing-squads.md +4 -4
  173. package/docs/zh/guides/development-setup.md +2 -2
  174. package/docs/zh/guides/installation-troubleshooting.md +5 -5
  175. package/docs/zh/guides/llm-routing.md +1 -1
  176. package/docs/zh/how-to-contribute-with-pull-requests.md +5 -5
  177. package/docs/zh/installation/README.md +2 -2
  178. package/docs/zh/installation/faq.md +3 -3
  179. package/docs/zh/installation/linux.md +4 -4
  180. package/docs/zh/installation/macos.md +2 -2
  181. package/docs/zh/installation/troubleshooting.md +2 -2
  182. package/docs/zh/installation/windows.md +3 -3
  183. package/docs/zh/security.md +3 -3
  184. package/docs/zh/sinapse-agent-flows/squad-creator-system.md +2 -2
  185. package/docs/zh/uninstallation.md +2 -2
  186. package/package.json +4 -4
  187. package/packages/gemini-sinapse-extension/README.md +1 -1
  188. package/packages/gemini-sinapse-extension/extension.json +1 -1
  189. package/packages/gemini-sinapse-extension/gemini-extension.json +1 -1
  190. package/packages/installer/src/wizard/i18n.js +3 -3
  191. package/packages/installer/src/wizard/pro-setup.js +2 -2
  192. package/packages/installer/src/wizard/validation/report-generator.js +1 -1
  193. package/packages/installer/src/wizard/validation/troubleshooting-system.js +13 -13
  194. package/packages/sinapse-install/README.md +2 -2
  195. package/packages/sinapse-install/package.json +3 -3
  196. package/packages/sinapse-pro-cli/package.json +2 -2
  197. package/scripts/sinapse-patch.js +1 -1
@@ -35,7 +35,7 @@ node .sinapse-ai/infrastructure/scripts/llm-routing/install-llm-routing.js
35
35
  **选项 2: 全新安装**
36
36
  ```bash
37
37
  # 克隆仓库
38
- git clone https://github.com/SynkraAI/sinapse-ai.git
38
+ git clone https://github.com/SinapseAI/sinapse-ai.git
39
39
  cd sinapse-ai
40
40
 
41
41
  # 运行安装程序
@@ -16,17 +16,17 @@
16
16
 
17
17
  **提交 PR 之前必须做的事情:**
18
18
 
19
- - **对于错误修复**:使用[错误报告模板](https://github.com/SynkraAIinc/@sinapse/sinapse-ai/issues/new?template=bug_report.md)创建一个问题
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/SynkraAIinc/@sinapse/sinapse-ai/issues/new?template=feature_request.md)创建一个问题
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/SynkraAIinc/@sinapse/sinapse-ai)
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/SynkraAIinc/@sinapse/sinapse-ai/issues/new?template=bug_report.md)报告错误
139
- - 💡 使用[功能请求模板](https://github.com/SynkraAIinc/@sinapse/sinapse-ai/issues/new?template=feature_request.md)建议功能
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/SynkraAI/sinapse-ai/issues)
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/SynkraAI/sinapse-ai/issues)
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/SynkraAI/sinapse-ai
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/SynkraAI/sinapse-ai/issues |
597
- | **源代码** | https://github.com/SynkraAI/sinapse-ai |
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:SynkraAI/sinapse-ai install
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/SynkraAI/sinapse-ai.git ~/.sinapse-ai-source
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:SynkraAI/sinapse-ai install
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/SynkraAI/sinapse-ai/issues)
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:SynkraAI/sinapse-ai install
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:SynkraAI/sinapse-ai install
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/SynkraAI/sinapse-ai/issues)
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/SynkraAI/sinapse-ai/issues)
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:SynkraAI/sinapse-ai install
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:SynkraAI/sinapse-ai install
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/SynkraAI/sinapse-ai/issues)
475
+ - [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
@@ -13,7 +13,7 @@
13
13
 
14
14
  ## 报告漏洞
15
15
 
16
- 我们在 SynkraAI 非常重视安全。如果您在 SINAPSE 中发现安全漏洞,请负责任地报告。
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/SynkraAI/sinapse-ai/security/advisories)
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/SynkraAI/sinapse-ai/security/advisories)
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/SynkraAI/sinapse-squads"]
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/SynkraAI/sinapse-squads"]
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/SynkraAI/sinapse-ai/wiki/faq#uninstall)
340
- - [故障排除](https://github.com/SynkraAI/sinapse-ai/wiki/troubleshooting)
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",
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/SynkraAI/sinapse-ai.git"
138
+ "url": "git+https://github.com/SinapseAI/sinapse-ai.git"
139
139
  },
140
140
  "bugs": {
141
- "url": "https://github.com/SynkraAI/sinapse-ai/issues"
141
+ "url": "https://github.com/SinapseAI/sinapse-ai/issues"
142
142
  },
143
- "homepage": "https://github.com/SynkraAI/sinapse-ai#readme",
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/SynkraAI/sinapse-ai/packages/gemini-sinapse-extension
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/`
@@ -8,7 +8,7 @@
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/SynkraAI/sinapse-ai"
11
+ "url": "https://github.com/SinapseAI/sinapse-ai"
12
12
  },
13
13
  "engines": {
14
14
  "gemini-cli": ">=0.26.0"
@@ -8,7 +8,7 @@
8
8
  "license": "MIT",
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/SynkraAI/sinapse-ai"
11
+ "url": "https://github.com/SinapseAI/sinapse-ai"
12
12
  },
13
13
  "engines": {
14
14
  "gemini-cli": ">=0.26.0"
@@ -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/SynkraAI/sinapse-ai/issues',
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/SynkraAI/sinapse-ai/issues',
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/SynkraAI/sinapse-ai/issues',
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/SynkraAI/sinapse-ai/issues');
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/SynkraAI/sinapse-ai/issues');
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 @SynkraAI/sinapse@latest init'));
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 @SynkraAI/sinapse@latest init',
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.SynkraAI.com/installation/environment',
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 @SynkraAI/sinapse@latest init',
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.SynkraAI.com/configuration/core-config',
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.SynkraAI.com/mcps/troubleshooting',
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.SynkraAI.com/mcps/troubleshooting',
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.SynkraAI.com/security/gitignore',
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.SynkraAI.com/installation/dependencies',
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.SynkraAI.com/installation/dependencies',
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.SynkraAI.com/security/file-permissions',
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.SynkraAI.com/troubleshooting'));
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/SynkraAI/sinapse/issues'));
255
- console.log(chalk.dim(' - Documentation: https://docs.SynkraAI.com'));
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/SynkraAI/sinapse-ai
113
- - Issues: https://github.com/SynkraAI/sinapse-ai/issues
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/SynkraAI/sinapse-ai.git"
40
+ "url": "git+https://github.com/SinapseAI/sinapse-ai.git"
41
41
  },
42
42
  "bugs": {
43
- "url": "https://github.com/SynkraAI/sinapse-ai/issues"
43
+ "url": "https://github.com/SinapseAI/sinapse-ai/issues"
44
44
  },
45
- "homepage": "https://github.com/SynkraAI/sinapse-ai#readme",
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": "SynkraAI",
22
+ "author": "SinapseAI",
23
23
  "license": "MIT",
24
24
  "repository": {
25
25
  "type": "git",
26
- "url": "git+https://github.com/SynkraAI/sinapse-ai.git",
26
+ "url": "git+https://github.com/SinapseAI/sinapse-ai.git",
27
27
  "directory": "packages/sinapse-pro-cli"
28
28
  },
29
29
  "engines": {
@@ -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",alignItems:"center"},lines.map((l,i)=>i9.createElement(T,{key:i,color:"claude"},l))),q[0]=P}else P=q[0];return P}`;
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){");