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
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 🌐 **EN** | [PT](../pt/community/README-community-snippet-mcp.md) | [ES](../es/community/README-community-snippet-mcp.md)
4
4
 
5
- > **Purpose:** Copy this snippet into the README.md of `SynkraAI/mcp-ecosystem` repository.
5
+ > **Purpose:** Copy this snippet into the README.md of `SinapseAI/mcp-ecosystem` repository.
6
6
 
7
7
  ---
8
8
 
@@ -10,15 +10,15 @@
10
10
 
11
11
  For discussions, questions, and community interaction, visit our central hub:
12
12
 
13
- 👉 **[SINAPSE Community Discussions](https://github.com/SynkraAI/sinapse-ai/discussions)**
13
+ 👉 **[SINAPSE Community Discussions](https://github.com/SinapseAI/sinapse-ai/discussions)**
14
14
 
15
15
  | Need | Where to Go |
16
16
  | ---------------------------- | -------------------------------------------------------------------------------------------------------------- |
17
- | 🔧 **MCP questions?** | Use the ["MCP Ecosystem" category](https://github.com/SynkraAI/sinapse-ai/discussions/categories/mcp-ecosystem) |
18
- | 💡 **Feature ideas?** | Start a [Discussion in "Ideas"](https://github.com/SynkraAI/sinapse-ai/discussions/categories/ideas) |
19
- | 🐛 **Found a bug?** | [Open an issue](https://github.com/SynkraAI/mcp-ecosystem/issues/new/choose) in **this repository** |
20
- | 🙏 **Need help?** | Ask in ["Q&A"](https://github.com/SynkraAI/sinapse-ai/discussions/categories/q-a) |
21
- | 🙌 **Built something cool?** | Share in ["Show and Tell"](https://github.com/SynkraAI/sinapse-ai/discussions/categories/show-and-tell) |
17
+ | 🔧 **MCP questions?** | Use the ["MCP Ecosystem" category](https://github.com/SinapseAI/sinapse-ai/discussions/categories/mcp-ecosystem) |
18
+ | 💡 **Feature ideas?** | Start a [Discussion in "Ideas"](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas) |
19
+ | 🐛 **Found a bug?** | [Open an issue](https://github.com/SinapseAI/mcp-ecosystem/issues/new/choose) in **this repository** |
20
+ | 🙏 **Need help?** | Ask in ["Q&A"](https://github.com/SinapseAI/sinapse-ai/discussions/categories/q-a) |
21
+ | 🙌 **Built something cool?** | Share in ["Show and Tell"](https://github.com/SinapseAI/sinapse-ai/discussions/categories/show-and-tell) |
22
22
 
23
23
  ### What's in this Repository?
24
24
 
@@ -40,9 +40,9 @@ For discussions, questions, and community interaction, visit our central hub:
40
40
 
41
41
  Have an idea for a new MCP server configuration?
42
42
 
43
- 1. Check existing [MCP proposals](https://github.com/SynkraAI/mcp-ecosystem/labels/mcp-server)
43
+ 1. Check existing [MCP proposals](https://github.com/SinapseAI/mcp-ecosystem/labels/mcp-server)
44
44
  2. Open an issue with the `mcp-server` label
45
- 3. Discuss in the [MCP Ecosystem category](https://github.com/SynkraAI/sinapse-ai/discussions/categories/mcp-ecosystem)
45
+ 3. Discuss in the [MCP Ecosystem category](https://github.com/SinapseAI/sinapse-ai/discussions/categories/mcp-ecosystem)
46
46
 
47
47
  ---
48
48
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  > 🌐 **EN** | [PT](../pt/community/README-community-snippet-squads.md) | [ES](../es/community/README-community-snippet-squads.md)
4
4
 
5
- > **Purpose:** Copy this snippet into the README.md of `SynkraAI/sinapse-squads` repository.
5
+ > **Purpose:** Copy this snippet into the README.md of `SinapseAI/sinapse-squads` repository.
6
6
 
7
7
  ---
8
8
 
@@ -10,15 +10,15 @@
10
10
 
11
11
  For discussions, questions, and community interaction, visit our central hub:
12
12
 
13
- 👉 **[SINAPSE Community Discussions](https://github.com/SynkraAI/sinapse-ai/discussions)**
13
+ 👉 **[SINAPSE Community Discussions](https://github.com/SinapseAI/sinapse-ai/discussions)**
14
14
 
15
15
  | Need | Where to Go |
16
16
  |------|-------------|
17
- | 📦 **Squad questions?** | Use the ["Squads" category](https://github.com/SynkraAI/sinapse-ai/discussions/categories/squads) |
18
- | 💡 **Feature ideas?** | Start a [Discussion in "Ideas"](https://github.com/SynkraAI/sinapse-ai/discussions/categories/ideas) |
19
- | 🐛 **Found a bug?** | [Open an issue](https://github.com/SynkraAI/sinapse-squads/issues/new/choose) in **this repository** |
20
- | 🙏 **Need help?** | Ask in ["Q&A"](https://github.com/SynkraAI/sinapse-ai/discussions/categories/q-a) |
21
- | 🙌 **Built something cool?** | Share in ["Show and Tell"](https://github.com/SynkraAI/sinapse-ai/discussions/categories/show-and-tell) |
17
+ | 📦 **Squad questions?** | Use the ["Squads" category](https://github.com/SinapseAI/sinapse-ai/discussions/categories/squads) |
18
+ | 💡 **Feature ideas?** | Start a [Discussion in "Ideas"](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas) |
19
+ | 🐛 **Found a bug?** | [Open an issue](https://github.com/SinapseAI/sinapse-squads/issues/new/choose) in **this repository** |
20
+ | 🙏 **Need help?** | Ask in ["Q&A"](https://github.com/SinapseAI/sinapse-ai/discussions/categories/q-a) |
21
+ | 🙌 **Built something cool?** | Share in ["Show and Tell"](https://github.com/SinapseAI/sinapse-ai/discussions/categories/show-and-tell) |
22
22
 
23
23
  ### Available Squads
24
24
 
@@ -31,8 +31,8 @@ For discussions, questions, and community interaction, visit our central hub:
31
31
 
32
32
  Have an idea for a new SINAPSE Squad? We'd love to hear it!
33
33
 
34
- 1. Check existing [Squad proposals](https://github.com/SynkraAI/sinapse-squads/labels/new-squad)
35
- 2. Open a [Squad Proposal issue](https://github.com/SynkraAI/sinapse-squads/issues/new?template=squad-proposal.md)
34
+ 1. Check existing [Squad proposals](https://github.com/SinapseAI/sinapse-squads/labels/new-squad)
35
+ 2. Open a [Squad Proposal issue](https://github.com/SinapseAI/sinapse-squads/issues/new?template=squad-proposal.md)
36
36
  3. Discuss in the community
37
37
 
38
38
  ---
package/docs/community.md CHANGED
@@ -20,13 +20,13 @@ We're building the future of AI-orchestrated development together.
20
20
  1. Star the repository
21
21
  2. Read the [README](README.md)
22
22
  3. Set up your [development environment](CONTRIBUTING.md#getting-started)
23
- 4. Introduce yourself in [Discussions](https://github.com/SynkraAI/sinapse-ai/discussions)
23
+ 4. Introduce yourself in [Discussions](https://github.com/SinapseAI/sinapse-ai/discussions)
24
24
 
25
25
  ### Find Your First Contribution
26
26
 
27
- - Look for issues labeled [`good-first-issue`](https://github.com/SynkraAI/sinapse-ai/labels/good-first-issue)
28
- - Check [`help-wanted`](https://github.com/SynkraAI/sinapse-ai/labels/help-wanted) for more complex tasks
29
- - Browse [open Discussions](https://github.com/SynkraAI/sinapse-ai/discussions) to help others
27
+ - Look for issues labeled [`good-first-issue`](https://github.com/SinapseAI/sinapse-ai/labels/good-first-issue)
28
+ - Check [`help-wanted`](https://github.com/SinapseAI/sinapse-ai/labels/help-wanted) for more complex tasks
29
+ - Browse [open Discussions](https://github.com/SinapseAI/sinapse-ai/discussions) to help others
30
30
 
31
31
  ## Communication Channels
32
32
 
@@ -43,15 +43,15 @@ Our main communication hub for all SINAPSE repositories:
43
43
  - **Squads** - Discussions about SINAPSE Squads (modular agent teams)
44
44
  - **MCP Ecosystem** - Discussions about MCP tools and integrations
45
45
 
46
- [Join the Discussion](https://github.com/SynkraAI/sinapse-ai/discussions)
46
+ [Join the Discussion](https://github.com/SinapseAI/sinapse-ai/discussions)
47
47
 
48
48
  ### Issue Tracker
49
49
 
50
50
  For bug reports and feature requests:
51
51
 
52
- - [sinapse-ai Issues](https://github.com/SynkraAI/sinapse-ai/issues) - Core framework
53
- - [sinapse-squads Issues](https://github.com/SynkraAI/sinapse-squads/issues) - SINAPSE Squads
54
- - [mcp-ecosystem Issues](https://github.com/SynkraAI/mcp-ecosystem/issues) - MCP tools
52
+ - [sinapse-ai Issues](https://github.com/SinapseAI/sinapse-ai/issues) - Core framework
53
+ - [sinapse-squads Issues](https://github.com/SinapseAI/sinapse-squads/issues) - SINAPSE Squads
54
+ - [mcp-ecosystem Issues](https://github.com/SinapseAI/mcp-ecosystem/issues) - MCP tools
55
55
 
56
56
  ## How to Contribute
57
57
 
@@ -91,14 +91,14 @@ See [docs/Squads.md](docs/Squads.md) for details on creating your own Squad.
91
91
  ### Contributors
92
92
 
93
93
  Anyone who has contributed to SINAPSE in any way.
94
- - Listed in our [Contributors page](https://github.com/SynkraAI/sinapse-ai/graphs/contributors)
94
+ - Listed in our [Contributors page](https://github.com/SinapseAI/sinapse-ai/graphs/contributors)
95
95
  - Mentioned in release notes for significant contributions
96
96
 
97
97
  ### Maintainers
98
98
 
99
99
  Core team members who review PRs and guide the project:
100
100
 
101
- - [@SynkraAI](https://github.com/SynkraAI) - Project Lead
101
+ - [@SinapseAI](https://github.com/SinapseAI) - Project Lead
102
102
 
103
103
  ### Becoming a Maintainer
104
104
 
@@ -111,7 +111,7 @@ Active contributors may be invited to become maintainers. We look for:
111
111
 
112
112
  ### Contributors Wall
113
113
 
114
- All contributors are recognized in our [Contributors page](https://github.com/SynkraAI/sinapse-ai/graphs/contributors).
114
+ All contributors are recognized in our [Contributors page](https://github.com/SinapseAI/sinapse-ai/graphs/contributors).
115
115
 
116
116
  ### Release Credits
117
117
 
@@ -138,26 +138,26 @@ For significant changes:
138
138
 
139
139
  We follow the [Contributor Covenant](CODE_OF_CONDUCT.md). Please read and respect it.
140
140
 
141
- Report violations to: conduct@SynkraAI.com
141
+ Report violations to: conduct@SinapseAI.com
142
142
 
143
143
  ## Getting Help
144
144
 
145
145
  ### Stuck on something?
146
146
 
147
147
  1. Check the [Documentation](docs/)
148
- 2. Search [existing Discussions](https://github.com/SynkraAI/sinapse-ai/discussions)
148
+ 2. Search [existing Discussions](https://github.com/SinapseAI/sinapse-ai/discussions)
149
149
  3. Ask in Q&A Discussions
150
150
  4. Open a Troubleshooting discussion
151
151
 
152
152
  ### Found a bug?
153
153
 
154
- 1. Search [existing issues](https://github.com/SynkraAI/sinapse-ai/issues)
155
- 2. If new, [open a bug report](https://github.com/SynkraAI/sinapse-ai/issues/new?template=bug_report.md)
154
+ 1. Search [existing issues](https://github.com/SinapseAI/sinapse-ai/issues)
155
+ 2. If new, [open a bug report](https://github.com/SinapseAI/sinapse-ai/issues/new?template=bug_report.md)
156
156
 
157
157
  ### Have an idea?
158
158
 
159
- 1. Check if it exists in [Ideas](https://github.com/SynkraAI/sinapse-ai/discussions/categories/ideas)
160
- 2. If new, [share your idea](https://github.com/SynkraAI/sinapse-ai/discussions/new?category=ideas)
159
+ 1. Check if it exists in [Ideas](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas)
160
+ 2. If new, [share your idea](https://github.com/SinapseAI/sinapse-ai/discussions/new?category=ideas)
161
161
  3. Read our [Feature Request Process](docs/FEATURE_PROCESS.md) for detailed guidelines
162
162
 
163
163
  ## Project Roadmap
@@ -165,11 +165,11 @@ Report violations to: conduct@SynkraAI.com
165
165
  Want to know where SINAPSE is headed? Check out our public roadmap:
166
166
 
167
167
  - [ROADMAP.md](ROADMAP.md) - High-level vision and planned features
168
- - [GitHub Project](https://github.com/orgs/SynkraAI/projects/1) - Detailed tracking board
168
+ - [GitHub Project](https://github.com/orgs/SinapseAI/projects/1) - Detailed tracking board
169
169
 
170
170
  The roadmap is updated monthly and reflects community input. You can influence our direction by:
171
171
 
172
- 1. **Voting** on ideas in [Discussions](https://github.com/SynkraAI/sinapse-ai/discussions/categories/ideas)
172
+ 1. **Voting** on ideas in [Discussions](https://github.com/SinapseAI/sinapse-ai/discussions/categories/ideas)
173
173
  2. **Proposing** new features via the [RFC process](/.github/RFC_TEMPLATE.md)
174
174
  3. **Contributing** directly to planned features
175
175
 
@@ -196,7 +196,7 @@ See [Feature Request Process](docs/FEATURE_PROCESS.md) for complete details.
196
196
 
197
197
  ### External Resources
198
198
 
199
- - [SINAPSE GitHub Organization](https://github.com/SynkraAI)
199
+ - [SINAPSE GitHub Organization](https://github.com/SinapseAI)
200
200
  - [Changelog](CHANGELOG.md)
201
201
 
202
202
  ## Internationalization
@@ -209,7 +209,7 @@ We welcome contributions in all languages!
209
209
 
210
210
  ## Project Status
211
211
 
212
- - Current Version: See [releases](https://github.com/SynkraAI/sinapse-ai/releases)
212
+ - Current Version: See [releases](https://github.com/SinapseAI/sinapse-ai/releases)
213
213
  - Changelog: [CHANGELOG.md](CHANGELOG.md)
214
214
 
215
215
  ---
@@ -113,5 +113,5 @@ npx sinapse-ai install --force-upgrade
113
113
 
114
114
  - [Solucion 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 automatizacion 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 automatizacion 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 el estado actual de:
30
30
 
31
31
  ### 1. Configuracion de Proteccion de Ramas
32
32
 
33
- **Fuente:** `gh api repos/SynkraAI/sinapse-ai/branches/main/protection`
33
+ **Fuente:** `gh api repos/SinapseAI/sinapse-ai/branches/main/protection`
34
34
 
35
35
  ```json
36
36
  {
@@ -67,7 +67,7 @@ Auditar el estado actual de:
67
67
 
68
68
  ### 2. Configuracion del Repositorio
69
69
 
70
- **Fuente:** `gh api repos/SynkraAI/sinapse-ai`
70
+ **Fuente:** `gh api repos/SinapseAI/sinapse-ai`
71
71
 
72
72
  ```json
73
73
  {
@@ -84,7 +84,7 @@ Auditar el estado actual de:
84
84
 
85
85
  ### 3. Workflows de GitHub Actions
86
86
 
87
- **Fuente:** `gh api repos/SynkraAI/sinapse-ai/actions/workflows`
87
+ **Fuente:** `gh api repos/SinapseAI/sinapse-ai/actions/workflows`
88
88
 
89
89
  | Workflow | Estado | Ruta |
90
90
  | ------------------------ | ------ | ----------------------------------------- |
@@ -105,7 +105,7 @@ Auditar el estado actual de:
105
105
  **Fuente:** `.github/CODEOWNERS`
106
106
 
107
107
  ```codeowners
108
- * @SynkraAI
108
+ * @SinapseAI
109
109
  ```
110
110
 
111
111
  **Analisis:** Propiedad unica a nivel de organizacion - sin propiedad granular basada en rutas.
@@ -201,7 +201,7 @@ Esto es aceptable para desarrollo interno pero **no recomendado para contribucio
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}' \
@@ -69,7 +69,7 @@ branch_protection:
69
69
  **Comando de Implementacion:**
70
70
 
71
71
  ```bash
72
- gh api repos/SynkraAI/sinapse-ai/branches/main/protection -X PUT \
72
+ gh api repos/SinapseAI/sinapse-ai/branches/main/protection -X PUT \
73
73
  -F required_status_checks='{"strict":true,"contexts":["lint","typecheck","build","test","validation-summary"]}' \
74
74
  -F enforce_admins=false \
75
75
  -F required_pull_request_reviews='{"dismiss_stale_reviews":true,"require_code_owner_reviews":true,"required_approving_review_count":1}' \
@@ -208,76 +208,76 @@ abort_on_close: true
208
208
  # ============================================
209
209
  # Propietario por Defecto (fallback)
210
210
  # ============================================
211
- * @SynkraAI/maintainers
211
+ * @SinapseAI/maintainers
212
212
 
213
213
  # ============================================
214
214
  # Framework Core
215
215
  # ============================================
216
216
  # Definiciones de agentes - requiere revision del equipo core
217
- .sinapse-ai/development/agents/ @SynkraAI/core-team
217
+ .sinapse-ai/development/agents/ @SinapseAI/core-team
218
218
 
219
219
  # Definiciones de tareas - requiere revision del equipo core
220
- .sinapse-ai/development/tasks/ @SynkraAI/core-team
220
+ .sinapse-ai/development/tasks/ @SinapseAI/core-team
221
221
 
222
222
  # Definiciones de workflows - requiere revision del equipo core
223
- .sinapse-ai/development/workflows/ @SynkraAI/core-team
223
+ .sinapse-ai/development/workflows/ @SinapseAI/core-team
224
224
 
225
225
  # Plantillas - requiere revision de arquitecto/equipo core
226
- .sinapse-ai/product/templates/ @SynkraAI/core-team
227
- templates/ @SynkraAI/core-team
226
+ .sinapse-ai/product/templates/ @SinapseAI/core-team
227
+ templates/ @SinapseAI/core-team
228
228
 
229
229
  # Utilidades core - requiere revision senior
230
- .sinapse-ai/core/ @SynkraAI/core-team
231
- .sinapse-ai/cli/ @SynkraAI/core-team
230
+ .sinapse-ai/core/ @SinapseAI/core-team
231
+ .sinapse-ai/cli/ @SinapseAI/core-team
232
232
 
233
233
  # ============================================
234
234
  # Infraestructura
235
235
  # ============================================
236
236
  # CI/CD - requiere aprobacion de devops
237
- .github/ @SynkraAI/devops
237
+ .github/ @SinapseAI/devops
238
238
 
239
239
  # Configuraciones de Docker
240
- .docker/ @SynkraAI/devops
240
+ .docker/ @SinapseAI/devops
241
241
 
242
242
  # Archivos de configuracion
243
- .sinapse-ai/core-config.yaml @SynkraAI/core-team
244
- package.json @SynkraAI/maintainers
245
- package-lock.json @SynkraAI/maintainers
243
+ .sinapse-ai/core-config.yaml @SinapseAI/core-team
244
+ package.json @SinapseAI/maintainers
245
+ package-lock.json @SinapseAI/maintainers
246
246
 
247
247
  # ============================================
248
248
  # Documentacion (Mas Permisiva)
249
249
  # ============================================
250
250
  # Documentacion general - mantenedores pueden aprobar
251
- docs/ @SynkraAI/maintainers
251
+ docs/ @SinapseAI/maintainers
252
252
 
253
253
  # Decisiones de arquitectura - requiere equipo core
254
- docs/architecture/ @SynkraAI/core-team
255
- docs/framework/ @SynkraAI/core-team
254
+ docs/architecture/ @SinapseAI/core-team
255
+ docs/framework/ @SinapseAI/core-team
256
256
 
257
257
  # Historias - mantenedores (documentacion de desarrollo interno)
258
- docs/stories/ @SynkraAI/maintainers
258
+ docs/stories/ @SinapseAI/maintainers
259
259
 
260
260
  # Guias - mantenedores (amigable para contribuidores)
261
- docs/guides/ @SynkraAI/maintainers
261
+ docs/guides/ @SinapseAI/maintainers
262
262
 
263
263
  # ============================================
264
264
  # Archivos Sensibles de Seguridad
265
265
  # ============================================
266
266
  # Configuraciones de seguridad
267
- .github/CODEOWNERS @SynkraAI/core-team
268
- .github/workflows/semantic-release.yml @SynkraAI/devops
269
- .github/workflows/npm-publish.yml @SynkraAI/devops
267
+ .github/CODEOWNERS @SinapseAI/core-team
268
+ .github/workflows/semantic-release.yml @SinapseAI/devops
269
+ .github/workflows/npm-publish.yml @SinapseAI/devops
270
270
 
271
271
  # Archivos de configuracion raiz
272
- .env* @SynkraAI/core-team
273
- *.config.js @SynkraAI/maintainers
272
+ .env* @SinapseAI/core-team
273
+ *.config.js @SinapseAI/maintainers
274
274
  ```
275
275
 
276
276
  **Equipos de GitHub Requeridos:**
277
277
 
278
- - `@SynkraAI/maintainers` - Mantenedores generales (acceso de escritura)
279
- - `@SynkraAI/core-team` - Desarrolladores core del framework
280
- - `@SynkraAI/devops` - CI/CD e infraestructura
278
+ - `@SinapseAI/maintainers` - Mantenedores generales (acceso de escritura)
279
+ - `@SinapseAI/core-team` - Desarrolladores core del framework
280
+ - `@SinapseAI/devops` - CI/CD e infraestructura
281
281
 
282
282
  ---
283
283
 
@@ -444,10 +444,10 @@ _Al enviar este PR, confirmo que he leido las [Guias de Contribucion](../../../.
444
444
 
445
445
  ```bash
446
446
  # Remover toda proteccion de rama (solo emergencia)
447
- gh api -X DELETE repos/SynkraAI/sinapse-ai/branches/main/protection
447
+ gh api -X DELETE repos/SinapseAI/sinapse-ai/branches/main/protection
448
448
 
449
449
  # Restaurar proteccion minima
450
- gh api repos/SynkraAI/sinapse-ai/branches/main/protection -X PUT \
450
+ gh api repos/SinapseAI/sinapse-ai/branches/main/protection -X PUT \
451
451
  -F required_status_checks='{"strict":true,"contexts":["lint","typecheck","build"]}' \
452
452
  -F enforce_admins=false \
453
453
  -F required_pull_request_reviews='{"dismiss_stale_reviews":true,"require_code_owner_reviews":false,"required_approving_review_count":0}' \
@@ -467,7 +467,7 @@ git push
467
467
 
468
468
  ```bash
469
469
  # Restaurar propiedad simple
470
- echo "* @SynkraAI" > .github/CODEOWNERS
470
+ echo "* @SinapseAI" > .github/CODEOWNERS
471
471
  git add -A && git commit -m "chore: rollback CODEOWNERS"
472
472
  git push
473
473
  ```
@@ -17,7 +17,7 @@
17
17
  **Version:** 1.1
18
18
  **Ultima Actualizacion:** 2025-12-14
19
19
  **Estado:** OBSOLETO - Ver docs/framework/coding-standards.md
20
- **Aviso de Migracion:** Este documento migrara al repositorio `SynkraAI/sinapse-ai` en Q2 2026 (ver Decision 005)
20
+ **Aviso de Migracion:** Este documento migrara al repositorio `SinapseAI/sinapse-ai` en Q2 2026 (ver Decision 005)
21
21
 
22
22
  ---
23
23
 
@@ -882,7 +882,7 @@ Todos los PRs son revisados automaticamente por CodeRabbit para:
882
882
  | Version | Fecha | Cambios | Autor |
883
883
  | ------- | ---------- | ---------------------------------------------------------------- | ---------------- |
884
884
  | 1.0 | 2025-01-15 | Documento inicial de estandares de codigo | Aria (architect) |
885
- | 1.1 | 2025-12-14 | Actualizado aviso de migracion a SynkraAI/sinapse-ai [Story 6.10] | Dex (dev) |
885
+ | 1.1 | 2025-12-14 | Actualizado aviso de migracion a SinapseAI/sinapse-ai [Story 6.10] | Dex (dev) |
886
886
 
887
887
  ---
888
888
 
@@ -176,23 +176,23 @@ Dockerfile @org/devops-team
176
176
 
177
177
  ```codeowners
178
178
  # Por defecto - requiere revisión de maintainer
179
- * @SynkraAI/maintainers
179
+ * @SinapseAI/maintainers
180
180
 
181
181
  # Definiciones de agentes - requiere equipo core
182
- .sinapse-ai/development/agents/ @SynkraAI/core-team
182
+ .sinapse-ai/development/agents/ @SinapseAI/core-team
183
183
 
184
184
  # Definiciones de tareas - requiere equipo core
185
- .sinapse-ai/development/tasks/ @SynkraAI/core-team
185
+ .sinapse-ai/development/tasks/ @SinapseAI/core-team
186
186
 
187
187
  # CI/CD - requiere aprobación devops
188
- .github/ @SynkraAI/devops
188
+ .github/ @SinapseAI/devops
189
189
 
190
190
  # Documentación - más permisivo para contribuidores
191
- docs/ @SynkraAI/maintainers
191
+ docs/ @SinapseAI/maintainers
192
192
 
193
193
  # Plantillas - requiere revisión de arquitecto
194
- templates/ @SynkraAI/core-team
195
- .sinapse-ai/product/templates/ @SynkraAI/core-team
194
+ templates/ @SinapseAI/core-team
195
+ .sinapse-ai/product/templates/ @SinapseAI/core-team
196
196
  ```
197
197
 
198
198
  ---
@@ -150,7 +150,7 @@
150
150
  │ ═════════════════════ │
151
151
  │ │
152
152
  │ ┌────────────────────┐ ┌────────────────────┐ │
153
- │ │ SynkraAI/ │ │ SynkraAI/ │ │
153
+ │ │ SinapseAI/ │ │ SinapseAI/ │ │
154
154
  │ │ sinapse-ai │ │ sinapse-squads │ │
155
155
  │ │ (MIT) │◄────│ (MIT) │ │
156
156
  │ │ │ │ │ │
@@ -163,7 +163,7 @@
163
163
  │ │ dependencia opcional │
164
164
  │ ▼ │
165
165
  │ ┌────────────────────┐ │
166
- │ │ SynkraAI/ │ │
166
+ │ │ SinapseAI/ │ │
167
167
  │ │ mcp-ecosystem │ │
168
168
  │ │ (Apache 2.0) │ │
169
169
  │ │ │ │
@@ -176,7 +176,7 @@
176
176
  │ ═════════════════════ │
177
177
  │ │
178
178
  │ ┌────────────────────┐ ┌────────────────────┐ │
179
- │ │ SynkraAI/mmos │ │ SynkraAI/ │ │
179
+ │ │ SinapseAI/mmos │ │ SinapseAI/ │ │
180
180
  │ │ (Proprietary+NDA) │ │ certified-partners│ │
181
181
  │ │ │ │ (Proprietary) │ │
182
182
  │ │ • MMOS Minds │ │ • Premium Squads │ │
@@ -43,7 +43,7 @@ SINAPSE v4 adopta una **estrategia multi-repositorio** para permitir el desarrol
43
43
  ## Estructura de Repositorios
44
44
 
45
45
  ```
46
- Organización SynkraAI
46
+ Organización SinapseAI
47
47
  ├── REPOSITORIOS PÚBLICOS
48
48
  │ ├── sinapse-ai # Marco fundamental (MIT)
49
49
  │ ├── sinapse-squads # Squads comunitarios (MIT)
@@ -64,7 +64,7 @@ Organización SynkraAI
64
64
  │ ═══════════════════════ │
65
65
  │ │
66
66
  │ ┌────────────────────┐ ┌────────────────────┐ │
67
- │ │ SynkraAI/ │ │ SynkraAI/ │ │
67
+ │ │ SinapseAI/ │ │ SinapseAI/ │ │
68
68
  │ │ sinapse-ai │ │ sinapse-squads │ │
69
69
  │ │ (MIT) │◄────│ (MIT) │ │
70
70
  │ │ │ │ │ │
@@ -80,7 +80,7 @@ Organización SynkraAI
80
80
  │ │ dependencia opcional │
81
81
  │ ▼ │
82
82
  │ ┌────────────────────┐ │
83
- │ │ SynkraAI/ │ │
83
+ │ │ SinapseAI/ │ │
84
84
  │ │ mcp-ecosystem │ │
85
85
  │ │ (Apache 2.0) │ │
86
86
  │ │ │ │
@@ -94,7 +94,7 @@ Organización SynkraAI
94
94
  │ ════════════════════════ │
95
95
  │ │
96
96
  │ ┌────────────────────┐ ┌────────────────────┐ │
97
- │ │ SynkraAI/mmos │ │ SynkraAI/ │ │
97
+ │ │ SinapseAI/mmos │ │ SinapseAI/ │ │
98
98
  │ │ (Propietario+NDA) │ │ certified-partners│ │
99
99
  │ │ │ │ (Propietario) │ │
100
100
  │ │ - Mentes MMOS │ │ - Squads Premium │ │
@@ -242,7 +242,7 @@ npm install @sinapse/mcp-presets
242
242
 
243
243
  ## Repositorios Privados
244
244
 
245
- ### SynkraAI/mmos (Propietario + NDA)
245
+ ### SinapseAI/mmos (Propietario + NDA)
246
246
 
247
247
  Contiene componentes MMOS (Mental Model Operating System) propietarios:
248
248
 
@@ -253,7 +253,7 @@ Contiene componentes MMOS (Mental Model Operating System) propietarios:
253
253
 
254
254
  **Acceso:** Requiere acuerdo NDA y de licencia.
255
255
 
256
- ### SynkraAI/certified-partners (Propietario)
256
+ ### SinapseAI/certified-partners (Propietario)
257
257
 
258
258
  Recursos para socios certificados de SINAPSE:
259
259
 
@@ -297,10 +297,10 @@ Para proyectos que necesitan múltiples repositorios:
297
297
 
298
298
  ```bash
299
299
  # Agregar squads como submodule
300
- git submodule add https://github.com/SynkraAI/sinapse-squads.git squads
300
+ git submodule add https://github.com/SinapseAI/sinapse-squads.git squads
301
301
 
302
302
  # Agregar ecosistema MCP como submodule
303
- git submodule add https://github.com/SynkraAI/mcp-ecosystem.git mcp
303
+ git submodule add https://github.com/SinapseAI/mcp-ecosystem.git mcp
304
304
  ```
305
305
 
306
306
  ### Dependencias npm (Recomendado)
@@ -17,7 +17,7 @@
17
17
  **Version:** 1.1
18
18
  **Ultima Actualizacion:** 2025-12-14
19
19
  **Estado:** OBSOLETO - Ver docs/framework/source-tree.md
20
- **Aviso de Migracion:** Este documento migrara al repositorio `SynkraAI/sinapse-ai` en Q2 2026 (ver Decision 005)
20
+ **Aviso de Migracion:** Este documento migrara al repositorio `SinapseAI/sinapse-ai` en Q2 2026 (ver Decision 005)
21
21
 
22
22
  ---
23
23
 
@@ -438,7 +438,7 @@ dependencies:
438
438
 
439
439
  **La Decision 005 define 5 repositorios separados:**
440
440
 
441
- ### REPO 1: SynkraAI/sinapse-ai (MIT)
441
+ ### REPO 1: SinapseAI/sinapse-ai (MIT)
442
442
 
443
443
  ```
444
444
  sinapse-ai/
@@ -475,7 +475,7 @@ sinapse-ai/
475
475
  └── e2e/
476
476
  ```
477
477
 
478
- ### REPO 2: SynkraAI/squads (MIT)
478
+ ### REPO 2: SinapseAI/squads (MIT)
479
479
 
480
480
  ```
481
481
  squads/
@@ -497,7 +497,7 @@ squads/
497
497
  └── create-sinapse-squad/
498
498
  ```
499
499
 
500
- ### REPO 3: SynkraAI/mcp-ecosystem (Apache 2.0)
500
+ ### REPO 3: SinapseAI/mcp-ecosystem (Apache 2.0)
501
501
 
502
502
  ```
503
503
  mcp-ecosystem/
@@ -517,7 +517,7 @@ mcp-ecosystem/
517
517
  └── cursor/
518
518
  ```
519
519
 
520
- ### REPO 4: SynkraAI/certified-partners (Privado)
520
+ ### REPO 4: SinapseAI/certified-partners (Privado)
521
521
 
522
522
  ```
523
523
  certified-partners/
@@ -534,7 +534,7 @@ certified-partners/
534
534
  └── web/
535
535
  ```
536
536
 
537
- ### REPO 5: SynkraAI/mmos (Privado + NDA)
537
+ ### REPO 5: SinapseAI/mmos (Privado + NDA)
538
538
 
539
539
  ```
540
540
  mmos/
@@ -703,7 +703,7 @@ outputs/ # Salidas de runtime (gitignored)
703
703
  | Version | Fecha | Cambios | Autor |
704
704
  | ------- | ---------- | ------------------------------------------------------------------------------------------------- | ---------------- |
705
705
  | 1.0 | 2025-01-15 | Documentacion inicial de arbol de codigo | Aria (architect) |
706
- | 1.1 | 2025-12-14 | Actualizada org a SynkraAI, reemplazados Paquetes de Expansion con sistema de Squads [Story 6.10] | Dex (dev) |
706
+ | 1.1 | 2025-12-14 | Actualizada org a SinapseAI, reemplazados Paquetes de Expansion con sistema de Squads [Story 6.10] | Dex (dev) |
707
707
 
708
708
  ---
709
709