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
@@ -189,7 +189,7 @@ squad_distribution:
189
189
  description: 'Private, project-specific squads'
190
190
  command: '*create-squad'
191
191
  public:
192
- repo: 'github.com/SynkraAI/sinapse-squads'
192
+ repo: 'github.com/SinapseAI/sinapse-squads'
193
193
  description: 'Community squads (free)'
194
194
  command: '*publish-squad'
195
195
  marketplace:
@@ -18,14 +18,14 @@ const path = require('path');
18
18
  * @constant {string}
19
19
  */
20
20
  const REGISTRY_URL =
21
- 'https://raw.githubusercontent.com/SynkraAI/sinapse-squads/main/registry.json';
21
+ 'https://raw.githubusercontent.com/SinapseAI/sinapse-squads/main/registry.json';
22
22
 
23
23
  /**
24
24
  * GitHub API base URL for sinapse-squads contents
25
25
  * @constant {string}
26
26
  */
27
27
  const GITHUB_API_BASE =
28
- 'https://api.github.com/repos/SynkraAI/sinapse-squads/contents/packages';
28
+ 'https://api.github.com/repos/SinapseAI/sinapse-squads/contents/packages';
29
29
 
30
30
  /**
31
31
  * Default path for downloaded squads
@@ -145,7 +145,7 @@ class SquadDownloader {
145
145
  version: squad.version || 'latest',
146
146
  description: squad.description || '',
147
147
  type: 'official',
148
- author: squad.author || 'SynkraAI',
148
+ author: squad.author || 'SinapseAI',
149
149
  });
150
150
  }
151
151
  }
@@ -24,7 +24,7 @@ const SAFE_NAME_PATTERN = /^[a-zA-Z0-9._-]+$/;
24
24
  * Repository for sinapse-squads
25
25
  * @constant {string}
26
26
  */
27
- const SINAPSE_SQUADS_REPO = 'SynkraAI/sinapse-squads';
27
+ const SINAPSE_SQUADS_REPO = 'SinapseAI/sinapse-squads';
28
28
 
29
29
  /**
30
30
  * Error codes for SquadPublisherError
@@ -114,7 +114,7 @@ class SquadPublisher {
114
114
  * @param {Object} [options={}] - Configuration options
115
115
  * @param {boolean} [options.verbose=false] - Enable verbose logging
116
116
  * @param {boolean} [options.dryRun=false] - Simulate without creating PR
117
- * @param {string} [options.repo] - Target repository (default: SynkraAI/sinapse-squads)
117
+ * @param {string} [options.repo] - Target repository (default: SinapseAI/sinapse-squads)
118
118
  */
