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
  **Option 2: Fresh install**
36
36
  ```bash
37
37
  # Clone the repository
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
  # Run the installer
@@ -145,7 +145,7 @@ License activation failed: Invalid key format
145
145
 
146
146
  - Verifique o formato: `PRO-XXXX-XXXX-XXXX-XXXX` (4 blocos de 4 caracteres hex)
147
147
  - Sem espacos extras
148
- - Abra uma issue em https://github.com/SynkraAI/sinapse-ai/issues se a chave foi fornecida a voce
148
+ - Abra uma issue em https://github.com/SinapseAI/sinapse-ai/issues se a chave foi fornecida a voce
149
149
 
150
150
  ### Maximo de seats excedido
151
151
 
@@ -196,8 +196,8 @@ License activation failed: ECONNREFUSED
196
196
 
197
197
  - **Documentacao:** https://sinapse.ai/pro/docs
198
198
  - **Comprar:** https://sinapse.ai/pro
199
- - **Suporte:** https://github.com/SynkraAI/sinapse-ai/issues
200
- - **Issues:** https://github.com/SynkraAI/sinapse-ai/issues
199
+ - **Suporte:** https://github.com/SinapseAI/sinapse-ai/issues
200
+ - **Issues:** https://github.com/SinapseAI/sinapse-ai/issues
201
201
 
202
202
  ---
203
203
 
@@ -1288,7 +1288,7 @@ If you discover a security vulnerability in SINAPSE, please follow responsible d
1288
1288
  ### Reporting Process
1289
1289
 
1290
1290
  1. **DO NOT** create a public GitHub issue for security vulnerabilities
1291
- 2. Report security concerns via [GitHub Security Advisories](https://github.com/SynkraAI/sinapse-ai/security/advisories)
1291
+ 2. Report security concerns via [GitHub Security Advisories](https://github.com/SinapseAI/sinapse-ai/security/advisories)
1292
1292
  3. Include the following in your report:
1293
1293
  - Description of the vulnerability
1294
1294
  - Steps to reproduce
@@ -45,7 +45,7 @@ Squads are modular teams of AI agents that extend SINAPSE functionality. Each sq
45
45
  │ SQUAD DISTRIBUTION │
46
46
  ├─────────────────────────────────────────────────────────────┤
47
47
  │ Level 1: LOCAL → ./squads/ (Private) │
48
- │ Level 2: SINAPSE-SQUADS → github.com/SynkraAI (Public/Free) │
48
+ │ Level 2: SINAPSE-SQUADS → github.com/SinapseAI (Public/Free) │
49
49
  │ Level 3: SINAPSE API → api.sinapse.ai (Marketplace) │
50
50
  └─────────────────────────────────────────────────────────────┘
51
51
  ```
@@ -54,8 +54,8 @@ Squads are modular teams of AI agents that extend SINAPSE functionality. Each sq
54
54
 
55
55
  | Squad | Version | Description |
56
56
  |-------|---------|-------------|
