sinapse-ai 5.0.3 → 5.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.sinapse-ai/development/agents/squad-creator.md +1 -1
- package/.sinapse-ai/development/scripts/squad/squad-downloader.js +3 -3
- package/.sinapse-ai/development/scripts/squad/squad-publisher.js +2 -2
- package/.sinapse-ai/development/tasks/environment-bootstrap.md +1 -1
- package/.sinapse-ai/development/tasks/pr-automation.md +2 -2
- package/.sinapse-ai/development/tasks/squad-creator-download.md +2 -2
- package/.sinapse-ai/development/tasks/squad-creator-publish.md +4 -4
- package/.sinapse-ai/development/tasks/squad-creator-sync-sinapse.md +2 -2
- package/.sinapse-ai/development/tasks/update-sinapse.md +1 -1
- package/.sinapse-ai/docs/standards/OPEN-SOURCE-VS-SERVICE-DIFFERENCES.md +8 -8
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.1-COMPLETE.md +9 -9
- package/.sinapse-ai/docs/standards/SINAPSE-LIVRO-DE-OURO-V2.2-SUMMARY.md +1 -1
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/claude-free-tracked.cmd +1 -1
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-proxy.cmd +1 -1
- package/.sinapse-ai/infrastructure/scripts/llm-routing/templates/deepseek-usage.cmd +1 -1
- package/.sinapse-ai/package.json +3 -3
- package/.sinapse-ai/schemas/squad-schema.json +1 -1
- package/.sinapse-ai/scripts/diagnostics/diagnose-installation.js +1 -1
- package/.sinapse-ai/scripts/update-sinapse.sh +1 -1
- package/.sinapse-ai/user-guide.md +3 -3
- package/LICENSE +1 -1
- package/README.en.md +7 -7
- package/README.md +7 -7
- package/bin/sinapse.js +1 -1
- package/docs/CHANGELOG.md +2 -2
- package/docs/community/README-community-snippet-core.md +13 -13
- package/docs/community/README-community-snippet-mcp.md +9 -9
- package/docs/community/README-community-snippet-squads.md +9 -9
- package/docs/community.md +21 -21
- package/docs/es/CHANGELOG.md +2 -2
- package/docs/es/api/squads-api.md +2 -2
- package/docs/es/architecture/ARCHITECTURE-INDEX.md +1 -1
- package/docs/es/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
- package/docs/es/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
- package/docs/es/architecture/coding-standards.md +2 -2
- package/docs/es/architecture/contribution-workflow-research.md +7 -7
- package/docs/es/architecture/high-level-architecture.md +3 -3
- package/docs/es/architecture/multi-repo-strategy.md +8 -8
- package/docs/es/architecture/source-tree.md +7 -7
- package/docs/es/architecture/tech-stack.md +2 -2
- package/docs/es/community/README-community-snippet-core.md +13 -13
- package/docs/es/community/README-community-snippet-mcp.md +9 -9
- package/docs/es/community/README-community-snippet-squads.md +9 -9
- package/docs/es/community.md +21 -21
- package/docs/es/framework/README.md +4 -4
- package/docs/es/framework/coding-standards.md +2 -2
- package/docs/es/framework/source-tree.md +7 -7
- package/docs/es/framework/tech-stack.md +2 -2
- package/docs/es/git-workflow-guide.md +1 -1
- package/docs/es/guides/contributing-squads.md +4 -4
- package/docs/es/guides/development-setup.md +7 -7
- package/docs/es/guides/installation-troubleshooting.md +5 -5
- package/docs/es/guides/llm-routing.md +1 -1
- package/docs/es/guides/security-hardening.md +1 -1
- package/docs/es/guides/squads-guide.md +7 -7
- package/docs/es/guides/squads-overview.md +4 -4
- package/docs/es/guides/user-guide.md +3 -3
- package/docs/es/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/es/installation/README.md +2 -2
- package/docs/es/installation/faq.md +3 -3
- package/docs/es/installation/linux.md +3 -3
- package/docs/es/installation/macos.md +2 -2
- package/docs/es/installation/troubleshooting.md +2 -2
- package/docs/es/installation/v4-quick-start.md +4 -4
- package/docs/es/installation/windows.md +3 -3
- package/docs/es/migration-guide.md +1 -1
- package/docs/es/npx-install.md +1 -1
- package/docs/es/roadmap.md +5 -5
- package/docs/es/security-best-practices.md +1 -1
- package/docs/es/security.md +4 -4
- package/docs/es/uninstallation.md +2 -2
- package/docs/framework/README.md +4 -4
- package/docs/framework/coding-standards.md +2 -2
- package/docs/framework/source-tree.md +7 -7
- package/docs/framework/tech-stack.md +2 -2
- package/docs/git-workflow-guide.md +1 -1
- package/docs/guides/agents/SQUAD-CREATOR-SYSTEM.md +2 -2
- package/docs/guides/agents/traces/squad-creation-execution-trace.md +2 -2
- package/docs/guides/contributing-squads.md +4 -4
- package/docs/guides/development-setup.md +7 -7
- package/docs/guides/installation-troubleshooting.md +5 -5
- package/docs/guides/llm-routing.md +1 -1
- package/docs/guides/pro/install-gate-setup.md +3 -3
- package/docs/guides/security-hardening.md +1 -1
- package/docs/guides/squads-guide.md +7 -7
- package/docs/guides/squads-overview.md +4 -4
- package/docs/guides/user-guide.md +3 -3
- package/docs/guides/workflows/pro-developer-workflow.md +5 -5
- package/docs/guides/workflows/xref-phase3-scripts.md +1 -1
- package/docs/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/installation/README.md +2 -2
- package/docs/installation/faq.md +3 -3
- package/docs/installation/linux.md +4 -4
- package/docs/installation/macos.md +2 -2
- package/docs/installation/troubleshooting.md +2 -2
- package/docs/installation/v4-quick-start.md +4 -4
- package/docs/installation/windows.md +3 -3
- package/docs/legal/privacy.md +6 -6
- package/docs/legal/terms.md +9 -9
- package/docs/npx-install.md +1 -1
- package/docs/pt/CHANGELOG.md +2 -2
- package/docs/pt/api/squads-api.md +2 -2
- package/docs/pt/architecture/ARCHITECTURE-INDEX.md +1 -1
- package/docs/pt/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
- package/docs/pt/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
- package/docs/pt/architecture/coding-standards.md +2 -2
- package/docs/pt/architecture/contribution-workflow-research.md +7 -7
- package/docs/pt/architecture/high-level-architecture.md +3 -3
- package/docs/pt/architecture/multi-repo-strategy.md +8 -8
- package/docs/pt/architecture/source-tree.md +7 -7
- package/docs/pt/architecture/tech-stack.md +2 -2
- package/docs/pt/code-of-conduct.md +2 -2
- package/docs/pt/community/README-community-snippet-core.md +13 -13
- package/docs/pt/community/README-community-snippet-mcp.md +9 -9
- package/docs/pt/community/README-community-snippet-squads.md +9 -9
- package/docs/pt/community.md +21 -21
- package/docs/pt/contributing.md +4 -4
- package/docs/pt/framework/README.md +4 -4
- package/docs/pt/framework/coding-standards.md +2 -2
- package/docs/pt/framework/source-tree.md +7 -7
- package/docs/pt/framework/tech-stack.md +2 -2
- package/docs/pt/git-workflow-guide.md +1 -1
- package/docs/pt/guides/contributing-squads.md +4 -4
- package/docs/pt/guides/development-setup.md +7 -7
- package/docs/pt/guides/installation-troubleshooting.md +5 -5
- package/docs/pt/guides/llm-routing.md +1 -1
- package/docs/pt/guides/security-hardening.md +1 -1
- package/docs/pt/guides/squads-guide.md +7 -7
- package/docs/pt/guides/squads-overview.md +4 -4
- package/docs/pt/guides/user-guide.md +3 -3
- package/docs/pt/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/pt/installation/README.md +2 -2
- package/docs/pt/installation/faq.md +3 -3
- package/docs/pt/installation/linux.md +3 -3
- package/docs/pt/installation/macos.md +2 -2
- package/docs/pt/installation/troubleshooting.md +2 -2
- package/docs/pt/installation/v4-quick-start.md +4 -4
- package/docs/pt/installation/windows.md +3 -3
- package/docs/pt/migration-guide.md +1 -1
- package/docs/pt/npx-install.md +1 -1
- package/docs/pt/roadmap.md +5 -5
- package/docs/pt/security-best-practices.md +1 -1
- package/docs/pt/security.md +4 -4
- package/docs/pt/uninstallation.md +2 -2
- package/docs/roadmap.md +5 -5
- package/docs/security-best-practices.md +1 -1
- package/docs/security.md +4 -4
- package/docs/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/uninstallation.md +2 -2
- package/docs/zh/CHANGELOG.md +2 -2
- package/docs/zh/api/squads-api.md +2 -2
- package/docs/zh/architecture/ARCHITECTURE-INDEX.md +1 -1
- package/docs/zh/architecture/adr/ADR-COLLAB-1-current-state-audit.md +5 -5
- package/docs/zh/architecture/adr/ADR-COLLAB-2-proposed-configuration.md +30 -30
- package/docs/zh/architecture/coding-standards.md +2 -2
- package/docs/zh/architecture/contribution-workflow-research.md +7 -7
- package/docs/zh/architecture/high-level-architecture.md +3 -3
- package/docs/zh/architecture/multi-repo-strategy.md +3 -3
- package/docs/zh/architecture/source-tree.md +7 -7
- package/docs/zh/architecture/tech-stack.md +2 -2
- package/docs/zh/code-of-conduct.md +1 -1
- package/docs/zh/community/README-community-snippet-core.md +13 -13
- package/docs/zh/community/README-community-snippet-mcp.md +9 -9
- package/docs/zh/community/README-community-snippet-squads.md +9 -9
- package/docs/zh/community.md +21 -21
- package/docs/zh/contributing.md +6 -6
- package/docs/zh/framework/README.md +4 -4
- package/docs/zh/framework/coding-standards.md +2 -2
- package/docs/zh/framework/source-tree.md +7 -7
- package/docs/zh/framework/tech-stack.md +2 -2
- package/docs/zh/git-workflow-guide.md +1 -1
- package/docs/zh/guides/contributing-squads.md +4 -4
- package/docs/zh/guides/development-setup.md +2 -2
- package/docs/zh/guides/installation-troubleshooting.md +5 -5
- package/docs/zh/guides/llm-routing.md +1 -1
- package/docs/zh/how-to-contribute-with-pull-requests.md +5 -5
- package/docs/zh/installation/README.md +2 -2
- package/docs/zh/installation/faq.md +3 -3
- package/docs/zh/installation/linux.md +4 -4
- package/docs/zh/installation/macos.md +2 -2
- package/docs/zh/installation/troubleshooting.md +2 -2
- package/docs/zh/installation/windows.md +3 -3
- package/docs/zh/security.md +3 -3
- package/docs/zh/sinapse-agent-flows/squad-creator-system.md +2 -2
- package/docs/zh/uninstallation.md +2 -2
- package/package.json +4 -4
- package/packages/gemini-sinapse-extension/README.md +1 -1
- package/packages/gemini-sinapse-extension/extension.json +1 -1
- package/packages/gemini-sinapse-extension/gemini-extension.json +1 -1
- package/packages/installer/src/wizard/i18n.js +3 -3
- package/packages/installer/src/wizard/pro-setup.js +2 -2
- package/packages/installer/src/wizard/validation/report-generator.js +1 -1
- package/packages/installer/src/wizard/validation/troubleshooting-system.js +13 -13
- package/packages/sinapse-install/README.md +2 -2
- package/packages/sinapse-install/package.json +3 -3
- package/packages/sinapse-pro-cli/package.json +2 -2
- package/scripts/sinapse-patch.js +1 -1
|
@@ -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 `
|
|
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/
|
|
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/
|
|
18
|
-
| 💡 **Feature ideas?** | Start a [Discussion in "Ideas"](https://github.com/
|
|
19
|
-
| 🐛 **Found a bug?** | [Open an issue](https://github.com/
|
|
20
|
-
| 🙏 **Need help?** | Ask in ["Q&A"](https://github.com/
|
|
21
|
-
| 🙌 **Built something cool?** | Share in ["Show and Tell"](https://github.com/
|
|
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/
|
|
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/
|
|
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 `
|
|
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/
|
|
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/
|
|
18
|
-
| 💡 **Feature ideas?** | Start a [Discussion in "Ideas"](https://github.com/
|
|
19
|
-
| 🐛 **Found a bug?** | [Open an issue](https://github.com/
|
|
20
|
-
| 🙏 **Need help?** | Ask in ["Q&A"](https://github.com/
|
|
21
|
-
| 🙌 **Built something cool?** | Share in ["Show and Tell"](https://github.com/
|
|
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/
|
|
35
|
-
2. Open a [Squad Proposal issue](https://github.com/
|
|
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/
|
|
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/
|
|
28
|
-
- Check [`help-wanted`](https://github.com/
|
|
29
|
-
- Browse [open Discussions](https://github.com/
|
|
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/
|
|
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/
|
|
53
|
-
- [sinapse-squads Issues](https://github.com/
|
|
54
|
-
- [mcp-ecosystem Issues](https://github.com/
|
|
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/
|
|
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
|
-
- [@
|
|
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/
|
|
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@
|
|
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/
|
|
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/
|
|
155
|
-
2. If new, [open a bug report](https://github.com/
|
|
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/
|
|
160
|
-
2. If new, [share your idea](https://github.com/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
212
|
+
- Current Version: See [releases](https://github.com/SinapseAI/sinapse-ai/releases)
|
|
213
213
|
- Changelog: [CHANGELOG.md](CHANGELOG.md)
|
|
214
214
|
|
|
215
215
|
---
|
package/docs/es/CHANGELOG.md
CHANGED
|
@@ -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/
|
|
117
|
-
- [Rastreador de Issues](https://github.com/
|
|
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": "
|
|
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": "
|
|
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
|
-
│ │
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
-
* @
|
|
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/
|
|
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/
|
|
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
|
-
* @
|
|
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/ @
|
|
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/ @
|
|
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/ @
|
|
223
|
+
.sinapse-ai/development/workflows/ @SinapseAI/core-team
|
|
224
224
|
|
|
225
225
|
# Plantillas - requiere revision de arquitecto/equipo core
|
|
226
|
-
.sinapse-ai/product/templates/ @
|
|
227
|
-
templates/ @
|
|
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/ @
|
|
231
|
-
.sinapse-ai/cli/ @
|
|
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/ @
|
|
237
|
+
.github/ @SinapseAI/devops
|
|
238
238
|
|
|
239
239
|
# Configuraciones de Docker
|
|
240
|
-
.docker/ @
|
|
240
|
+
.docker/ @SinapseAI/devops
|
|
241
241
|
|
|
242
242
|
# Archivos de configuracion
|
|
243
|
-
.sinapse-ai/core-config.yaml @
|
|
244
|
-
package.json @
|
|
245
|
-
package-lock.json @
|
|
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/ @
|
|
251
|
+
docs/ @SinapseAI/maintainers
|
|
252
252
|
|
|
253
253
|
# Decisiones de arquitectura - requiere equipo core
|
|
254
|
-
docs/architecture/ @
|
|
255
|
-
docs/framework/ @
|
|
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/ @
|
|
258
|
+
docs/stories/ @SinapseAI/maintainers
|
|
259
259
|
|
|
260
260
|
# Guias - mantenedores (amigable para contribuidores)
|
|
261
|
-
docs/guides/ @
|
|
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 @
|
|
268
|
-
.github/workflows/semantic-release.yml @
|
|
269
|
-
.github/workflows/npm-publish.yml @
|
|
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* @
|
|
273
|
-
*.config.js @
|
|
272
|
+
.env* @SinapseAI/core-team
|
|
273
|
+
*.config.js @SinapseAI/maintainers
|
|
274
274
|
```
|
|
275
275
|
|
|
276
276
|
**Equipos de GitHub Requeridos:**
|
|
277
277
|
|
|
278
|
-
- `@
|
|
279
|
-
- `@
|
|
280
|
-
- `@
|
|
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/
|
|
447
|
+
gh api -X DELETE repos/SinapseAI/sinapse-ai/branches/main/protection
|
|
448
448
|
|
|
449
449
|
# Restaurar proteccion minima
|
|
450
|
-
gh api repos/
|
|
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 "* @
|
|
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 `
|
|
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
|
|
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
|
-
* @
|
|
179
|
+
* @SinapseAI/maintainers
|
|
180
180
|
|
|
181
181
|
# Definiciones de agentes - requiere equipo core
|
|
182
|
-
.sinapse-ai/development/agents/ @
|
|
182
|
+
.sinapse-ai/development/agents/ @SinapseAI/core-team
|
|
183
183
|
|
|
184
184
|
# Definiciones de tareas - requiere equipo core
|
|
185
|
-
.sinapse-ai/development/tasks/ @
|
|
185
|
+
.sinapse-ai/development/tasks/ @SinapseAI/core-team
|
|
186
186
|
|
|
187
187
|
# CI/CD - requiere aprobación devops
|
|
188
|
-
.github/ @
|
|
188
|
+
.github/ @SinapseAI/devops
|
|
189
189
|
|
|
190
190
|
# Documentación - más permisivo para contribuidores
|
|
191
|
-
docs/ @
|
|
191
|
+
docs/ @SinapseAI/maintainers
|
|
192
192
|
|
|
193
193
|
# Plantillas - requiere revisión de arquitecto
|
|
194
|
-
templates/ @
|
|
195
|
-
.sinapse-ai/product/templates/ @
|
|
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
|
-
│ │
|
|
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
|
-
│ │
|
|
166
|
+
│ │ SinapseAI/ │ │
|
|
167
167
|
│ │ mcp-ecosystem │ │
|
|
168
168
|
│ │ (Apache 2.0) │ │
|
|
169
169
|
│ │ │ │
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
│ ═════════════════════ │
|
|
177
177
|
│ │
|
|
178
178
|
│ ┌────────────────────┐ ┌────────────────────┐ │
|
|
179
|
-
│ │
|
|
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
|
|
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
|
-
│ │
|
|
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
|
-
│ │
|
|
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
|
-
│ │
|
|
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
|
-
###
|
|
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
|
-
###
|
|
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/
|
|
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/
|
|
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 `
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
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
|
|