sinapse-ai 7.0.5 → 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.
Files changed (32) hide show
  1. package/.sinapse-ai/core-config.yaml +2 -26
  2. package/.sinapse-ai/data/entity-registry.yaml +759 -926
  3. package/.sinapse-ai/data/registry-update-log.jsonl +22 -0
  4. package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +1 -49
  5. package/.sinapse-ai/infrastructure/scripts/validate-parity.js +0 -7
  6. package/.sinapse-ai/install-manifest.yaml +11 -43
  7. package/README.en.md +6 -11
  8. package/README.md +6 -11
  9. package/bin/modules/env-config.js +1 -2
  10. package/bin/sinapse-init.js +23 -188
  11. package/docs/ide-integration.md +22 -263
  12. package/docs/installation/README.md +4 -6
  13. package/docs/installation/faq.md +10 -33
  14. package/docs/installation/linux.md +0 -23
  15. package/docs/installation/macos.md +0 -10
  16. package/docs/installation/troubleshooting.md +5 -9
  17. package/docs/installation/v4-quick-start.md +1 -1
  18. package/docs/installation/windows.md +0 -18
  19. package/package.json +1 -9
  20. package/packages/installer/src/config/ide-configs.js +3 -49
  21. package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/antigravity.js +0 -105
  22. package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/cursor.js +0 -94
  23. package/.sinapse-ai/infrastructure/scripts/ide-sync/transformers/github-copilot.js +0 -184
  24. package/.sinapse-ai/infrastructure/scripts/validate-gemini-integration.js +0 -151
  25. package/.sinapse-ai/product/templates/ide-rules/antigravity-rules.md +0 -115
  26. package/.sinapse-ai/product/templates/ide-rules/copilot-rules.md +0 -92
  27. package/.sinapse-ai/product/templates/ide-rules/cursor-rules.md +0 -115
  28. package/.sinapse-ai/product/templates/ide-rules/gemini-rules.md +0 -87
  29. package/docs/pt/platforms/antigravity.md +0 -508
  30. package/docs/pt/platforms/cursor.md +0 -633
  31. package/docs/pt/platforms/gemini-cli.md +0 -481
  32. 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