sinapse-ai 9.0.0 → 9.2.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/quality-gates/focus-area-recommender.js +105 -2
- package/.sinapse-ai/data/entity-registry.yaml +772 -847
- package/.sinapse-ai/data/registry-update-log.jsonl +1 -0
- package/.sinapse-ai/install-manifest.yaml +6 -6
- package/CHROME-BRAIN-INSTALL.md +2 -2
- package/bin/cli.js +2 -2
- package/bin/sinapse-cli +283 -283
- package/package.json +2 -5
- /package/{install-chrome-brain.sh → scripts/install-chrome-brain.sh} +0 -0
- /package/{install-squads.sh → scripts/install-squads.sh} +0 -0
- /package/{update-squads.sh → scripts/update-squads.sh} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sinapse-ai",
|
|
3
|
-
"version": "9.
|
|
4
|
-
"description": "SINAPSE AI: Framework de orquestracao de IA — 18 squads,
|
|
3
|
+
"version": "9.2.0",
|
|
4
|
+
"description": "SINAPSE AI: Framework de orquestracao de IA — 18 squads, 186 agentes especializados",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sinapse": "bin/sinapse.js",
|
|
7
7
|
"sinapse-ai": "bin/cli.js",
|
|
@@ -33,9 +33,6 @@
|
|
|
33
33
|
"squads/claude-code-mastery/**",
|
|
34
34
|
"squads/sinapse/**",
|
|
35
35
|
"sinapse/**",
|
|
36
|
-
"install-squads.sh",
|
|
37
|
-
"install-chrome-brain.sh",
|
|
38
|
-
"update-squads.sh",
|
|
39
36
|
"pro/license/",
|
|
40
37
|
"pro/squads/",
|
|
41
38
|
"pro/pro-config.yaml",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|