57
- | [etl-squad](https://github.com/SynkraAI/sinapse-squads/tree/main/etl) | 2.0.0 | Data collection and transformation |
58
- | [creator-squad](https://github.com/SynkraAI/sinapse-squads/tree/main/creator) | 1.0.0 | Content generation utilities |
57
+ | [etl-squad](https://github.com/SinapseAI/sinapse-squads/tree/main/etl) | 2.0.0 | Data collection and transformation |
58
+ | [creator-squad](https://github.com/SinapseAI/sinapse-squads/tree/main/creator) | 1.0.0 | Content generation utilities |
59
59
 
60
60
  ---
61
61
 
@@ -545,7 +545,7 @@ Squads in `./squads/` are automatically available to your project.
545
545
  *publish-squad ./squads/my-squad
546
546
  ```
547
547
 
548
- This creates a PR to [SynkraAI/sinapse-squads](https://github.com/SynkraAI/sinapse-squads).
548
+ This creates a PR to [SinapseAI/sinapse-squads](https://github.com/SinapseAI/sinapse-squads).
549
549
 
550
550
  ### Level 3: SINAPSE Marketplace
551
551
 
@@ -811,14 +811,14 @@ npm test -- tests/squads/my-squad/
811
811
  - [Squad Migration Guide](./squad-migration.md)
812
812
  - [Squads API Reference](../api/squads-api.md)
813
813
  - [@squad-creator Agent](../../.sinapse-ai/development/agents/squad-creator.md)
814
- - [sinapse-squads Repository](https://github.com/SynkraAI/sinapse-squads)
814
+ - [sinapse-squads Repository](https://github.com/SinapseAI/sinapse-squads)
815
815
 
816
816
  ---
817
817
 
818
818
  ## Getting Help
819
819
 
820
- - [GitHub Discussions](https://github.com/SynkraAI/sinapse-ai/discussions)
821
- - [Issue Tracker](https://github.com/SynkraAI/sinapse-ai/issues)
820
+ - [GitHub Discussions](https://github.com/SinapseAI/sinapse-ai/discussions)
821
+ - [Issue Tracker](https://github.com/SinapseAI/sinapse-ai/issues)
822
822
 
823
823
  ---
824
824
 
@@ -166,8 +166,8 @@ tags:
166
166
 
167
167
  | Squad | Version | Description | Repository |
168
168
  | ----------------- | ------- | ---------------------------------- | -------------------------------------------------------------------------------- |
169
- | **etl-squad** | 2.0.0 | Data collection and transformation | [sinapse-squads/etl](https://github.com/SynkraAI/sinapse-squads/tree/main/etl) |
170
- | **creator-squad** | 1.0.0 | Content generation utilities | [sinapse-squads/creator](https://github.com/SynkraAI/sinapse-squads/tree/main/creator) |
169
+ | **etl-squad** | 2.0.0 | Data collection and transformation | [sinapse-squads/etl](https://github.com/SinapseAI/sinapse-squads/tree/main/etl) |
170
+ | **creator-squad** | 1.0.0 | Content generation utilities | [sinapse-squads/creator](https://github.com/SinapseAI/sinapse-squads/tree/main/creator) |
171
171
 
172
172
  ### Distribution Levels
173
173
 
@@ -176,7 +176,7 @@ tags:
176
176
  │ SQUAD DISTRIBUTION │
177
177
  ├─────────────────────────────────────────────────────────────┤
178
178
  │ Level 1: LOCAL --> ./squads/ (Private) │
179
- │ Level 2: SINAPSE-SQUADS --> github.com/SynkraAI (Public) │
179
+ │ Level 2: SINAPSE-SQUADS --> github.com/SinapseAI (Public) │
180
180
  │ Level 3: SINAPSE API --> api.sinapse.ai (Marketplace)│
181
181
  └─────────────────────────────────────────────────────────────┘
182
182
  ```
@@ -270,7 +270,7 @@ Use semantic versioning:
270
270
  ## Next Steps
271
271
 
272
272
  - **Create Your First Squad:** Follow the [Squads Guide](./squads-guide.md) for detailed instructions
273
- - **Explore Official Squads:** Check [sinapse-squads repository](https://github.com/SynkraAI/sinapse-squads)
273
+ - **Explore Official Squads:** Check [sinapse-squads repository](https://github.com/SinapseAI/sinapse-squads)
274
274
  - **Contribute:** See [Contributing Squads Guide](./contributing-squads.md)
275
275
  - **Learn Task Format:** Read [TASK-FORMAT-SPECIFICATION-V1](../../.sinapse-ai/docs/standards/TASK-FORMAT-SPECIFICATION-V1.md)
276
276
 
@@ -240,7 +240,7 @@ A squad is a self-contained package containing:
240
240
 
241
241
  ```
242
242
  Level 1: LOCAL --> ./squads/ (Private)
243
- Level 2: SINAPSE-SQUADS --> github.com/SynkraAI (Public/Free)
243
+ Level 2: SINAPSE-SQUADS --> github.com/SinapseAI (Public/Free)
244
244
  Level 3: SINAPSE API --> api.sinapse.ai (Marketplace)
245
245
  ```
246
246
 
@@ -401,8 +401,8 @@ sinapse rebuild
401
401
 
402
402
  ### Getting Help
403
403
 
404
- - **GitHub Discussions**: [github.com/SynkraAI/sinapse-ai/discussions](https://github.com/SynkraAI/sinapse-ai/discussions)
405
- - **Issue Tracker**: [github.com/SynkraAI/sinapse-ai/issues](https://github.com/SynkraAI/sinapse-ai/issues)
404
+ - **GitHub Discussions**: [github.com/SinapseAI/sinapse-ai/discussions](https://github.com/SinapseAI/sinapse-ai/discussions)
405
+ - **Issue Tracker**: [github.com/SinapseAI/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
406
406
  - **Discord**: [Join our server](https://discord.gg/gk8jAdXWmj)
407
407
 
408
408
  ---
@@ -16,7 +16,7 @@ sinapse-ai/
16
16
  ├── bin/
17
17
  ├── src/
18
18
  ├── packages/
19
- ├── pro/ ─── git submodule ──► SynkraAI/sinapse-pro (private)
19
+ ├── pro/ ─── git submodule ──► SinapseAI/sinapse-pro (private)
20
20
  ├── squads/ (community)
21
21
  └── package.json
22
22
  ```
@@ -35,7 +35,7 @@ git clone https://github.com/YOUR_USERNAME/sinapse-ai.git
35
35
  cd sinapse-ai
36
36
 
37
37
  # Add upstream remote
38
- git remote add upstream https://github.com/SynkraAI/sinapse-ai.git
38
+ git remote add upstream https://github.com/SinapseAI/sinapse-ai.git
39
39
 
40
40
  # Install dependencies
41
41
  npm install
@@ -68,7 +68,7 @@ git push origin feature/my-feature
68
68
  - All core tests pass without `pro/` present
69
69
  - `bin/utils/pro-detector.js` returns `isProAvailable() === false`
70
70
  - No features are degraded for core-only developers
71
- - You do NOT need access to SynkraAI/sinapse-pro
71
+ - You do NOT need access to SinapseAI/sinapse-pro
72
72
 
73
73
  ---
74
74
 
@@ -80,7 +80,7 @@ Team members with access to the private sinapse-pro repository can work on both
80
80
 
81
81
  ```bash
82
82
  # Clone with submodules
83
- git clone --recurse-submodules https://github.com/SynkraAI/sinapse-ai.git
83
+ git clone --recurse-submodules https://github.com/SinapseAI/sinapse-ai.git
84
84
  cd sinapse-ai
85
85
 
86
86
  # Install dependencies
@@ -212,7 +212,7 @@ git submodule update --init pro
212
212
 
213
213
  ### Permission denied when cloning submodule
214
214
 
215
- You need access to `SynkraAI/sinapse-pro`. Contact the team lead.
215
+ You need access to `SinapseAI/sinapse-pro`. Contact the team lead.
216
216
 
217
217
  ### Tests fail with pro/ present
218
218
 
@@ -454,7 +454,7 @@ No scripts are truly orphaned -- all have at least one reference in the `install
454
454
 
455
455
  All scripts are located under:
456
456
  ```
457
- C:\Users\AllFluence-User\Workspaces\SINAPSE\SynkraAI\sinapse-ai\.sinapse-ai\development\scripts\
457
+ C:\Users\AllFluence-User\Workspaces\SINAPSE\SinapseAI\sinapse-ai\.sinapse-ai\development\scripts\
458
458
  ```
459
459
 
460
460
  Full absolute paths for top-level scripts:
@@ -16,17 +16,17 @@ Um pull request (PR) é como você propõe mudanças para um projeto no GitHub.
16
16
 
17
17
  **Obrigatório antes de submeter PRs:**
18
18
 
19
- - **Para correções de bugs**: Crie uma issue usando o [template de bug report](https://github.com/SynkraAIinc/sinapse-ai/issues/new?template=bug_report.md)
19
+ - **Para correções de bugs**: Crie uma issue usando o [template de bug report](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=bug_report.md)
20
20
  - **Para novas features**:
21
21
  1. Discuta no Discord no [canal #general-dev](https://discord.gg/gk8jAdXWmj)
22
- 2. Crie uma issue usando o [template de feature request](https://github.com/SynkraAIinc/sinapse-ai/issues/new?template=feature_request.md)
22
+ 2. Crie uma issue usando o [template de feature request](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=feature_request.md)
23
23
  - **Para mudanças grandes**: Sempre abra uma issue primeiro para discutir o alinhamento
24
24
 
25
25
  ## Guia Passo a Passo
26
26
 
27
27
  ### 1. Fazer Fork do Repositório
28
28
 
29
- 1. Vá para o [repositório SINAPSE](https://github.com/SynkraAIinc/sinapse-ai)
29
+ 1. Vá para o [repositório SINAPSE](https://github.com/SinapseAIinc/sinapse-ai)
30
30
  2. Clique no botão "Fork" no canto superior direito
31
31
  3. Isso cria sua própria cópia do projeto
32
32
 
@@ -135,8 +135,8 @@ git push origin fix/typo-in-readme
135
135
 
136
136
  ## Precisa de Ajuda?
137
137
 
138
- - 🐛 Reporte bugs usando o [template de bug report](https://github.com/SynkraAIinc/sinapse-ai/issues/new?template=bug_report.md)
139
- - 💡 Sugira features usando o [template de feature request](https://github.com/SynkraAIinc/sinapse-ai/issues/new?template=feature_request.md)
138
+ - 🐛 Reporte bugs usando o [template de bug report](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=bug_report.md)
139
+ - 💡 Sugira features usando o [template de feature request](https://github.com/SinapseAIinc/sinapse-ai/issues/new?template=feature_request.md)
140
140
  - 📖 Leia as [Diretrizes de Contribuição](../CONTRIBUTING.md) completas
141
141
 
142
142
  ## Exemplo: PRs Bons vs Ruins
@@ -51,7 +51,7 @@ npx sinapse-ai install --force-upgrade
51
51
 
52
52
  1. Check [Troubleshooting Guide](./troubleshooting.md)
53
53
  2. Search [FAQ](./faq.md)
54
- 3. Open a [GitHub Issue](https://github.com/SynkraAI/sinapse-ai/issues)
54
+ 3. Open a [GitHub Issue](https://github.com/SinapseAI/sinapse-ai/issues)
55
55
 
56
56
  ---
57
57
 
@@ -96,5 +96,5 @@ npx sinapse-ai install --force-upgrade
96
96
 
97
97
  ## Support
98
98
 
99
- - **GitHub Issues**: [sinapse-ai/issues](https://github.com/SynkraAI/sinapse-ai/issues)
99
+ - **GitHub Issues**: [sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
100
100
  - **Documentation**: [docs/](../)
@@ -554,7 +554,7 @@ projectStatus:
554
554
 
555
555
  **Answer:**
556
556
 
557
- 1. **Fork the repository:** https://github.com/SynkraAI/sinapse-ai
557
+ 1. **Fork the repository:** https://github.com/SinapseAI/sinapse-ai
558
558
 
559
559
  2. **Create a feature branch:**
560
560
 
@@ -590,8 +590,8 @@ projectStatus:
590
590
  | ------------------- | ---------------------------------------------------------- |
591
591
  | **Documentation** | `docs/` in your project |
592
592
  | **Troubleshooting** | [troubleshooting.md](./troubleshooting.md) |
593
- | **GitHub Issues** | https://github.com/SynkraAI/sinapse-ai/issues |
594
- | **Source Code** | https://github.com/SynkraAI/sinapse-ai |
593
+ | **GitHub Issues** | https://github.com/SinapseAI/sinapse-ai/issues |
594
+ | **Source Code** | https://github.com/SinapseAI/sinapse-ai |
595
595
 
596
596
  **Before asking for help:**
597
597
 
@@ -153,7 +153,7 @@ sudo pacman -S base-devel
153
153
  3. Run the installer:
154
154
 
155
155
  ```bash
156
- npx github:SynkraAI/sinapse-ai install
156
+ npx github:SinapseAI/sinapse-ai install
157
157
  ```
158
158
 
159
159
  ### Manual Installation
@@ -162,7 +162,7 @@ If the quick install fails, try manual installation:
162
162
 
163
163
  ```bash
164
164
  # Clone the repository
165
- git clone https://github.com/SynkraAI/sinapse-ai.git ~/.sinapse-ai-source
165
+ git clone https://github.com/SinapseAI/sinapse-ai.git ~/.sinapse-ai-source
166
166
 
167
167
  # Navigate to the source
168
168
  cd ~/.sinapse-ai-source
@@ -358,7 +358,7 @@ To update an existing installation:
358
358
 
359
359
  ```bash
360
360
  # Using npx (recommended)
361
- npx github:SynkraAI/sinapse-ai install
361
+ npx github:SinapseAI/sinapse-ai install
362
362
 
363
363
  # Manual update
364
364
  cd ~/.sinapse-ai-source
@@ -445,4 +445,4 @@ rm -rf ~/.sinapse-ai-source ~/.npm-global/lib/node_modules/@sinapse
445
445
  - [Troubleshooting Guide](troubleshooting.md)
446
446
  - [FAQ](faq.md)
447
447
  - [Discord Community](https://discord.gg/gk8jAdXWmj)
448
- - [GitHub Issues](https://github.com/SynkraAI/sinapse-ai/issues)
448
+ - [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
@@ -64,7 +64,7 @@ Download from [cli.github.com](https://cli.github.com/)
64
64
 
65
65
  3. Run the installer:
66
66
  ```bash
67
- npx github:SynkraAI/sinapse-ai install
67
+ npx github:SinapseAI/sinapse-ai install
68
68
  ```
69
69
 
70
70
  ### What the Installer Does
@@ -149,7 +149,7 @@ macOS filesystems can be case-insensitive by default. If you experience issues:
149
149
  To update an existing installation:
150
150
 
151
151
  ```bash
152
- npx github:SynkraAI/sinapse-ai install
152
+ npx github:SinapseAI/sinapse-ai install
153
153
  ```
154
154
 
155
155
  The updater will:
@@ -681,7 +681,7 @@ ls -la .sinapse-ai/
681
681
 
682
682
  1. Run `npx sinapse-ai status` and note the output
683
683
  2. Check this troubleshooting guide
684
- 3. Search existing [GitHub Issues](https://github.com/SynkraAI/sinapse-ai/issues)
684
+ 3. Search existing [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
685
685
 
686
686
  ### Information to Include in Bug Reports
687
687
 
@@ -716,7 +716,7 @@ ls -la .sinapse-ai/
716
716
 
717
717
  ### Support Channels
718
718
 
719
- - **GitHub Issues**: [sinapse-ai/issues](https://github.com/SynkraAI/sinapse-ai/issues)
719
+ - **GitHub Issues**: [sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
720
720
  - **Documentation**: [docs/installation/](./README.md)
721
721
  - **FAQ**: [faq.md](./faq.md)
722
722
 
@@ -36,7 +36,7 @@ cd my-project
36
36
  ### Option B: Clone Repository (Development)
37
37
 
38
38
  ```bash
39
- git clone https://github.com/SynkraAI/sinapse-ai.git
39
+ git clone https://github.com/SinapseAI/sinapse-ai.git
40
40
  cd sinapse-ai
41
41
  npm install
42
42
  ```
@@ -251,15 +251,15 @@ sudo chown -R $(whoami) ~/.npm
251
251
  npx sinapse-ai@latest install
252
252
 
253
253
  # Or clone fresh
254
- git clone https://github.com/SynkraAI/sinapse-ai.git
254
+ git clone https://github.com/SinapseAI/sinapse-ai.git
255
255
  ```
256
256
 
257
257
  ---
258
258
 
259
259
  ## Getting Help
260
260
 
261
- - **Documentation:** [GitHub Repository](https://github.com/SynkraAI/sinapse-ai)
262
- - **GitHub Issues:** [github.com/SynkraAI/sinapse-ai/issues](https://github.com/SynkraAI/sinapse-ai/issues)
261
+ - **Documentation:** [GitHub Repository](https://github.com/SinapseAI/sinapse-ai)
262
+ - **GitHub Issues:** [github.com/SinapseAI/sinapse-ai/issues](https://github.com/SinapseAI/sinapse-ai/issues)
263
263
  - **Discord Community:** [discord.gg/gk8jAdXWmj](https://discord.gg/gk8jAdXWmj)
264
264
 
265
265
  ---
@@ -146,7 +146,7 @@ winget install Microsoft.WindowsTerminal
146
146
  3. Run the installer:
147
147
 
148
148
  ```powershell
149
- npx github:SynkraAI/sinapse-ai install
149
+ npx github:SinapseAI/sinapse-ai install
150
150
  ```
151
151
 
152
152
  ### What the Installer Does
@@ -403,7 +403,7 @@ To update an existing installation:
403
403
 
404
404
  ```powershell
405
405
  # Using npx (recommended)
406
- npx github:SynkraAI/sinapse-ai install
406
+ npx github:SinapseAI/sinapse-ai install
407
407
 
408
408
  # The updater will:
409
409
  # - Detect existing installation
@@ -474,4 +474,4 @@ npm uninstall -g @sinapse/sinapse
474
474
  - [Troubleshooting Guide](troubleshooting.md)
475
475
  - [FAQ](faq.md)
476
476
  - [Discord Community](https://discord.gg/gk8jAdXWmj)
477
- - [GitHub Issues](https://github.com/SynkraAI/sinapse-ai/issues)
477
+ - [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## Overview
8
8
 
9
- SINAPSE (AI-Orchestrated System) is an open-source project maintained by SynkraAI Inc. This privacy policy explains how we handle any data that may be collected when you use SINAPSE.
9
+ SINAPSE (AI-Orchestrated System) is an open-source project maintained by SinapseAI Inc. This privacy policy explains how we handle any data that may be collected when you use SINAPSE.
10
10
 
11
11
  ## Data Collection
12
12
 
@@ -83,7 +83,7 @@ You have the right to:
83
83
 
84
84
  As an open-source project, all code is publicly available for inspection:
85
85
 
86
- - Repository: [github.com/SynkraAI/sinapse-ai](https://github.com/SynkraAI/sinapse-ai)
86
+ - Repository: [github.com/SinapseAI/sinapse-ai](https://github.com/SinapseAI/sinapse-ai)
87
87
  - No hidden data collection mechanisms
88
88
  - All configuration options are documented
89
89
 
@@ -100,14 +100,14 @@ We take security seriously:
100
100
  - API keys and credentials are never stored by SINAPSE (users manage their own)
101
101
  - Regular security audits of the codebase
102
102
 
103
- For security vulnerabilities, please [open an issue](https://github.com/SynkraAI/sinapse-ai/issues) or email security@SynkraAI.com.
103
+ For security vulnerabilities, please [open an issue](https://github.com/SinapseAI/sinapse-ai/issues) or email security@SinapseAI.com.
104
104
 
105
105
  ## Contact
106
106
 
107
107
  For privacy concerns or questions:
108
108
 
109
- - **GitHub Issues:** [Open an issue](https://github.com/SynkraAI/sinapse-ai/issues)
110
- - **Email:** privacy@SynkraAI.com
109
+ - **GitHub Issues:** [Open an issue](https://github.com/SinapseAI/sinapse-ai/issues)
110
+ - **Email:** privacy@SinapseAI.com
111
111
  - **Discord:** [Community Server](https://discord.gg/gk8jAdXWmj)
112
112
 
113
113
  ## Changes to This Policy
@@ -124,4 +124,4 @@ This privacy policy is adapted from open-source privacy policy templates and fol
124
124
 
125
125
  ---
126
126
 
127
- **Copyright (c) 2025 SynkraAI Inc.**
127
+ **Copyright (c) 2025 SinapseAI Inc.**
@@ -36,9 +36,9 @@ You **MUST**:
36
36
  You may **NOT**:
37
37
 
38
38
  - ❌ Remove or alter copyright notices from the Software
39
- - ❌ Use SynkraAI Inc. trademarks without written permission
39
+ - ❌ Use SinapseAI Inc. trademarks without written permission
40
40
  - ❌ Hold the authors or copyright holders liable for any damages
41
- - ❌ Claim authorship or endorsement by SynkraAI Inc.
41
+ - ❌ Claim authorship or endorsement by SinapseAI Inc.
42
42
  - ❌ Use the project name in a way that implies official endorsement
43
43
 
44
44
  ## Disclaimer of Warranties
@@ -54,7 +54,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
54
54
 
55
55
  ## Limitation of Liability
56
56
 
57
- IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS, OR SynkraAI INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57
+ IN NO EVENT SHALL THE AUTHORS, COPYRIGHT HOLDERS, OR SinapseAI INC. BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
58
58
 
59
59
  ### Scope of Limitation
60
60
 
@@ -78,7 +78,7 @@ For detailed contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
78
78
 
79
79
  ## Trademarks
80
80
 
81
- The following are trademarks or registered trademarks of SynkraAI Inc.:
81
+ The following are trademarks or registered trademarks of SinapseAI Inc.:
82
82
 
83
83
  - "SINAPSE"
84
84
  - "SINAPSE"
@@ -100,7 +100,7 @@ You may **NOT**:
100
100
  - Use trademarks in a way suggesting endorsement
101
101
  - Register similar trademarks
102
102
 
103
- For trademark licensing inquiries, contact: legal@SynkraAI.com
103
+ For trademark licensing inquiries, contact: legal@SinapseAI.com
104
104
 
105
105
  ## Third-Party Dependencies
106
106
 
@@ -148,16 +148,16 @@ If any provision of these terms is found to be unenforceable, the remaining prov
148
148
 
149
149
  ## Entire Agreement
150
150
 
151
- These Terms of Use, together with the [LICENSE](LICENSE), [Privacy Policy](PRIVACY.md), and [Code of Conduct](CODE_OF_CONDUCT.md), constitute the entire agreement between you and SynkraAI Inc. regarding use of SINAPSE.
151
+ These Terms of Use, together with the [LICENSE](LICENSE), [Privacy Policy](PRIVACY.md), and [Code of Conduct](CODE_OF_CONDUCT.md), constitute the entire agreement between you and SinapseAI Inc. regarding use of SINAPSE.
152
152
 
153
153
  ## Contact
154
154
 
155
155
  For questions about these terms:
156
156
 
157
- - **GitHub Issues:** [Open an issue](https://github.com/SynkraAI/sinapse-ai/issues)
158
- - **Email:** legal@SynkraAI.com
157
+ - **GitHub Issues:** [Open an issue](https://github.com/SinapseAI/sinapse-ai/issues)
158
+ - **Email:** legal@SinapseAI.com
159
159
  - **Discord:** [Community Server](https://discord.gg/gk8jAdXWmj)
160
160
 
161
161
  ---
162
162
 
163
- **Copyright (c) 2025 SynkraAI Inc. All rights reserved.**
163
+ **Copyright (c) 2025 SinapseAI Inc. All rights reserved.**
@@ -176,7 +176,7 @@ const patterns = [
176
176
  ## Support
177
177
 
178
178
  For additional help:
179
- - GitHub Issues: https://github.com/SynkraAIinc/sinapse-ai/issues
179
+ - GitHub Issues: https://github.com/SinapseAIinc/sinapse-ai/issues
180
180
  - Documentation: https://sinapse-ai.dev/docs
181
181
  - Story Reference: 2.3 - NPX Installation Context Detection
182
182
 
@@ -113,5 +113,5 @@ npx sinapse-ai install --force-upgrade
113
113
 
114
114
  - [Solucao de Problemas](./installation/troubleshooting.md)
115
115
  - [FAQ](./installation/faq.md)
116
- - [Repositorio GitHub](https://github.com/SynkraAI/sinapse-ai)
117
- - [Rastreador de Issues](https://github.com/SynkraAI/sinapse-ai/issues)
116
+ - [Repositorio GitHub](https://github.com/SinapseAI/sinapse-ai)
117
+ - [Rastreador de Issues](https://github.com/SinapseAI/sinapse-ai/issues)
@@ -232,7 +232,7 @@ curl "https://api.sinapse.ai/api/squads?tags=devops,automation&search=deploy&off
232
232
  "name": "devops-squad",
233
233
  "version": "2.1.0",
234
234
  "description": "Squad de automação DevOps",
235
- "author": "SynkraAI",
235
+ "author": "SinapseAI",
236
236
  "tags": ["devops", "automation", "ci-cd"],
237
237
  "is_public": true,
238
238
  "is_official": true,
@@ -343,7 +343,7 @@ curl https://api.sinapse.ai/api/squads/550e8400-e29b-41d4-a716-446655440000
343
343
  "name": "devops-squad",
344
344
  "version": "2.1.0",
345
345
  "description": "Squad de automação DevOps para pipelines CI/CD",
346
- "author": "SynkraAI",
346
+ "author": "SinapseAI",
347
347
  "license": "MIT",
348
348
  "slash_prefix": "devops",
349
349
  "tags": ["devops", "automation", "ci-cd"],
@@ -117,7 +117,7 @@ docs/architecture/
117
117
  │ ┌─────────────────────────────────────────────────────────────────┐ │
118
118
  │ │ MULTI-REPO STRUCTURE │ │
119
119
  │ │ │ │
120
- │ │ SynkraAI/sinapse-ai ◄───── Central Hub │ │
120
+ │ │ SinapseAI/sinapse-ai ◄───── Central Hub │ │
121
121
  │ │ │ - Framework core │ │
122
122
  │ │ │ - 11 base agents │ │
123
123
  │ │ │ - Discussions hub │ │
@@ -30,7 +30,7 @@ Auditar o estado atual de:
30
30
 
31
31
  ### 1. Configurações de Proteção de Branch
32
32
 
33
- **Fonte:** `gh api repos/SynkraAI/sinapse-ai/branches/main/protection`
33
+ **Fonte:** `gh api repos/SinapseAI/sinapse-ai/branches/main/protection`
34
34
 
35
35
  ```json
36
36
  {
@@ -67,7 +67,7 @@ Auditar o estado atual de:
67
67
 
68
68
  ### 2. Configurações do Repositório
69
69
 
70
- **Fonte:** `gh api repos/SynkraAI/sinapse-ai`
70
+ **Fonte:** `gh api repos/SinapseAI/sinapse-ai`
71
71
 
72
72
  ```json
73
73
  {
@@ -84,7 +84,7 @@ Auditar o estado atual de:
84
84
 
85
85
  ### 3. Workflows do GitHub Actions
86
86
 
87
- **Fonte:** `gh api repos/SynkraAI/sinapse-ai/actions/workflows`
87
+ **Fonte:** `gh api repos/SinapseAI/sinapse-ai/actions/workflows`
88
88
 
89
89
  | Workflow | Estado | Caminho |
90
90
  | -------------------------- | ------ | ----------------------------------------- |
@@ -105,7 +105,7 @@ Auditar o estado atual de:
105
105
  **Fonte:** `.github/CODEOWNERS`
106
106
 
107
107
  ```codeowners
108
- * @SynkraAI
108
+ * @SinapseAI
109
109
  ```
110
110
 
111
111
  **Análise:** Ownership único no nível da organização - sem ownership granular por caminho.
@@ -201,7 +201,7 @@ Isso é aceitável para desenvolvimento interno mas **não recomendado para cont
201
201
  **Comando:**
202
202
 
203
203
  ```bash
204
- gh api repos/SynkraAI/sinapse-ai/branches/main/protection -X PUT \
204
+ gh api repos/SinapseAI/sinapse-ai/branches/main/protection -X PUT \
205
205
  -F required_status_checks='{"strict":true,"contexts":["lint","typecheck","build","test"]}' \
206
206
  -F enforce_admins=false \
207
207
  -F required_pull_request_reviews='{"dismiss_stale_reviews":true,"require_code_owner_reviews":true,"required_approving_review_count":1}' \