sinapse-ai 7.0.4 → 7.1.0
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/core-config.yaml +2 -26
- package/.sinapse-ai/data/entity-registry.yaml +759 -926
- package/.sinapse-ai/data/registry-update-log.jsonl +22 -0
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +1 -49
- package/.sinapse-ai/infrastructure/scripts/validate-parity.js +0 -7
- package/.sinapse-ai/install-manifest.yaml +11 -43
- package/README.en.md +6 -11
- package/README.md +6 -11
- package/bin/modules/env-config.js +1 -2
- package/bin/sinapse-init.js +23 -188
- package/docs/ide-integration.md +22 -263
- package/docs/installation/README.md +4 -6
- package/docs/installation/faq.md +10 -33
- package/docs/installation/linux.md +0 -23
- package/docs/installation/macos.md +0 -10
- package/docs/installation/troubleshooting.md +5 -9
- package/docs/installation/v4-quick-start.md +1 -1
- package/docs/installation/windows.md +0 -18
- package/package.json +1 -9
- package/packages/installer/src/config/ide-configs.js +3 -49
- package/squads/squad-cloning/squad.yaml +2 -2
- package/squads/squad-finance/squad.yaml +2 -2
- package/squads/squad-product/agents/product-orqx.md +1 -1
- package/squads/squad-product/squad.yaml +1 -1
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/antigravity.js +0 -105
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/cursor.js +0 -94
- package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/github-copilot.js +0 -184
- package/.sinapse-ai/infrastructure/scripts/validate-gemini-integration.js +0 -151
- package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +0 -115
- package/.sinapse-ai/product/templates/ide-rules/copilot-rules.md +0 -92
- package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +0 -115
- package/.sinapse-ai/product/templates/ide-rules/gemini-rules.md +0 -87
- package/docs/pt/platforms/antigravity.md +0 -508
- package/docs/pt/platforms/cursor.md +0 -633
- package/docs/pt/platforms/gemini-cli.md +0 -481
- package/docs/pt/platforms/github-copilot.md +0 -478
|
@@ -44,19 +44,11 @@ squadsTemplateLocation: templates/squad
|
|
|
44
44
|
mindsLocation: outputs/minds
|
|
45
45
|
ide:
|
|
46
46
|
selected:
|
|
47
|
-
- vscode
|
|
48
|
-
- codex
|
|
49
|
-
- gemini
|
|
50
|
-
- cursor
|
|
51
47
|
- claude-code
|
|
48
|
+
- codex
|
|
52
49
|
configs:
|
|
53
|
-
vscode: true
|
|
54
|
-
codex: true
|
|
55
|
-
gemini: true
|
|
56
|
-
cursor: true
|
|
57
|
-
zed: false
|
|
58
|
-
claude-desktop: false
|
|
59
50
|
claude-code: true
|
|
51
|
+
codex: true
|
|
60
52
|
mcp:
|
|
61
53
|
enabled: true
|
|
62
54
|
configLocation: .claude/mcp.json
|
|
@@ -317,22 +309,6 @@ ideSync:
|
|
|
317
309
|
enabled: true
|
|
318
310
|
path: .codex/agents
|
|
319
311
|
format: full-markdown-yaml
|
|
320
|
-
gemini:
|
|
321
|
-
enabled: true
|
|
322
|
-
path: .gemini/rules/SINAPSE/agents
|
|
323
|
-
format: full-markdown-yaml
|
|
324
|
-
github-copilot:
|
|
325
|
-
enabled: true
|
|
326
|
-
path: .github/agents
|
|
327
|
-
format: github-copilot
|
|
328
|
-
cursor:
|
|
329
|
-
enabled: true
|
|
330
|
-
path: .cursor/rules/agents
|
|
331
|
-
format: condensed-rules
|
|
332
|
-
antigravity:
|
|
333
|
-
enabled: true
|
|
334
|
-
path: .antigravity/rules/agents
|
|
335
|
-
format: cursor-style
|
|
336
312
|
redirects: {}
|
|
337
313
|
validation:
|
|
338
314
|
strictMode: true
|