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
|
@@ -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/
|
|
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/
|
|
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/
|
|
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 || '
|
|
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 = '
|
|
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:
|
|
117
|
+
* @param {string} [options.repo] - Target repository (default: SinapseAI/sinapse-squads)
|
|
118
118
|
*/
|
|
119
119
|
constructor(options = {}) {
|
|
120
120
|
this.verbose = options.verbose || false;
|
|
@@ -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/
|
|
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
|
|
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/
|
|
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": "
|
|
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:
|
|
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/
|
|
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/
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
| `
|
|
27
|
-
| `
|
|
28
|
-
| `
|
|
29
|
-
| `
|
|
30
|
-
| `
|
|
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
|
-
│
|
|
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
|
-
│
|
|
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
|
-
│
|
|
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:** `
|
|
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
|
-
│ │
|
|
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
|
-
│ │
|
|
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
|
-
│ │
|
|
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 @
|
|
609
|
+
$ npx @SinapseAI/sinapse@latest init
|
|
610
610
|
|
|
611
611
|
# Existing project (Brownfield)
|
|
612
|
-
$ npx @
|
|
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
|
|
637
|
-
gh repo clone
|
|
638
|
-
gh repo clone
|
|
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 @
|
|
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\
|
|
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\
|
|
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\
|
|
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)
|
package/.sinapse-ai/package.json
CHANGED
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"repository": {
|
|
80
80
|
"type": "git",
|
|
81
|
-
"url": "git+https://github.com/
|
|
81
|
+
"url": "git+https://github.com/SinapseAI/sinapse-ai.git"
|
|
82
82
|
},
|
|
83
83
|
"bugs": {
|
|
84
|
-
"url": "https://github.com/
|
|
84
|
+
"url": "https://github.com/SinapseAI/sinapse-ai/issues"
|
|
85
85
|
},
|
|
86
|
-
"homepage": "https://github.com/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
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
|
[](https://www.npmjs.com/package/sinapse-ai)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
|
-
[](https://github.com/SinapseAI/sinapse-ai/actions/workflows/ci.yml)
|
|
9
|
+
[](https://codecov.io/gh/SinapseAI/sinapse-ai)
|
|
10
10
|
[](https://sinapsesquad.ai)
|
|
11
11
|
[](LICENSE)
|
|
12
12
|
[](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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
-
[](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
|
[](https://www.npmjs.com/package/sinapse-ai)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://nodejs.org/)
|
|
8
|
-
[](https://github.com/SinapseAI/sinapse-ai/actions/workflows/ci.yml)
|
|
9
|
+
[](https://codecov.io/gh/SinapseAI/sinapse-ai)
|
|
10
10
|
[](https://sinapsesquad.ai)
|
|
11
11
|
[](LICENSE)
|
|
12
12
|
[](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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
-
[](https://github.com/SinapseAI/sinapse-ai/graphs/contributors)
|
|
730
730
|
|
|
731
731
|
### 🌟 Contribuidores da Comunidade
|
|
732
732
|
|
package/bin/sinapse.js
CHANGED
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/
|
|
184
|
-
- [Issue Tracker](https://github.com/
|
|
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 `
|
|
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/
|
|
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/
|
|
26
|
-
| 🔧 **MCP Ecosystem** | Discussions about [MCP tools](https://github.com/
|
|
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/
|
|
33
|
-
| 💡 Request a feature | [Start Discussion](https://github.com/
|
|
34
|
-
| ❓ Ask a question | [Q&A](https://github.com/
|
|
35
|
-
| 📦 Propose a Squad | [sinapse-squads issues](https://github.com/
|
|
36
|
-
| 🔧 MCP question | [MCP Ecosystem](https://github.com/
|
|
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/
|
|
43
|
-
| [sinapse-squads](https://github.com/
|
|
44
|
-
| [mcp-ecosystem](https://github.com/
|
|
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/
|
|
53
|
+
- 🏷️ [Good First Issues](https://github.com/SinapseAI/sinapse-ai/labels/good-first-issue)
|
|
54
54
|
|
|
55
55
|
---
|
|
56
56
|
|