119
119
  constructor(options = {}) {
120
120
  this.verbose = options.verbose || false;
@@ -728,7 +728,7 @@ Visibility:
728
728
  2. Private (recommended)
729
729
 
730
730
  GitHub Organization/Username:
731
- Found organizations: SynkraAI
731
+ Found organizations: SinapseAI
732
732
  Or use personal account: your-username
733
733
 
734
734
  Select owner: _
@@ -71,7 +71,7 @@ To help users contribute to the SINAPSE open-source project (`sinapse-ai`) by au
71
71
 
72
72
  - **pr_url**: `string`
73
73
  - **Description**: URL of created pull request
74
- - **Example**: `"https://github.com/SynkraAI/sinapse-ai/pull/123"`
74
+ - **Example**: `"https://github.com/SinapseAI/sinapse-ai/pull/123"`
75
75
 
76
76
  - **pr_number**: `number`
77
77
  - **Description**: PR number
@@ -253,7 +253,7 @@ To help users contribute to the SINAPSE open-source project (`sinapse-ai`) by au
253
253
  - Use GitHub CLI:
254
254
  ```bash
255
255
  gh pr create \
256
- --repo SynkraAI/sinapse-ai \
256
+ --repo SinapseAI/sinapse-ai \
257
257
  --title "{title}" \
258
258
  --body "{description}" \
259
259
  --base main \
@@ -71,7 +71,7 @@ Community:
71
71
  *download-squad etl-squad
72
72
 
73
73
  Downloading: etl-squad@1.0.0
74
- Source: github.com/SynkraAI/sinapse-squads/packages/etl-squad
74
+ Source: github.com/SinapseAI/sinapse-squads/packages/etl-squad
75
75
  Target: ./squads/etl-squad/
76
76
 
77
77
  ✓ Downloaded 12 files
@@ -127,7 +127,7 @@ The registry.json in sinapse-squads contains:
127
127
  "name": "etl-squad",
128
128
  "version": "1.0.0",
129
129
  "description": "ETL pipeline automation",
130
- "author": "SynkraAI"
130
+ "author": "SinapseAI"
131
131
  }
132
132
  ],
133
133
  "community": [
@@ -66,7 +66,7 @@ Author: developer-name
66
66
  PR Preview:
67
67
  Title: Add squad: my-squad
68
68
  Branch: squad/my-squad
69
- Target: SynkraAI/sinapse-squads
69
+ Target: SinapseAI/sinapse-squads
70
70
 
71
71
  Components:
72
72
  - Tasks: 5
@@ -86,7 +86,7 @@ Run without --dry-run to create the actual PR.
86
86
 
87
87
  Publishing: my-squad@1.0.0
88
88
  Source: ./squads/my-squad/
89
- Target: github.com/SynkraAI/sinapse-squads
89
+ Target: github.com/SinapseAI/sinapse-squads
90
90
 
91
91
  ✓ Validated successfully
92
92
  ✓ GitHub auth verified (user: your-username)
@@ -97,7 +97,7 @@ Publishing: my-squad@1.0.0
97
97
  ✓ Pushed to fork
98
98
 
99
99
  Pull Request Created!
100
- URL: https://github.com/SynkraAI/sinapse-squads/pull/42
100
+ URL: https://github.com/SinapseAI/sinapse-squads/pull/42
101
101
  Branch: squad/my-squad
102
102
 
103
103
  Next steps:
@@ -129,7 +129,7 @@ Next steps:
129
129
  └── Verify gh auth status
130
130
 
131
131
  4. Create/check fork
132
- └── Fork SynkraAI/sinapse-squads if needed
132
+ └── Fork SinapseAI/sinapse-squads if needed
133
133
 
134
134
  5. Clone fork to temp directory
135
135
  └── Shallow clone for speed
@@ -10,7 +10,7 @@ version: 1.0.0
10
10
  Entrada: |
11
11
  - squad_path: Caminho do squad para sincronizar (obrigatório)
12
12
  - visibility: public | private (default: private)
13
- - official: Flag para marcar como oficial (--official, apenas SynkraAI)
13
+ - official: Flag para marcar como oficial (--official, apenas SinapseAI)
14
14
  - dry_run: Preview sem sincronizar (--dry-run)
15
15
  Saida: |
16
16
  - sync_result: Resultado do sync (created | updated | skipped)
@@ -110,7 +110,7 @@ Next steps:
110
110
  | `--private` | Mantém squad privado (apenas workspace) | true |
111
111
  | `--dry-run` | Preview sem enviar para API | false |
112
112
  | `--verbose` | Output detalhado | false |
113
- | `--official` | Marca como squad oficial (apenas SynkraAI team) | false |
113
+ | `--official` | Marca como squad oficial (apenas SinapseAI team) | false |
114
114
  | `--force` | Ignora warnings e força sync | false |
115
115
 
116
116
  ## Workflow
@@ -31,7 +31,7 @@ git checkout -- .sinapse-ai/ # Cancel ch
31
31
 
32
32
  The script uses sparse clone + file comparison:
33
33
 
34
- 1. **Clone upstream** - Sparse shallow clone of SynkraAI/sinapse-ai (only `.sinapse-ai/`)
34
+ 1. **Clone upstream** - Sparse shallow clone of SinapseAI/sinapse-ai (only `.sinapse-ai/`)
35
35
  2. **Compare files** - Uses `comm` for O(n) file list comparison
36
36
  3. **Backup local-only** - Files that exist only locally are backed up
37
37
  4. **Sync** - Copy upstream files, restore local-only files
@@ -23,11 +23,11 @@ This document clarifies which features apply to which context.
23
23
 
24
24
  | Repository | License | Type | Contains |
25
25
  |------------|---------|------|----------|
26
- | `SynkraAI/sinapse-ai` | Commons Clause | Public | Core framework, 11 agents, Quality Gates |
27
- | `SynkraAI/sinapse-squads` | MIT | Public | ETL, Creator, MMOS-Mapper squads |
28
- | `SynkraAI/mcp-ecosystem` | Apache 2.0 | Public | Docker MCP, IDE configs, MCP presets |
29
- | `SynkraAI/mmos` | Proprietary + NDA | Private | MMOS Minds, DNA Mental |
30
- | `SynkraAI/certified-partners` | Proprietary | Private | Premium squads, partner portal |
26
+ | `SinapseAI/sinapse-ai` | Commons Clause | Public | Core framework, 11 agents, Quality Gates |
27
+ | `SinapseAI/sinapse-squads` | MIT | Public | ETL, Creator, MMOS-Mapper squads |
28
+ | `SinapseAI/mcp-ecosystem` | Apache 2.0 | Public | Docker MCP, IDE configs, MCP presets |
29
+ | `SinapseAI/mmos` | Proprietary + NDA | Private | MMOS Minds, DNA Mental |
30
+ | `SinapseAI/certified-partners` | Proprietary | Private | Premium squads, partner portal |
31
31
 
32
32
  ### npm Package Scoping
33
33
 
@@ -45,7 +45,7 @@ This document clarifies which features apply to which context.
45
45
  ┌─────────────────────────────────────────────────────────────────────────┐
46
46
  │ OPEN-SOURCE (Public Repos) │
47
47
  │ │
48
- SynkraAI/sinapse-ai SynkraAI/sinapse-squads │
48
+ SinapseAI/sinapse-ai SinapseAI/sinapse-squads │
49
49
  │ ┌─────────────────────┐ ┌─────────────────────┐ │
50
50
  │ │ • Core Framework │ │ • ETL Squad │ │
51
51
  │ │ • 11 Base Agents │ │ • Creator Squad │ │
@@ -53,7 +53,7 @@ This document clarifies which features apply to which context.
53
53
  │ │ • Standards Docs │ │ • squad.yaml format │ │
54
54
  │ └─────────────────────┘ └─────────────────────┘ │
55
55
  │ │
56
- SynkraAI/mcp-ecosystem │
56
+ SinapseAI/mcp-ecosystem │
57
57
  │ ┌─────────────────────┐ │
58
58
  │ │ • Docker MCP │ │
59
59
  │ │ • IDE Configurations│ │
@@ -65,7 +65,7 @@ This document clarifies which features apply to which context.
65
65
  ┌─────────────────────────────────────────────────────────────────────────┐
66
66
  │ SERVICE (Private Repos) │
67
67
  │ │
68
- SynkraAI/mmos SynkraAI/certified-partners │
68
+ SinapseAI/mmos SinapseAI/certified-partners │
69
69
  │ ┌─────────────────────┐ ┌─────────────────────┐ │
70
70
  │ │ • MMOS Minds │ │ • Premium Squads │ │
71
71
  │ │ • DNA Mental™ │ │ • Partner Portal │ │
@@ -6,7 +6,7 @@
6
6
  **Status:** Living Document
7
7
  **Última Atualização:** 2025-12-09
8
8
  **Mantido Por:** SINAPSE Framework Team + Community
9
- **Repositório Principal:** `SynkraAI/sinapse-ai`
9
+ **Repositório Principal:** `SinapseAI/sinapse-ai`
10
10
 
11
11
  ---
12
12
 
@@ -59,7 +59,7 @@ Este documento é a **versão consolidada v4.2** que incorpora todas as mudança
59
59
  │ ═══════════════════════ │
60
60
  │ │
61
61
  │ ┌────────────────────────────────────────────────────────────────┐ │
62
- │ │ SynkraAI/sinapse-ai (Commons Clause) │ │
62
+ │ │ SinapseAI/sinapse-ai (Commons Clause) │ │
63
63
  │ │ ───────────────────────────────────── │ │
64
64
  │ │ • Core Framework & Orchestration Engine │ │
65
65
  │ │ • 11 Base Agents (Dex, Luna, Aria, Quinn, etc.) │ │
@@ -75,7 +75,7 @@ Este documento é a **versão consolidada v4.2** que incorpora todas as mudança
75
75
  │ │ │ │ │
76
76
  │ ▼ │ ▼ │
77
77
  │ ┌─────────────────────┐ │ ┌─────────────────────────────┐ │
78
- │ │ SynkraAI/ │ │ │ SynkraAI/mcp-ecosystem │ │
78
+ │ │ SinapseAI/ │ │ │ SinapseAI/mcp-ecosystem │ │
79
79
  │ │ sinapse-squads (MIT) │ │ │ (Apache 2.0) │ │
80
80
  │ │ ───────────────── │ │ │ ────────────────────────── │ │
81
81
  │ │ • ETL Squad │ │ │ • Docker MCP Toolkit │ │
@@ -88,7 +88,7 @@ Este documento é a **versão consolidada v4.2** que incorpora todas as mudança
88
88
  │ ════════════════════════ │ │
89
89
  │ │ │
90
90
  │ ┌─────────────────────┐ │ ┌─────────────────────────────┐ │
91
- │ │ SynkraAI/mmos │ │ │ SynkraAI/certified- │ │
91
+ │ │ SinapseAI/mmos │ │ │ SinapseAI/certified- │ │
92
92
  │ │ (Proprietary + NDA) │ │ │ partners (Proprietary) │ │
93
93
  │ │ ───────────────── │ │ │ ────────────────────────── │ │
94
94
  │ │ • MMOS Minds │ │ │ • Premium Squads │ │
@@ -606,10 +606,10 @@ npm install @sinapse/mcp-presets
606
606
 
607
607
  ```bash
608
608
  # New project (Greenfield)
609
- $ npx @SynkraAI/sinapse@latest init
609
+ $ npx @SinapseAI/sinapse@latest init
610
610
 
611
611
  # Existing project (Brownfield)
612
- $ npx @SynkraAI/sinapse migrate v2.0-to-v4.0.4
612
+ $ npx @SinapseAI/sinapse migrate v2.0-to-v4.0.4
613
613
  ```
614
614
 
615
615
  ### First Steps
@@ -633,9 +633,9 @@ $ sinapse task develop-story --story=1.1
633
633
  ```bash
634
634
  # Clone all repos
635
635
  mkdir -p ~/Workspaces/SINAPSE && cd ~/Workspaces/SINAPSE
636
- gh repo clone SynkraAI/sinapse-ai
637
- gh repo clone SynkraAI/sinapse-squads
638
- gh repo clone SynkraAI/mcp-ecosystem
636
+ gh repo clone SinapseAI/sinapse-ai
637
+ gh repo clone SinapseAI/sinapse-squads
638
+ gh repo clone SinapseAI/mcp-ecosystem
639
639
 
640
640
  # Link for local development
641
641
  cd sinapse-ai && npm install && npm link
@@ -761,7 +761,7 @@ Features:
761
761
  1. ✅ Read this summary (done!)
762
762
  2. → Review [Memory Layer Architecture](#memory-layer)
763
763
  3. → Review [Agent Lightning Details](#agent-lightning)
764
- 4. → Upgrade: `npx @SynkraAI/sinapse upgrade v2.2`
764
+ 4. → Upgrade: `npx @SinapseAI/sinapse upgrade v2.2`
765
765
  5. → Configure: `sinapse memory setup`
766
766
  6. → Enable: `sinapse lightning enable`
767
767
 
@@ -16,7 +16,7 @@ if defined SINAPSE_HOME (
16
16
  )
17
17
  set "TRACKER_SCRIPT=%USERPROFILE%\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
18
18
  if exist "%TRACKER_SCRIPT%" goto :tracker_found
19
- set "TRACKER_SCRIPT=%USERPROFILE%\Workspaces\SINAPSE\SynkraAI\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
19
+ set "TRACKER_SCRIPT=%USERPROFILE%\Workspaces\SINAPSE\SinapseAI\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
20
20
  if exist "%TRACKER_SCRIPT%" goto :tracker_found
21
21
  set "TRACKER_SCRIPT=%~dp0..\usage-tracker\index.js"
22
22
  :tracker_found
@@ -15,7 +15,7 @@ if defined SINAPSE_HOME (
15
15
  set "TRACKER_SCRIPT=%USERPROFILE%\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
16
16
  if exist "%TRACKER_SCRIPT%" goto :found
17
17
 
18
- set "TRACKER_SCRIPT=%USERPROFILE%\Workspaces\SINAPSE\SynkraAI\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
18
+ set "TRACKER_SCRIPT=%USERPROFILE%\Workspaces\SINAPSE\SinapseAI\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
19
19
  if exist "%TRACKER_SCRIPT%" goto :found
20
20
 
21
21
  set "TRACKER_SCRIPT=%~dp0..\usage-tracker\index.js"
@@ -15,7 +15,7 @@ if defined SINAPSE_HOME (
15
15
  set "TRACKER_SCRIPT=%USERPROFILE%\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
16
16
  if exist "%TRACKER_SCRIPT%" goto :found
17
17
 
18
- set "TRACKER_SCRIPT=%USERPROFILE%\Workspaces\SINAPSE\SynkraAI\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
18
+ set "TRACKER_SCRIPT=%USERPROFILE%\Workspaces\SINAPSE\SinapseAI\sinapse-ai\.sinapse-ai\infrastructure\scripts\llm-routing\usage-tracker\index.js"
19
19
  if exist "%TRACKER_SCRIPT%" goto :found
20
20
 
21
21
  :: 3. Relative to this script (for development)
@@ -78,12 +78,12 @@
78
78
  "license": "MIT",
79
79
  "repository": {
80
80
  "type": "git",
81
- "url": "git+https://github.com/SynkraAI/sinapse-ai.git"
81
+ "url": "git+https://github.com/SinapseAI/sinapse-ai.git"
82
82
  },
83
83
  "bugs": {
84
- "url": "https://github.com/SynkraAI/sinapse-ai/issues"
84
+ "url": "https://github.com/SinapseAI/sinapse-ai/issues"
85
85
  },
86
- "homepage": "https://github.com/SynkraAI/sinapse-ai#readme",
86
+ "homepage": "https://github.com/SinapseAI/sinapse-ai#readme",
87
87
  "engines": {
88
88
  "node": ">=18.0.0",
89
89
  "npm": ">=9.0.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
- "$id": "https://github.com/SynkraAI/sinapse-ai/schemas/squad-schema.json",
3
+ "$id": "https://github.com/SinapseAI/sinapse-ai/schemas/squad-schema.json",
4
4
  "title": "SINAPSE Squad Manifest",
5
5
  "description": "Schema for squad.yaml manifest files (Task-First Architecture)",
6
6
  "type": "object",
@@ -6,7 +6,7 @@
6
6
  * node diagnose-installation.js
7
7
  *
8
8
  * Or directly from URL:
9
- * npx https://raw.githubusercontent.com/SynkraAI/sinapse-ai/main/tools/diagnose-installation.js
9
+ * npx https://raw.githubusercontent.com/SinapseAI/sinapse-ai/main/tools/diagnose-installation.js
10
10
  */
11
11
 
12
12
  const { execSync, spawnSync: _spawnSync } = require('child_process');
@@ -43,7 +43,7 @@ touch "$REPORT_CREATED" "$REPORT_UPDATED" "$REPORT_DELETED" "$REPORT_PRESERVED"
43
43
  # Clone upstream (shallow)
44
44
  echo "📥 Cloning upstream..."
45
45
  git clone --depth 1 --filter=blob:none --sparse \
46
- https://github.com/SynkraAI/sinapse-ai.git \
46
+ https://github.com/SinapseAI/sinapse-ai.git \
47
47
  "$TEMP_DIR/upstream" 2>/dev/null || {
48
48
  echo "❌ Failed to clone. Check network."
49
49
  exit 1
@@ -81,7 +81,7 @@ Se você está contribuindo para o SINAPSE-FullStack em si:
81
81
 
82
82
  ```bash
83
83
  # Clone o repositório
84
- git clone https://github.com/SynkraAI/sinapse-ai
84
+ git clone https://github.com/SinapseAI/sinapse-ai
85
85
  cd sinapse-ai
86
86
 
87
87
  # Instale dependências
@@ -817,7 +817,7 @@ O agente @github-devops funciona com QUALQUER repositório git:
817
817
  @github-devops
818
818
  *detect-repo
819
819
  # Output:
820
- # Repository: github.com/SynkraAI/sinapse-ai
820
+ # Repository: github.com/SinapseAI/sinapse-ai
821
821
  # Mode: framework-development
822
822
  # Quality Gates: Testes do framework SINAPSE
823
823
  ```
@@ -1392,7 +1392,7 @@ Use este checklist para garantir que está seguindo o workflow corretamente:
1392
1392
  - [Trabalhando em Brownfield](./working-in-the-brownfield.md)
1393
1393
 
1394
1394
  ### Suporte
1395
- - [GitHub Issues](https://github.com/SynkraAI/sinapse-ai/issues)
1395
+ - [GitHub Issues](https://github.com/SinapseAI/sinapse-ai/issues)
1396
1396
 
1397
1397
  ### Exemplos
1398
1398
  Veja `Squads/` para exemplos de:
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
3
  Copyright (c) 2025 BMad Code, LLC (BMad Method - original work)
4
- Copyright (c) 2025 SynkraAI Inc. (SINAPSE Framework - derivative work)
4
+ Copyright (c) 2025 SinapseAI Inc. (SINAPSE Framework - derivative work)
5
5
 
6
6
  This project was originally derived from the BMad Method
7
7
  (https://github.com/bmad-code-org/BMAD-METHOD), created by Brian Madison.
package/README.en.md CHANGED
@@ -5,8 +5,8 @@
5
5
  [![NPM Version](https://img.shields.io/npm/v/sinapse-ai.svg)](https://www.npmjs.com/package/sinapse-ai)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
7
  [![Node.js Version](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)
8
- [![CI](https://github.com/SynkraAI/sinapse-ai/actions/workflows/ci.yml/badge.svg)](https://github.com/SynkraAI/sinapse-ai/actions/workflows/ci.yml)
9
- [![codecov](https://codecov.io/gh/SynkraAI/sinapse-ai/branch/main/graph/badge.svg)](https://codecov.io/gh/SynkraAI/sinapse-ai)
8
+ [![CI](https://github.com/SinapseAI/sinapse-ai/actions/workflows/ci.yml/badge.svg)](https://github.com/SinapseAI/sinapse-ai/actions/workflows/ci.yml)
9
+ [![codecov](https://codecov.io/gh/SinapseAI/sinapse-ai/branch/main/graph/badge.svg)](https://codecov.io/gh/SinapseAI/sinapse-ai)
10
10
  [![Documentation](https://img.shields.io/badge/docs-available-orange.svg)](https://sinapsesquad.ai)
11
11
  [![Open Source](https://img.shields.io/badge/Open%20Source-Yes-success.svg)](LICENSE)
12
12
  [![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
@@ -124,7 +124,7 @@ This two-phase approach eliminates both **planning inconsistency** and **context
124
124
  - **[Create my own AI agents](#creating-your-own-squad)** → Build agents for your domain
125
125
  - **[Browse ready-made Squads](docs/guides/squads-overview.md)** → See how to create and use AI agent teams
126
126
  - **[Understand the architecture](docs/architecture/ARCHITECTURE-INDEX.md)** → Deep technical dive
127
- - **[Report issues](https://github.com/SynkraAI/sinapse-ai/issues)** → Bug reports and feature requests
127
+ - **[Report issues](https://github.com/SinapseAI/sinapse-ai/issues)** → Bug reports and feature requests
128
128
 
129
129
  ## Important: Keep Your SINAPSE Installation Updated
130
130
 
@@ -415,7 +415,7 @@ For contributors or advanced users who want to modify the source code:
415
415
 
416
416
  ```bash
417
417
  # Clone the repository
418
- git clone https://github.com/SynkraAI/sinapse-ai.git
418
+ git clone https://github.com/SinapseAI/sinapse-ai.git
419
419
  cd sinapse-ai
420
420
 
421
421
  # Install dependencies
@@ -598,7 +598,7 @@ Squads are modular AI agent teams. See the [Squads Overview](docs/guides/squads-
598
598
 
599
599
  ### External Squads
600
600
 
601
- - **[hybrid-ops](https://github.com/SynkraAI/sinapse-hybrid-ops-pedro-valerio)** - Human-agent hybrid operations (separate repository)
601
+ - **[hybrid-ops](https://github.com/SinapseAI/sinapse-hybrid-ops-pedro-valerio)** - Human-agent hybrid operations (separate repository)
602
602
 
603
603
  ## SINAPSE Pro
604
604
 
@@ -625,7 +625,7 @@ For more information, run `npx sinapse-ai pro --help` after installation.
625
625
 
626
626
  ## Support
627
627
 
628
- - 🐛 [Issue Tracker](https://github.com/SynkraAI/sinapse-ai/issues) - Bug reports and feature requests
628
+ - 🐛 [Issue Tracker](https://github.com/SinapseAI/sinapse-ai/issues) - Bug reports and feature requests
629
629
  - 💡 [Feature Process](docs/FEATURE_PROCESS.md) - How to propose new features
630
630
  - 📋 [How to Contribute](CONTRIBUTING.md)
631
631
  - 🗺️ [Roadmap](docs/roadmap.md) - See what we're building
@@ -724,7 +724,7 @@ See also:
724
724
 
725
725
  ## Contributors
726
726
 
727
- [![Contributors](https://contrib.rocks/image?repo=SynkraAI/sinapse-ai)](https://github.com/SynkraAI/sinapse-ai/graphs/contributors)
727
+ [![Contributors](https://contrib.rocks/image?repo=SinapseAI/sinapse-ai)](https://github.com/SinapseAI/sinapse-ai/graphs/contributors)
728
728
 
729
729
  <sub>Built with ❤️ for the AI-assisted development community</sub>
730
730
 
package/README.md CHANGED
@@ -5,8 +5,8 @@
5
5
  [![Versão NPM](https://img.shields.io/npm/v/sinapse-ai.svg)](https://www.npmjs.com/package/sinapse-ai)
6
6
  [![Licença: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
7
  [![Versão Node.js](https://img.shields.io/badge/node-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)
8
- [![CI](https://github.com/SynkraAI/sinapse-ai/actions/workflows/ci.yml/badge.svg)](https://github.com/SynkraAI/sinapse-ai/actions/workflows/ci.yml)
9
- [![codecov](https://codecov.io/gh/SynkraAI/sinapse-ai/branch/main/graph/badge.svg)](https://codecov.io/gh/SynkraAI/sinapse-ai)
8
+ [![CI](https://github.com/SinapseAI/sinapse-ai/actions/workflows/ci.yml/badge.svg)](https://github.com/SinapseAI/sinapse-ai/actions/workflows/ci.yml)
9
+ [![codecov](https://codecov.io/gh/SinapseAI/sinapse-ai/branch/main/graph/badge.svg)](https://codecov.io/gh/SinapseAI/sinapse-ai)
10
10
  [![Documentação](https://img.shields.io/badge/docs-disponível-orange.svg)](https://sinapsesquad.ai)
11
11
  [![Open Source](https://img.shields.io/badge/Open%20Source-Yes-success.svg)](LICENSE)
12
12
  [![Contributions Welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
@@ -126,7 +126,7 @@ Esta abordagem de duas fases elimina tanto a **inconsistência de planejamento**
126
126
  - **[Criar meus próprios agentes IA](#criando-seu-próprio-squad)** → Construir agentes para seu domínio
127
127
  - **[Navegar Squads prontos](docs/guides/squads-overview.md)** → Veja como criar e usar equipes de agentes IA
128
128
  - **[Entender a arquitetura](docs/architecture/ARCHITECTURE-INDEX.md)** → Mergulho técnico profundo
129
- - **[Reportar problemas](https://github.com/SynkraAI/sinapse-ai/issues)** → Bug reports e feature requests
129
+ - **[Reportar problemas](https://github.com/SinapseAI/sinapse-ai/issues)** → Bug reports e feature requests
130
130
 
131
131
  ## Importante: Mantenha Sua Instalação SINAPSE Atualizada
132
132
 
@@ -417,7 +417,7 @@ Para contribuidores ou usuários avançados que queiram modificar o código font
417
417
 
418
418
  ```bash
419
419
  # Clonar o repositório
420
- git clone https://github.com/SynkraAI/sinapse-ai.git
420
+ git clone https://github.com/SinapseAI/sinapse-ai.git
421
421
  cd sinapse-ai
422
422
 
423
423
  # Instalar dependências
@@ -600,7 +600,7 @@ Squads são equipes modulares de agentes IA. Veja a [Visão Geral de Squads](doc
600
600
 
601
601
  ### Squads Externos
602
602
 
603
- - **[hybrid-ops](https://github.com/SynkraAI/sinapse-hybrid-ops-pedro-valerio)** - Operações híbridas humano-agente (repositório separado)
603
+ - **[hybrid-ops](https://github.com/SinapseAI/sinapse-hybrid-ops-pedro-valerio)** - Operações híbridas humano-agente (repositório separado)
604
604
 
605
605
  ## SINAPSE Pro
606
606
 
@@ -627,7 +627,7 @@ Para mais informações, execute `npx sinapse-ai pro --help` após a instalaçã
627
627
 
628
628
  ## Suporte
629
629
 
630
- - 🐛 [Rastreador de Issues](https://github.com/SynkraAI/sinapse-ai/issues) - Bug reports e feature requests
630
+ - 🐛 [Rastreador de Issues](https://github.com/SinapseAI/sinapse-ai/issues) - Bug reports e feature requests
631
631
  - 💡 [Processo de Features](docs/FEATURE_PROCESS.md) - Como propor novas funcionalidades
632
632
  - 📋 [Como Contribuir](CONTRIBUTING.md)
633
633
  - 🗺️ [Roadmap](docs/roadmap.md) - Veja o que estamos construindo
@@ -726,7 +726,7 @@ Veja também:
726
726
 
727
727
  ## Contribuidores
728
728
 
729
- [![Contributors](https://contrib.rocks/image?repo=SynkraAI/sinapse-ai)](https://github.com/SynkraAI/sinapse-ai/graphs/contributors)
729
+ [![Contributors](https://contrib.rocks/image?repo=SinapseAI/sinapse-ai)](https://github.com/SinapseAI/sinapse-ai/graphs/contributors)
730
730
 
731
731
  ### 🌟 Contribuidores da Comunidade
732
732
 
package/bin/sinapse.js CHANGED
@@ -112,7 +112,7 @@ EXAMPLES:
112
112
  # Search for workers
113
113
  sinapse workers search "json csv"
114
114
 
115
- For more information, visit: https://github.com/SynkraAI/sinapse-ai
115
+ For more information, visit: https://github.com/SinapseAI/sinapse-ai
116
116
  `);
117
117
  }
118
118
 
package/docs/CHANGELOG.md CHANGED
@@ -180,5 +180,5 @@ npx sinapse-ai install --force-upgrade
180
180
 
181
181
  - [Troubleshooting](./installation/troubleshooting.md)
182
182
  - [FAQ](./installation/faq.md)
183
- - [GitHub Repository](https://github.com/SynkraAI/sinapse-ai)
184
- - [Issue Tracker](https://github.com/SynkraAI/sinapse-ai/issues)
183
+ - [GitHub Repository](https://github.com/SinapseAI/sinapse-ai)
184
+ - [Issue Tracker](https://github.com/SinapseAI/sinapse-ai/issues)
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 🌐 **EN** | [PT](../pt/community/README-community-snippet-core.md) | [ES](../es/community/README-community-snippet-core.md)
4
4
 
5
- > **Purpose:** Copy this snippet into the README.md of `SynkraAI/sinapse-ai` repository.
5
+ > **Purpose:** Copy this snippet into the README.md of `SinapseAI/sinapse-ai` repository.
6
6
 
7
7
  ---
8
8
 
@@ -10,7 +10,7 @@
10
10
 
11
11
  This repository hosts the **central community hub** for all SINAPSE projects.
12
12
 
13
- 👉 **[Join the Discussion](https://github.com/SynkraAI/sinapse-ai/discussions)**
13
+ 👉 **[Join the Discussion](https://github.com/SinapseAI/sinapse-ai/discussions)**
14
14
 
15
15
  ### Discussion Categories
16
16
 
@@ -22,26 +22,26 @@ This repository hosts the **central community hub** for all SINAPSE projects.
22
22
  | 🙏 **Q&A** | Ask questions and get help |
23
23
  | 🙌 **Show and Tell** | Share your projects built with SINAPSE |
24
24
  | 🐛 **Troubleshooting** | Get help with issues and problems |
25
- | 📦 **Squads** | Discussions about [SINAPSE Squads](https://github.com/SynkraAI/sinapse-squads) |
26
- | 🔧 **MCP Ecosystem** | Discussions about [MCP tools](https://github.com/SynkraAI/mcp-ecosystem) |
25
+ | 📦 **Squads** | Discussions about [SINAPSE Squads](https://github.com/SinapseAI/sinapse-squads) |
26
+ | 🔧 **MCP Ecosystem** | Discussions about [MCP tools](https://github.com/SinapseAI/mcp-ecosystem) |
27
27
 
28
28
  ### Quick Links
29
29
 
30
30
  | Action | Link |
31
31
  | -------------------- | --------------------------------------------------------------------------------------------------- |
32
- | 🐛 Report a bug | [Open Issue](https://github.com/SynkraAI/sinapse-ai/issues/new?template=bug_report.md) |
33
- | 💡 Request a feature | [Start Discussion](https://github.com/SynkraAI/sinapse-ai/discussions/new?category=ideas) |
34
- | ❓ Ask a question | [Q&A](https://github.com/SynkraAI/sinapse-ai/discussions/new?category=q-a) |
35
- | 📦 Propose a Squad | [sinapse-squads issues](https://github.com/SynkraAI/sinapse-squads/issues/new?template=squad-proposal.md) |
36
- | 🔧 MCP question | [MCP Ecosystem](https://github.com/SynkraAI/sinapse-ai/discussions/new?category=mcp-ecosystem) |
32
+ | 🐛 Report a bug | [Open Issue](https://github.com/SinapseAI/sinapse-ai/issues/new?template=bug_report.md) |
33
+ | 💡 Request a feature | [Start Discussion](https://github.com/SinapseAI/sinapse-ai/discussions/new?category=ideas) |
34
+ | ❓ Ask a question | [Q&A](https://github.com/SinapseAI/sinapse-ai/discussions/new?category=q-a) |
35
+ | 📦 Propose a Squad | [sinapse-squads issues](https://github.com/SinapseAI/sinapse-squads/issues/new?template=squad-proposal.md) |
36
+ | 🔧 MCP question | [MCP Ecosystem](https://github.com/SinapseAI/sinapse-ai/discussions/new?category=mcp-ecosystem) |
37
37
 
38
38
  ### Related Repositories
39
39
 
40
40
  | Repository | Description | License |
41
41
  | ---------------------------------------------------------- | -------------------------------- | -------------- |
42
- | [sinapse-ai](https://github.com/SynkraAI/sinapse-ai) | Core framework (you are here) | MIT |
43
- | [sinapse-squads](https://github.com/SynkraAI/sinapse-squads) | SINAPSE Squads (ETL, Creator, MMOS) | MIT |
44
- | [mcp-ecosystem](https://github.com/SynkraAI/mcp-ecosystem) | Docker MCP Toolkit & IDE configs | Apache 2.0 |
42
+ | [sinapse-ai](https://github.com/SinapseAI/sinapse-ai) | Core framework (you are here) | MIT |
43
+ | [sinapse-squads](https://github.com/SinapseAI/sinapse-squads) | SINAPSE Squads (ETL, Creator, MMOS) | MIT |
44
+ | [mcp-ecosystem](https://github.com/SinapseAI/mcp-ecosystem) | Docker MCP Toolkit & IDE configs | Apache 2.0 |
45
45
 
46
46
  ### Contributing
47
47
 
@@ -50,7 +50,7 @@ We welcome contributions! Check out our:
50
50
  - 📖 [Contributing Guide](../../CONTRIBUTING.md)
51
51
  - 📜 [Code of Conduct](../../CODE_OF_CONDUCT.md)
52
52
  - 🏗️ [Coding Standards](../architecture/coding-standards.md)
53
- - 🏷️ [Good First Issues](https://github.com/SynkraAI/sinapse-ai/labels/good-first-issue)
53
+ - 🏷️ [Good First Issues](https://github.com/SinapseAI/sinapse-ai/labels/good-first-issue)
54
54
 
55
55
  ---
56
56