sinapse-ai 7.0.3 → 7.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/data/entity-registry.yaml +748 -748
- package/.sinapse-ai/install-manifest.yaml +3 -3
- package/README.en.md +1 -1
- package/README.md +1 -1
- package/package.json +2 -2
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 7.0.
|
|
11
|
-
generated_at: "2026-03-25T18:
|
|
10
|
+
version: 7.0.3
|
|
11
|
+
generated_at: "2026-03-25T18:12:24.226Z"
|
|
12
12
|
generator: scripts/generate-install-manifest.js
|
|
13
13
|
file_count: 1090
|
|
14
14
|
files:
|
|
@@ -1217,7 +1217,7 @@ files:
|
|
|
1217
1217
|
type: data
|
|
1218
1218
|
size: 9586
|
|
1219
1219
|
- path: data/entity-registry.yaml
|
|
1220
|
-
hash: sha256:
|
|
1220
|
+
hash: sha256:869265683dbacfdc41d850038530deae673f05639c6e35b621184c0398fa2cf0
|
|
1221
1221
|
type: data
|
|
1222
1222
|
size: 519038
|
|
1223
1223
|
- path: data/learned-patterns.yaml
|
package/README.en.md
CHANGED
|
@@ -240,7 +240,7 @@ Pre-commit and pre-push hooks validate automatically.
|
|
|
240
240
|
| Resource | Link |
|
|
241
241
|
|----------|------|
|
|
242
242
|
| User Guide | [docs/guides/user-guide.md](docs/guides/user-guide.md) |
|
|
243
|
-
| Architecture | [docs/architecture/](docs/architecture/) |
|
|
243
|
+
| Architecture | [docs/pt/architecture/](docs/pt/architecture/) |
|
|
244
244
|
| Squads Guide | [docs/guides/squads-guide.md](docs/guides/squads-guide.md) |
|
|
245
245
|
| Getting Started | [docs/getting-started.md](docs/getting-started.md) |
|
|
246
246
|
| Troubleshooting | [docs/troubleshooting.md](docs/troubleshooting.md) |
|
package/README.md
CHANGED
|
@@ -240,7 +240,7 @@ Pre-commit e pre-push hooks validam automaticamente.
|
|
|
240
240
|
| Recurso | Link |
|
|
241
241
|
|---------|------|
|
|
242
242
|
| Guia do Usuario | [docs/guides/user-guide.md](docs/guides/user-guide.md) |
|
|
243
|
-
| Arquitetura | [docs/architecture/](docs/architecture/) |
|
|
243
|
+
| Arquitetura | [docs/pt/architecture/](docs/pt/architecture/) |
|
|
244
244
|
| Guia de Squads | [docs/guides/squads-guide.md](docs/guides/squads-guide.md) |
|
|
245
245
|
| Primeiros Passos | [docs/getting-started.md](docs/getting-started.md) |
|
|
246
246
|
| Troubleshooting | [docs/troubleshooting.md](docs/troubleshooting.md) |
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sinapse-ai",
|
|
3
|
-
"version": "7.0.
|
|
4
|
-
"description": "SINAPSE
|
|
3
|
+
"version": "7.0.4",
|
|
4
|
+
"description": "SINAPSE AI: Framework de orquestracao de IA — 18 squads, 174 agentes especializados",
|
|
5
5
|
"bin": {
|
|
6
6
|
"sinapse": "bin/sinapse.js",
|
|
7
7
|
"sinapse-ai": "bin/cli.js",
|