sinapse-ai 1.12.1 → 1.13.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/.claude/CLAUDE.md +2 -2
- package/.claude/rules/agent-memory-imports.md +2 -0
- package/.sinapse-ai/cli/commands/pro/index.js +8 -48
- package/.sinapse-ai/constitution.md +6 -2
- package/.sinapse-ai/core-config.yaml +5 -1
- package/.sinapse-ai/data/entity-registry.yaml +95 -95
- package/.sinapse-ai/development/agents/architect/MEMORY.md +35 -0
- package/.sinapse-ai/development/agents/data-engineer/MEMORY.md +38 -0
- package/.sinapse-ai/development/agents/developer/MEMORY.md +36 -0
- package/.sinapse-ai/development/agents/devops/MEMORY.md +39 -0
- package/.sinapse-ai/development/agents/devops.md +0 -1
- package/.sinapse-ai/development/agents/product-lead/MEMORY.md +36 -0
- package/.sinapse-ai/development/agents/project-lead/MEMORY.md +36 -0
- package/.sinapse-ai/development/agents/quality-gate/MEMORY.md +35 -0
- package/.sinapse-ai/development/agents/quality-gate.md +1 -1
- package/.sinapse-ai/development/agents/snps-orqx.md +4 -0
- package/.sinapse-ai/development/agents/sprint-lead/MEMORY.md +36 -0
- package/.sinapse-ai/development/templates/chrome-brain/knowledge-base/chrome-brain.md +2 -2
- package/.sinapse-ai/infrastructure/scripts/ide-sync/index.js +15 -0
- package/.sinapse-ai/infrastructure/scripts/validate-agents.js +159 -8
- package/.sinapse-ai/install-manifest.yaml +20 -156
- package/AGENTS.md +13 -2
- package/CHANGELOG.md +119 -4
- package/README.en.md +1 -1
- package/README.md +6 -26
- package/bin/cli.js +2 -7
- package/bin/commands/install.js +19 -257
- package/bin/commands/update.js +18 -78
- package/bin/lib/command-generator.js +261 -0
- package/bin/lib/prompts.js +2 -65
- package/bin/modules/chrome-brain-installer.js +2 -1
- package/bin/postinstall.js +6 -6
- package/docs/getting-started.md +0 -1
- package/docs/pt/getting-started.md +1 -1
- package/docs/security/dependabot-triage.md +17 -17
- package/package.json +6 -3
- package/packages/installer/src/wizard/i18n.js +3 -204
- package/packages/installer/src/wizard/index.js +1 -1
- package/packages/installer/src/wizard/questions.js +5 -368
- package/packages/installer/src/wizard/wizard.js +0 -9
- package/scripts/generate-install-manifest.js +6 -0
- package/scripts/validate-changelog-tags.js +97 -0
- package/scripts/validate-no-personal-leaks.js +184 -28
- package/scripts/validate-schemas.js +55 -10
- package/scripts/validate-story-meta.js +25 -12
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +1 -1
- package/squads/claude-code-mastery/agents/hooks-architect.md +12 -20
- package/squads/claude-code-mastery/tasks/audit-setup.md +1 -1
- package/squads/squad-product/agents/product-orqx.md +0 -1
- package/squads/squad-product/agents/ps-client-product-manager.md +0 -1
- package/squads/squad-product/agents/ps-delivery-manager.md +0 -1
- package/squads/squad-product/agents/ps-discovery-lead.md +0 -1
- package/squads/squad-product/agents/ps-product-analyst.md +0 -1
- package/squads/squad-product/agents/ps-product-ops-specialist.md +0 -1
- package/squads/squad-product/agents/ps-product-strategist.md +0 -1
- package/.sinapse-ai/core/grounding/README.md +0 -83
- package/.sinapse-ai/core/grounding/brand.cjs +0 -29
- package/.sinapse-ai/core/grounding/config-loader.cjs +0 -52
- package/.sinapse-ai/core/grounding/design-system.cjs +0 -29
- package/.sinapse-ai/core/grounding/vault.cjs +0 -36
- package/.sinapse-ai/development/scripts/approval-workflow.js +0 -643
- package/.sinapse-ai/development/scripts/backup-manager.js +0 -607
- package/.sinapse-ai/development/scripts/branch-manager.js +0 -390
- package/.sinapse-ai/development/scripts/code-quality-improver.js +0 -1329
- package/.sinapse-ai/development/scripts/commit-message-generator.js +0 -850
- package/.sinapse-ai/development/scripts/conflict-resolver.js +0 -675
- package/.sinapse-ai/development/scripts/dependency-analyzer.js +0 -638
- package/.sinapse-ai/development/scripts/diff-generator.js +0 -352
- package/.sinapse-ai/development/scripts/git-wrapper.js +0 -462
- package/.sinapse-ai/development/scripts/modification-validator.js +0 -555
- package/.sinapse-ai/development/scripts/performance-analyzer.js +0 -758
- package/.sinapse-ai/development/scripts/refactoring-suggester.js +0 -1148
- package/.sinapse-ai/development/scripts/rollback-handler.js +0 -531
- package/.sinapse-ai/development/scripts/security-checker.js +0 -359
- package/.sinapse-ai/development/scripts/template-engine.js +0 -240
- package/.sinapse-ai/development/scripts/template-validator.js +0 -279
- package/.sinapse-ai/development/scripts/test-generator.js +0 -844
- package/.sinapse-ai/development/scripts/transaction-manager.js +0 -590
- package/.sinapse-ai/development/scripts/yaml-validator.js +0 -397
- package/.sinapse-ai/hooks/sinapse-brand-grounding.cjs +0 -162
- package/.sinapse-ai/hooks/sinapse-ds-grounding.cjs +0 -211
- package/.sinapse-ai/hooks/sinapse-vault-grounding.cjs +0 -194
- package/bin/lib/register-grounding-hooks.js +0 -145
- package/docs/guides/agents/traces/execution-traces.zip +0 -0
- package/docs/guides/grounding-setup.md +0 -154
- package/docs/guides/workflows/SINAPSE-WORKFLOWS.zip +0 -0
- package/packages/installer/src/pro/pro-scaffolder.js +0 -449
- package/packages/installer/src/wizard/grounding-config.js +0 -131
- package/packages/installer/src/wizard/pro-setup.js +0 -1439
- package/packages/installer/templates/README.md +0 -16
- package/packages/installer/templates/brand-routing.example.json +0 -12
- package/packages/installer/templates/ds-routing.example.json +0 -12
- package/packages/installer/templates/vault-routing.example.json +0 -12
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 1.
|
|
10
|
+
version: 1.13.0
|
|
11
11
|
generator: scripts/generate-install-manifest.js
|
|
12
|
-
file_count:
|
|
12
|
+
file_count: 1147
|
|
13
13
|
files:
|
|
14
14
|
- path: cli/commands/config/index.js
|
|
15
15
|
hash: sha256:bfa83cb1dc111b0b30dd298dc0abc2150b73f939b6cd4458effa8e6d407bc9e2
|
|
@@ -108,9 +108,9 @@ files:
|
|
|
108
108
|
type: cli
|
|
109
109
|
size: 5039
|
|
110
110
|
- path: cli/commands/pro/index.js
|
|
111
|
-
hash: sha256:
|
|
111
|
+
hash: sha256:3bf6709d9981201f3466fdf30f8f36e2a7585282d590550e44ef475248d01972
|
|
112
112
|
type: cli
|
|
113
|
-
size:
|
|
113
|
+
size: 20545
|
|
114
114
|
- path: cli/commands/qa/audit.js
|
|
115
115
|
hash: sha256:e177f5eb9cbf3ce4b6decbc24b8c171633aa6cb8506d393a3d4b12d3cc475882
|
|
116
116
|
type: cli
|
|
@@ -192,9 +192,9 @@ files:
|
|
|
192
192
|
type: cli
|
|
193
193
|
size: 5908
|
|
194
194
|
- path: core-config.yaml
|
|
195
|
-
hash: sha256:
|
|
195
|
+
hash: sha256:e3da197727d22d7b95f31cf288faa7810f4806dcc8e448163c154ec9c0755c64
|
|
196
196
|
type: config
|
|
197
|
-
size:
|
|
197
|
+
size: 12646
|
|
198
198
|
- path: core/code-intel/code-intel-client.js
|
|
199
199
|
hash: sha256:65f6c0f2bb639ff3080db3d85660e0b8097e5af7c60dc04f582ef20f42cc9cfc
|
|
200
200
|
type: core
|
|
@@ -563,26 +563,6 @@ files:
|
|
|
563
563
|
hash: sha256:3a171bf985b7deb1a30abd9c28f5d339cc3bc2f5c94f0efc444ee3597acc47c3
|
|
564
564
|
type: core
|
|
565
565
|
size: 3600
|
|
566
|
-
- path: core/grounding/brand.cjs
|
|
567
|
-
hash: sha256:05e1e8b8a7415885ba5709189aa26fe0bc0bd97478e3f87d685592427fa08c5f
|
|
568
|
-
type: core
|
|
569
|
-
size: 884
|
|
570
|
-
- path: core/grounding/config-loader.cjs
|
|
571
|
-
hash: sha256:bab7222b546570e124e8dd986b94b7cb3ddcbf3a9ab7d9c4c9e56ada5896ffc7
|
|
572
|
-
type: core
|
|
573
|
-
size: 1555
|
|
574
|
-
- path: core/grounding/design-system.cjs
|
|
575
|
-
hash: sha256:369bff34d0d507486ab4fa005b46a4c4f3f73e4ad35571241a6b9ad9d258fcc9
|
|
576
|
-
type: core
|
|
577
|
-
size: 938
|
|
578
|
-
- path: core/grounding/README.md
|
|
579
|
-
hash: sha256:ce4b0e0cef09f1eb337dd3aa321b5b48fe3c82dac0ea2dfa580edd9197cf7892
|
|
580
|
-
type: core
|
|
581
|
-
size: 3549
|
|
582
|
-
- path: core/grounding/vault.cjs
|
|
583
|
-
hash: sha256:9254360614fd3625479465a04e34f14a8e11cfe8adb5cea75386c0597ac9ae8d
|
|
584
|
-
type: core
|
|
585
|
-
size: 1259
|
|
586
566
|
- path: core/health-check/base-check.js
|
|
587
567
|
hash: sha256:1d322d1bd5cbb4cb4834165e795691fe761e0d84a208d4f4db1b839fa9b01dec
|
|
588
568
|
type: core
|
|
@@ -1364,9 +1344,9 @@ files:
|
|
|
1364
1344
|
type: data
|
|
1365
1345
|
size: 9602
|
|
1366
1346
|
- path: data/entity-registry.yaml
|
|
1367
|
-
hash: sha256:
|
|
1347
|
+
hash: sha256:f69496e14239f505a58346dfdc7575081111db320af1b73a2a8253746c422235
|
|
1368
1348
|
type: data
|
|
1369
|
-
size:
|
|
1349
|
+
size: 558197
|
|
1370
1350
|
- path: data/learned-patterns.yaml
|
|
1371
1351
|
hash: sha256:1a4cd045c087b9dfd7046ff1464a9d2edb85fba77cf0b6fba14f4bb9004c741e
|
|
1372
1352
|
type: data
|
|
@@ -1471,78 +1451,42 @@ files:
|
|
|
1471
1451
|
hash: sha256:25c833e36babf8b227321d40105d069fca29e301a4ecedcd7a74ba8dace625b0
|
|
1472
1452
|
type: agent
|
|
1473
1453
|
size: 16361
|
|
1474
|
-
- path: development/agents/analyst/MEMORY.md
|
|
1475
|
-
hash: sha256:1c0f22927a27f6b4446b74253747db214e78456bde7343fe98300b7106858025
|
|
1476
|
-
type: agent
|
|
1477
|
-
size: 1257
|
|
1478
1454
|
- path: development/agents/architect.md
|
|
1479
1455
|
hash: sha256:43fa59df34a2cd7cc68c8496da7b41d6f65fe0a7a05bd1c0cee2395c0ec5aedb
|
|
1480
1456
|
type: agent
|
|
1481
1457
|
size: 25192
|
|
1482
|
-
- path: development/agents/architect/MEMORY.md
|
|
1483
|
-
hash: sha256:6ce3f0187f34b9d9cd97fbc744f9eb33efb08cff48b64528ffce2dd08d453c09
|
|
1484
|
-
type: agent
|
|
1485
|
-
size: 1395
|
|
1486
1458
|
- path: development/agents/data-engineer.md
|
|
1487
1459
|
hash: sha256:c411c75db1c8a67385af3ea1e46d862cfced843f38881004bca801b432f1b16a
|
|
1488
1460
|
type: agent
|
|
1489
1461
|
size: 24405
|
|
1490
|
-
- path: development/agents/data-engineer/MEMORY.md
|
|
1491
|
-
hash: sha256:91b84ee63dafd3fbeec8d00744752753d1a74acdd3a6b398f26db6662d2babf3
|
|
1492
|
-
type: agent
|
|
1493
|
-
size: 1110
|
|
1494
1462
|
- path: development/agents/developer.md
|
|
1495
1463
|
hash: sha256:05e2e6362f95eb66c80e4f01dcb25232e283666c2195ec070e1bb59cc486ecb2
|
|
1496
1464
|
type: agent
|
|
1497
1465
|
size: 29832
|
|
1498
|
-
- path: development/agents/developer/MEMORY.md
|
|
1499
|
-
hash: sha256:98e00ca0bd5b0b2fdfbcf8ad52256dd7f73df6236e2098618d63fae97652949a
|
|
1500
|
-
type: agent
|
|
1501
|
-
size: 2493
|
|
1502
1466
|
- path: development/agents/devops.md
|
|
1503
|
-
hash: sha256:
|
|
1467
|
+
hash: sha256:81144f100a7ea8ef339a51691d32e7c480e24fef6ab4c3276e927568ba6ba0e4
|
|
1504
1468
|
type: agent
|
|
1505
|
-
size:
|
|
1506
|
-
- path: development/agents/devops/MEMORY.md
|
|
1507
|
-
hash: sha256:c9c574566f3ab627135219eefb2e0039169016f4f0a8605b02593d0cfd38f071
|
|
1508
|
-
type: agent
|
|
1509
|
-
size: 1403
|
|
1469
|
+
size: 28149
|
|
1510
1470
|
- path: development/agents/product-lead.md
|
|
1511
1471
|
hash: sha256:a6427801bc1ab8af034d7ca64a9992c918d340503e34105844c657f212b547e7
|
|
1512
1472
|
type: agent
|
|
1513
1473
|
size: 16213
|
|
1514
|
-
- path: development/agents/product-lead/MEMORY.md
|
|
1515
|
-
hash: sha256:148c843a490e35e89d5fac74cea9beafb2fc4055aa9bbf52505ab383b265360f
|
|
1516
|
-
type: agent
|
|
1517
|
-
size: 1398
|
|
1518
1474
|
- path: development/agents/project-lead.md
|
|
1519
1475
|
hash: sha256:be876cef505639e7cf4fdfd82028bb61be459f6a2fbca72ce8cb83836ef4c594
|
|
1520
1476
|
type: agent
|
|
1521
1477
|
size: 18587
|
|
1522
|
-
- path: development/agents/project-lead/MEMORY.md
|
|
1523
|
-
hash: sha256:b7b754e37419cb605871920283decde2c01125c5f641f90afe569491838cf5e3
|
|
1524
|
-
type: agent
|
|
1525
|
-
size: 1238
|
|
1526
1478
|
- path: development/agents/quality-gate.md
|
|
1527
|
-
hash: sha256:
|
|
1479
|
+
hash: sha256:bc99385b3aee34ed5234287f37b53dd57c1f59b7f4cf1bd401447da4562117d4
|
|
1528
1480
|
type: agent
|
|
1529
|
-
size:
|
|
1530
|
-
- path: development/agents/quality-gate/MEMORY.md
|
|
1531
|
-
hash: sha256:a17353257dc4dce493f6a87690c8ac8e8bbc1f0d71018f926277324c6a2869bb
|
|
1532
|
-
type: agent
|
|
1533
|
-
size: 1369
|
|
1481
|
+
size: 23745
|
|
1534
1482
|
- path: development/agents/snps-orqx.md
|
|
1535
|
-
hash: sha256:
|
|
1483
|
+
hash: sha256:ac7f931f107fe2adc020ef26f8ea0e1aba57dd0ba3d02bbff3b92e3ca6466368
|
|
1536
1484
|
type: agent
|
|
1537
|
-
size:
|
|
1485
|
+
size: 41103
|
|
1538
1486
|
- path: development/agents/sprint-lead.md
|
|
1539
1487
|
hash: sha256:572289b770cdbb0cff9ae2de4b2d19c38ce814fe978df397aa2794297f562c91
|
|
1540
1488
|
type: agent
|
|
1541
1489
|
size: 14441
|
|
1542
|
-
- path: development/agents/sprint-lead/MEMORY.md
|
|
1543
|
-
hash: sha256:12a5b03243b3dd6d8df71ae70cb74bd380f00ad892aa2aeffcd9ec6a447cebb0
|
|
1544
|
-
type: agent
|
|
1545
|
-
size: 2023
|
|
1546
1490
|
- path: development/agents/squad-creator.md
|
|
1547
1491
|
hash: sha256:45326e5a21a8d0497f8164160c03db991ea8782300a8880ca46ec4df9835ac01
|
|
1548
1492
|
type: agent
|
|
@@ -1551,10 +1495,6 @@ files:
|
|
|
1551
1495
|
hash: sha256:ef221c2ce9dc7b808feab65d04c80e5d0186fe3343e079404d761b1d9ff056a2
|
|
1552
1496
|
type: agent
|
|
1553
1497
|
size: 21931
|
|
1554
|
-
- path: development/agents/ux/MEMORY.md
|
|
1555
|
-
hash: sha256:315ac4d963d09f50c2686fdcb56fa4c34761b5097600f6a834a44cfacca12414
|
|
1556
|
-
type: agent
|
|
1557
|
-
size: 1078
|
|
1558
1498
|
- path: development/checklists/agent-quality-gate.md
|
|
1559
1499
|
hash: sha256:511d05a2df0e59f3503d882f61131703a5fcecb47d75f99b392086fc3a663433
|
|
1560
1500
|
type: checklist
|
|
@@ -1663,10 +1603,6 @@ files:
|
|
|
1663
1603
|
hash: sha256:e58ad5d52b329d335ee73245352ae545df19c8122e23f34750a6a75996ca9dc6
|
|
1664
1604
|
type: script
|
|
1665
1605
|
size: 5386
|
|
1666
|
-
- path: development/scripts/approval-workflow.js
|
|
1667
|
-
hash: sha256:3e0874ab55558dd39539dc1da7eea97c60f5797129165c385a01a699b1e98df0
|
|
1668
|
-
type: script
|
|
1669
|
-
size: 21560
|
|
1670
1606
|
- path: development/scripts/audit-agent-config.js
|
|
1671
1607
|
hash: sha256:fde7fba12b7b451109911d75ac7719c0c5f586bf81341fb0d79d4110be3750af
|
|
1672
1608
|
type: script
|
|
@@ -1675,30 +1611,10 @@ files:
|
|
|
1675
1611
|
hash: sha256:38cd58a782cc942481bcf1279bdb239c4ea760de0c6df7f5f09166110d6e8b19
|
|
1676
1612
|
type: script
|
|
1677
1613
|
size: 10019
|
|
1678
|
-
- path: development/scripts/backup-manager.js
|
|
1679
|
-
hash: sha256:04aee4ddce4943ae7457319cd57df9a4d592be641a007b79efde33273b0cdd90
|
|
1680
|
-
type: script
|
|
1681
|
-
size: 16666
|
|
1682
1614
|
- path: development/scripts/batch-update-agents-session-context.js
|
|
1683
1615
|
hash: sha256:5b301f24fd43c6054000cafae9e2457abd023aae1d80a6f65e43a1bf3ce07319
|
|
1684
1616
|
type: script
|
|
1685
1617
|
size: 2928
|
|
1686
|
-
- path: development/scripts/branch-manager.js
|
|
1687
|
-
hash: sha256:694c20fe8725e06e7f263a8d3ec19057aab1bfdf3820cf70c350e4c54523fffa
|
|
1688
|
-
type: script
|
|
1689
|
-
size: 11540
|
|
1690
|
-
- path: development/scripts/code-quality-improver.js
|
|
1691
|
-
hash: sha256:541d7028563a510020119967c3237dfcc84feb039d85bf790624a690c43c18e9
|
|
1692
|
-
type: script
|
|
1693
|
-
size: 40546
|
|
1694
|
-
- path: development/scripts/commit-message-generator.js
|
|
1695
|
-
hash: sha256:d97f1cac89c86dfc489a5327bf3e2583ebcceef3b090887002367ee440abcf33
|
|
1696
|
-
type: script
|
|
1697
|
-
size: 25379
|
|
1698
|
-
- path: development/scripts/conflict-resolver.js
|
|
1699
|
-
hash: sha256:f27bbf2ce203c74634064b5d369aa90d506b364cabf2a303c911a849218b5c5d
|
|
1700
|
-
type: script
|
|
1701
|
-
size: 19189
|
|
1702
1618
|
- path: development/scripts/decision-context.js
|
|
1703
1619
|
hash: sha256:e9bfb559fbd9732f5ba3d25564ddfaec41d7d6c3cc719ceba5c750a637df14dc
|
|
1704
1620
|
type: script
|
|
@@ -1715,26 +1631,14 @@ files:
|
|
|
1715
1631
|
hash: sha256:aaeefc65620010f8ad22213595c833228d1037d2775e96dd1708d198040ae6a7
|
|
1716
1632
|
type: script
|
|
1717
1633
|
size: 5137
|
|
1718
|
-
- path: development/scripts/dependency-analyzer.js
|
|
1719
|
-
hash: sha256:39880d23a840dcc06d2e235e5e04417b435497f87acae8a57104c130be74e718
|
|
1720
|
-
type: script
|
|
1721
|
-
size: 18035
|
|
1722
1634
|
- path: development/scripts/dev-context-loader.js
|
|
1723
1635
|
hash: sha256:6de474e8311aa8f7f19494b6bf81287592f8f577b0c1a345b2e1a28e94b28171
|
|
1724
1636
|
type: script
|
|
1725
1637
|
size: 8238
|
|
1726
|
-
- path: development/scripts/diff-generator.js
|
|
1727
|
-
hash: sha256:d55d4a61ad34053338b29ecfbcf1d2547980ba884318c0752f7a9e3b22389460
|
|
1728
|
-
type: script
|
|
1729
|
-
size: 10668
|
|
1730
1638
|
- path: development/scripts/generate-greeting.js
|
|
1731
1639
|
hash: sha256:052b669917fe0934942cc85f613af8fe7302a9b7d70187c9558337bef3f9ec92
|
|
1732
1640
|
type: script
|
|
1733
1641
|
size: 3221
|
|
1734
|
-
- path: development/scripts/git-wrapper.js
|
|
1735
|
-
hash: sha256:172aa10616b1fb98a685af9afa81c85b09db3546176dc4a83cfdb06ca1015588
|
|
1736
|
-
type: script
|
|
1737
|
-
size: 11890
|
|
1738
1642
|
- path: development/scripts/greeting-builder.js
|
|
1739
1643
|
hash: sha256:293b89379a558837cfab65893130b638d6207079cde2d5252578089bb25732be
|
|
1740
1644
|
type: script
|
|
@@ -1763,34 +1667,14 @@ files:
|
|
|
1763
1667
|
hash: sha256:d6f3a03f975b01e4bf86b185228833e965145e3be10ce8a1d4e6cfc54c85b3f4
|
|
1764
1668
|
type: script
|
|
1765
1669
|
size: 9455
|
|
1766
|
-
- path: development/scripts/modification-validator.js
|
|
1767
|
-
hash: sha256:0bce67d53b19243654626bf53d754019011e327d037fdc7ca06bb0e1e1889022
|
|
1768
|
-
type: script
|
|
1769
|
-
size: 16489
|
|
1770
1670
|
- path: development/scripts/pattern-learner.js
|
|
1771
1671
|
hash: sha256:8fc513199884abdc7ac011fac381ba1bb695d43fa7d08a655951bf55754749f4
|
|
1772
1672
|
type: script
|
|
1773
1673
|
size: 35071
|
|
1774
|
-
- path: development/scripts/performance-analyzer.js
|
|
1775
|
-
hash: sha256:a28eb3b242415f6bb4252c2b1579723cd8c6a5dbb59549783ef9150baaa259c4
|
|
1776
|
-
type: script
|
|
1777
|
-
size: 23414
|
|
1778
1674
|
- path: development/scripts/populate-entity-registry.js
|
|
1779
1675
|
hash: sha256:2232bebc783c13e222c7b80713eae016343406ab2a878b0c6950b0691202d8c1
|
|
1780
1676
|
type: script
|
|
1781
1677
|
size: 25928
|
|
1782
|
-
- path: development/scripts/refactoring-suggester.js
|
|
1783
|
-
hash: sha256:66bf0be38efb417619e652c690d41337202dae7defa454bec73b010b05bb6db4
|
|
1784
|
-
type: script
|
|
1785
|
-
size: 35228
|
|
1786
|
-
- path: development/scripts/rollback-handler.js
|
|
1787
|
-
hash: sha256:c79a84fa3b4bc86b6e26f994039555a854063c0f036b0b08d7ce2c32a2134c7e
|
|
1788
|
-
type: script
|
|
1789
|
-
size: 16563
|
|
1790
|
-
- path: development/scripts/security-checker.js
|
|
1791
|
-
hash: sha256:b1ccf2428b623bdb3bac364ed92092fe55a8ec8a4fb5f086a0ad1b140fe69d25
|
|
1792
|
-
type: script
|
|
1793
|
-
size: 9524
|
|
1794
1678
|
- path: development/scripts/skill-validator.js
|
|
1795
1679
|
hash: sha256:9e8decda5a7bf73f05772ba0a315931b55bc61e333efea16901c5170752fb297
|
|
1796
1680
|
type: script
|
|
@@ -1859,26 +1743,10 @@ files:
|
|
|
1859
1743
|
hash: sha256:c4c46498b93e3ddf268648735e8059edbc6c84b21ef7675ba1557fa8cc856bcb
|
|
1860
1744
|
type: script
|
|
1861
1745
|
size: 3986
|
|
1862
|
-
- path: development/scripts/template-engine.js
|
|
1863
|
-
hash: sha256:d4143c5ec5fb4238e4d86a7cdbae610787f7647117bd5ed76cf61cfd7792cdb7
|
|
1864
|
-
type: script
|
|
1865
|
-
size: 6961
|
|
1866
|
-
- path: development/scripts/template-validator.js
|
|
1867
|
-
hash: sha256:f08cc27cbcc2990df0eb48f0aa677f196949b5a6c82c1837d0fdff0c7684f39f
|
|
1868
|
-
type: script
|
|
1869
|
-
size: 8335
|
|
1870
|
-
- path: development/scripts/test-generator.js
|
|
1871
|
-
hash: sha256:55dc8708ad43492fa886dfb1bbb8f9c25138f49a1d4e3a310f30ee30574050aa
|
|
1872
|
-
type: script
|
|
1873
|
-
size: 24943
|
|
1874
1746
|
- path: development/scripts/test-greeting-system.js
|
|
1875
1747
|
hash: sha256:eb0379edc43f6a448138420cda25b1685caaa8e5d2884afee27766a525e92f5d
|
|
1876
1748
|
type: script
|
|
1877
1749
|
size: 5563
|
|
1878
|
-
- path: development/scripts/transaction-manager.js
|
|
1879
|
-
hash: sha256:4df7b626b5d29c0527e265451099e65ab2aa004534259cf094695f5d71eac620
|
|
1880
|
-
type: script
|
|
1881
|
-
size: 17614
|
|
1882
1750
|
- path: development/scripts/unified-activation-pipeline.js
|
|
1883
1751
|
hash: sha256:9ac8eabc4635500e9d10cebe52e2147f15366840b0a3f97313f17a61b95d1062
|
|
1884
1752
|
type: script
|
|
@@ -1915,10 +1783,6 @@ files:
|
|
|
1915
1783
|
hash: sha256:05226c7d3c27cf94ccd653686f3ce043c7b649fef753ce0f17ffb470cf01bd76
|
|
1916
1784
|
type: script
|
|
1917
1785
|
size: 25486
|
|
1918
|
-
- path: development/scripts/yaml-validator.js
|
|
1919
|
-
hash: sha256:b64ef84a6def84cc600aca2c04fedd1999be394cac017409231752ee9eb51f46
|
|
1920
|
-
type: script
|
|
1921
|
-
size: 10338
|
|
1922
1786
|
- path: development/skills/captcha-handler.md
|
|
1923
1787
|
hash: sha256:de3fcdf981a727a2b2efd532d4596bed50a0f2ba14c340bcd8b735ad7fab5876
|
|
1924
1788
|
type: development
|
|
@@ -2836,9 +2700,9 @@ files:
|
|
|
2836
2700
|
type: template
|
|
2837
2701
|
size: 1106
|
|
2838
2702
|
- path: development/templates/chrome-brain/knowledge-base/chrome-brain.md
|
|
2839
|
-
hash: sha256:
|
|
2703
|
+
hash: sha256:4b73f2a5c680aa9260e7c66a0a222a6927a0032784ca803eb309816774a5de84
|
|
2840
2704
|
type: template
|
|
2841
|
-
size:
|
|
2705
|
+
size: 5894
|
|
2842
2706
|
- path: development/templates/chrome-brain/knowledge-base/claude-in-chrome.md
|
|
2843
2707
|
hash: sha256:b91572e0ddf072f21546a8ee7b910c692e052ba87dc3a6eb829fe049d28180c2
|
|
2844
2708
|
type: template
|
|
@@ -3440,9 +3304,9 @@ files:
|
|
|
3440
3304
|
type: script
|
|
3441
3305
|
size: 8847
|
|
3442
3306
|
- path: infrastructure/scripts/ide-sync/index.js
|
|
3443
|
-
hash: sha256:
|
|
3307
|
+
hash: sha256:86578adee8ec6fd5cc7a38d70ea04984d4c7bdb717126c21e0cc32b044c4c5c9
|
|
3444
3308
|
type: script
|
|
3445
|
-
size:
|
|
3309
|
+
size: 18770
|
|
3446
3310
|
- path: infrastructure/scripts/ide-sync/persona-renderer.js
|
|
3447
3311
|
hash: sha256:44f76be1e48c4a6271d8c721687d8788d2317a1163d74731abfe97f36775334d
|
|
3448
3312
|
type: script
|
|
@@ -3684,9 +3548,9 @@ files:
|
|
|
3684
3548
|
type: script
|
|
3685
3549
|
size: 18249
|
|
3686
3550
|
- path: infrastructure/scripts/validate-agents.js
|
|
3687
|
-
hash: sha256:
|
|
3551
|
+
hash: sha256:62f4f46fa2117f633b96b42be5fcf0448cf56408998affee6728e798c8014733
|
|
3688
3552
|
type: script
|
|
3689
|
-
size:
|
|
3553
|
+
size: 21894
|
|
3690
3554
|
- path: infrastructure/scripts/validate-claude-integration.js
|
|
3691
3555
|
hash: sha256:fe5e85f257724ec86178d4ed0a4cc6ce4d98b5b093f707851852ae0d2469abad
|
|
3692
3556
|
type: script
|
package/AGENTS.md
CHANGED
|
@@ -29,8 +29,19 @@ SINAPSE is a meta-framework that orchestrates AI agents into specialized squads
|
|
|
29
29
|
|
|
30
30
|
- **CLI First** -- All intelligence lives in the CLI. Dashboards observe, never control.
|
|
31
31
|
- **4-Layer Boundary** -- L1 (core, immutable) / L2 (templates, extend-only) / L3 (config, mutable) / L4 (runtime, always modify).
|
|
32
|
-
- **Documentation-First** -- No code without a validated story. Pipeline: Epic -> Story -> Validation -> Implementation.
|
|
33
|
-
- **Constitution** -- 11 articles with automatic gates that block violations
|
|
32
|
+
- **Documentation-First Development** -- No code without a validated story. Pipeline: Epic -> Story -> Validation -> Implementation.
|
|
33
|
+
- **Constitution** -- 11 articles with automatic gates that block violations (full text: `.sinapse-ai/constitution.md`):
|
|
34
|
+
- **I. CLI First** -- intelligence in the CLI; dashboards observe, never control.
|
|
35
|
+
- **II. Agent Authority** -- exclusive authorities (only @devops pushes/PRs/releases); no agent assumes another's role.
|
|
36
|
+
- **III. Documentation-First Development** -- no code without a validated story.
|
|
37
|
+
- **IV. No Invention** -- every spec statement traces to a requirement/research finding.
|
|
38
|
+
- **V. Quality First** -- lint, typecheck, tests and (when applicable) build must pass.
|
|
39
|
+
- **VI. Absolute Imports** -- prefer `@/` over relative paths.
|
|
40
|
+
- **VII. Ecosystem Metrics Accuracy** -- squad/agent counts must be exact across all docs.
|
|
41
|
+
- **VIII. Mandatory Delegation** -- orchestrators always delegate domain work to specialists.
|
|
42
|
+
- **IX. Safe Collaboration** -- branch + sync + secret-scan; never work directly on main.
|
|
43
|
+
- **X. Security & Data Protection** -- RLS, least privilege, secrets in env, LGPD compliance.
|
|
44
|
+
- **XI. Conservative Default** -- prefer the least-destructive action; deletions in protected paths need an explicit override.
|
|
34
45
|
|
|
35
46
|
### Project Structure
|
|
36
47
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,29 @@
|
|
|
1
|
-
## [1.
|
|
1
|
+
## [1.13.0](https://github.com/caioimori/sinapse-ai/compare/1.12.2...1.13.0) (2026-06-22)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* injeta municao de engenharia de software nos 8 agents tecnicos ([#264](https://github.com/caioimori/sinapse-ai/issues/264)) ([75d1439](https://github.com/caioimori/sinapse-ai/commit/75d14392ab26ae3781ac677da8beea1566b4d443))
|
|
2
6
|
|
|
3
7
|
### Bug Fixes
|
|
4
8
|
|
|
5
|
-
* **
|
|
9
|
+
* **arch:** Onda 5 (parte segura) — frontmatter squad-product + trava Codex + gitignore ([#270](https://github.com/caioimori/sinapse-ai/issues/270)) ([2af40dd](https://github.com/caioimori/sinapse-ai/commit/2af40dd1a5f83e0ea4f87c9e3792bf243b1a9a27)), closes [#3](https://github.com/caioimori/sinapse-ai/issues/3) [#4](https://github.com/caioimori/sinapse-ai/issues/4) [#5](https://github.com/caioimori/sinapse-ai/issues/5)
|
|
10
|
+
* **gates:** Onda 2 — torna os portões do framework reais (cobertura honesta) ([#267](https://github.com/caioimori/sinapse-ai/issues/267)) ([463b2e3](https://github.com/caioimori/sinapse-ai/commit/463b2e3b5b6a24a53d83fa9803a26f914c904354))
|
|
11
|
+
* **install:** Onda 1 — remove grounding público, corrige leaks pessoais, unifica wordmark SINAPSE AI ([#266](https://github.com/caioimori/sinapse-ai/issues/266)) ([0d1297a](https://github.com/caioimori/sinapse-ai/commit/0d1297abfbf459833dc8afd537d3f3815e0afad0))
|
|
12
|
+
* **install:** Onda 3 — remove código morto e conserta regeneração de agents no update ([#268](https://github.com/caioimori/sinapse-ai/issues/268)) ([9c2b8d3](https://github.com/caioimori/sinapse-ai/commit/9c2b8d305cac58a0f6a3e4a06ef192f16a876d77))
|
|
13
|
+
* **release:** Onda 4 — pacote enxuto + release config + footprint honesto ([#269](https://github.com/caioimori/sinapse-ai/issues/269)) ([a9705cb](https://github.com/caioimori/sinapse-ai/commit/a9705cb50c5571979aef732607bb0783ac577524))
|
|
14
|
+
* **release:** remove @semantic-release/git — incompatível com branch protection ([#276](https://github.com/caioimori/sinapse-ai/issues/276)) ([8b5187d](https://github.com/caioimori/sinapse-ai/commit/8b5187d59d74281e6bdc3d792da489a2614fcff5))
|
|
15
|
+
* **test:** conserta test:health-check quebrado (mocha→jest) + remove mocha órfão ([#274](https://github.com/caioimori/sinapse-ai/issues/274)) ([98f346d](https://github.com/caioimori/sinapse-ai/commit/98f346d74017dc8a8d2ab836c1e70c4a2a02fb76))
|
|
6
16
|
|
|
7
17
|
### Documentation
|
|
8
18
|
|
|
9
|
-
* **
|
|
10
|
-
* **
|
|
19
|
+
* **constitution:** conserta doctor constitution-consistency (CLAUDE.md + AGENTS.md) ([#273](https://github.com/caioimori/sinapse-ai/issues/273)) ([01f13a2](https://github.com/caioimori/sinapse-ai/commit/01f13a21883511c9eb131f393a0795f9552fc14b))
|
|
20
|
+
* **constitution:** Onda 6 — alinha Constituição à realidade + religa testes válidos ([#272](https://github.com/caioimori/sinapse-ai/issues/272)) ([0f7119b](https://github.com/caioimori/sinapse-ai/commit/0f7119b53c62353e29c1a2260af34044f689f190)), closes [#1](https://github.com/caioimori/sinapse-ai/issues/1) [#2](https://github.com/caioimori/sinapse-ai/issues/2) [#3](https://github.com/caioimori/sinapse-ai/issues/3) [#4](https://github.com/caioimori/sinapse-ai/issues/4)
|
|
21
|
+
* **readme:** atualiza números para o release 1.13.0 (badge testes + health checks) ([#275](https://github.com/caioimori/sinapse-ai/issues/275)) ([083c9ec](https://github.com/caioimori/sinapse-ai/commit/083c9ecc714aa86a583d67ee4d29906f94a98af0))
|
|
22
|
+
* **security:** atualiza triagem dependabot — undici substitui picomatch/brace-expansion ([#265](https://github.com/caioimori/sinapse-ai/issues/265)) ([fac8abd](https://github.com/caioimori/sinapse-ai/commit/fac8abd3595621f0e2458e037111b65ddb2d49a2)), closes [41/#43](https://github.com/41/sinapse-ai/issues/43)
|
|
23
|
+
|
|
24
|
+
### Refactoring
|
|
25
|
+
|
|
26
|
+
* **arch:** Onda 5-pesada ([#1](https://github.com/caioimori/sinapse-ai/issues/1)) — remove cluster git morto de development/scripts ([#271](https://github.com/caioimori/sinapse-ai/issues/271)) ([11c7d18](https://github.com/caioimori/sinapse-ai/commit/11c7d18396917b8ce0ee75da9c27892ff9cdbf1f)), closes [#2](https://github.com/caioimori/sinapse-ai/issues/2)
|
|
11
27
|
|
|
12
28
|
# Changelog
|
|
13
29
|
|
|
@@ -18,6 +34,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
18
34
|
|
|
19
35
|
## [Unreleased]
|
|
20
36
|
|
|
37
|
+
## [1.12.2] — 2026-06-21 — 🧹 Zera warnings de validação + conserta ponteiros Codex
|
|
38
|
+
|
|
39
|
+
> Patch de higiene. Atualização segura via `npx sinapse-ai update`.
|
|
40
|
+
|
|
41
|
+
### Fixed
|
|
42
|
+
|
|
43
|
+
- **`validate:agents` 3 → 0 warnings**: artefatos residuais resolvidos em todos os homes canônicos.
|
|
44
|
+
- **`ide-sync` clobberando ponteiros Codex**: o sync de IDE sobrescrevia os ponteiros `.codex` indevidamente — corrigido para tocar apenas o espelho `.claude`.
|
|
45
|
+
|
|
46
|
+
## [1.12.1] — 2026-06-20 — 📝 Higiene de validação + ortografia do README
|
|
47
|
+
|
|
48
|
+
> Patch de polimento. Atualização segura via `npx sinapse-ai update`.
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
|
|
52
|
+
- **`validate-agents` 98 → 3 warnings**: resolução de artefatos em todos os homes canônicos.
|
|
53
|
+
|
|
54
|
+
### Changed
|
|
55
|
+
|
|
56
|
+
- **README**: ortografia PT-BR completa + contagem de hooks consistente.
|
|
57
|
+
- **Guard de refs externas**: referência interna genericizada.
|
|
58
|
+
|
|
59
|
+
### Documentation
|
|
60
|
+
|
|
61
|
+
- Entrada da v1.12.0 (hardening + conformidade) adicionada ao changelog.
|
|
62
|
+
|
|
21
63
|
## [1.12.0] — 2026-06-20 — 🛡️ Hardening + Conformidade
|
|
22
64
|
|
|
23
65
|
> Maior release de robustez do framework até aqui: ~1 mês de hardening (auditoria clínica de 8 frentes + conformidade às diretrizes) entregue de uma vez. Sem breaking changes — atualização segura via `npx sinapse-ai update`.
|
|
@@ -49,6 +91,79 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
49
91
|
|
|
50
92
|
- `undici` (dev) atualizado para corrigir vulnerabilidade HIGH dev-only. **0 vulnerabilidades em produção.**
|
|
51
93
|
|
|
94
|
+
## [1.11.3] — 2026-06-19 — 🌐 Chrome Brain não abre mais a cada sessão
|
|
95
|
+
|
|
96
|
+
> Patch de UX. Atualização segura via `npx sinapse-ai update`.
|
|
97
|
+
|
|
98
|
+
### Fixed
|
|
99
|
+
|
|
100
|
+
- **Chrome Brain**: removido o hook `SessionStart` que abria o browser em toda sessão.
|
|
101
|
+
|
|
102
|
+
## [1.11.2] — 2026-06-18 — 🧼 Saída do install limpa
|
|
103
|
+
|
|
104
|
+
> Patch de UX. Atualização segura via `npx sinapse-ai update`.
|
|
105
|
+
|
|
106
|
+
### Fixed
|
|
107
|
+
|
|
108
|
+
- **Install**: saída limpa — sem dumps, sem duplicação, branding calmo.
|
|
109
|
+
|
|
110
|
+
## [1.11.1] — 2026-06-18 — 🔧 Dependabot + ide-sync + greeting
|
|
111
|
+
|
|
112
|
+
> Patch de manutenção. Atualização segura via `npx sinapse-ai update`.
|
|
113
|
+
|
|
114
|
+
### Fixed
|
|
115
|
+
|
|
116
|
+
- **Greeting**: normalização de id longo do agente na sugestão de próximo-passo e no gating do modo assistido.
|
|
117
|
+
- **ide-sync**: commit do espelho `.claude` (squad orqx) para destravar o gate de paridade.
|
|
118
|
+
|
|
119
|
+
### Security
|
|
120
|
+
|
|
121
|
+
- **Dependabot**: 9 alertas resolvidos (prod + dev) sem quebra de comportamento.
|
|
122
|
+
|
|
123
|
+
## [1.11.0] — 2026-06-18 — 🚦 Pré-check de Node + mensagens honestas
|
|
124
|
+
|
|
125
|
+
> Atualização segura via `npx sinapse-ai update`.
|
|
126
|
+
|
|
127
|
+
### Added
|
|
128
|
+
|
|
129
|
+
- **Pré-check de versão do Node** antes do install/init (falha rápido em runtime incompatível).
|
|
130
|
+
|
|
131
|
+
### Fixed
|
|
132
|
+
|
|
133
|
+
- **Install**: mensagem de conclusão honesta (deps instaladas + contagem real de agentes).
|
|
134
|
+
- **Secret-scanner**: deixa de falso-positivar em labels de UI com a palavra "password".
|
|
135
|
+
|
|
136
|
+
## [1.10.0] — 2026-06-18 — 🧭 CLI descobrível + guardas de drift
|
|
137
|
+
|
|
138
|
+
> Atualização segura via `npx sinapse-ai update`.
|
|
139
|
+
|
|
140
|
+
### Added
|
|
141
|
+
|
|
142
|
+
- **`--help` completo**: todos os comandos do CLI ficam descobríveis, com guard de regressão.
|
|
143
|
+
- **Guard do Artigo VII**: protege a contagem de artigos da Constitution contra drift.
|
|
144
|
+
|
|
145
|
+
### Fixed
|
|
146
|
+
|
|
147
|
+
- **Reinstall preserva arquivos L3 user-owned** (`core-config`, `MEMORY.md`).
|
|
148
|
+
- **Segurança**: eliminada interpolação de shell no `setx PATH` do install (Windows); 2 vulns moderadas corrigidas (`js-yaml`, `tar`).
|
|
149
|
+
|
|
150
|
+
### Changed
|
|
151
|
+
|
|
152
|
+
- **README**: contagem da Constitution corrigida (10→11 artigos, 6→7 NON-NEGOTIABLE).
|
|
153
|
+
|
|
154
|
+
### Tests
|
|
155
|
+
|
|
156
|
+
- Flakiness eliminado nos testes de orçamento de tempo do UAP bridge e do seed-metrics.
|
|
157
|
+
|
|
158
|
+
## [1.9.1] — 2026-06-18 — 🩹 Correções pós-1.9.0
|
|
159
|
+
|
|
160
|
+
> Patch de correção da auditoria adversarial pós-1.9.0. Atualização segura via `npx sinapse-ai update`.
|
|
161
|
+
|
|
162
|
+
### Fixed
|
|
163
|
+
|
|
164
|
+
- **Release**: `@semantic-release/git` removido temporariamente (a branch protegida rejeitava o push direto na main).
|
|
165
|
+
- Correções pontuais da auditoria adversarial pós-1.9.0.
|
|
166
|
+
|
|
52
167
|
## [1.9.0] — 2026-06-17 — 🧭 Refino Macro (E1–E9) + Paridade Codex
|
|
53
168
|
|
|
54
169
|
> **Refino macro do framework em 9 etapas.** Invocação unificada `@sinapse`/`@snps`; remoção dos editores extras (foco Claude + Codex); medidor de tasks honesto; instalação/update reais; fusão `squad-artdir`→`squad-design` + aposentadoria de 7 chiefs (→ 17 squads · 172 agentes · 1200 tasks); feedback visual de orquestração na statusline; trava de git reativada; paridade Codex de fachada para real; pente-fino de segurança.
|
package/README.en.md
CHANGED
|
@@ -391,7 +391,7 @@ npx sinapse-ai uninstall # Remove the framework from the project
|
|
|
391
391
|
|
|
392
392
|
# Diagnostics
|
|
393
393
|
npx sinapse-ai status # Installation state + list of squads
|
|
394
|
-
npx sinapse-ai doctor #
|
|
394
|
+
npx sinapse-ai doctor # 16 health checks against the environment
|
|
395
395
|
npx sinapse-ai doctor --fix # Auto-fix detected issues
|
|
396
396
|
npx sinapse-ai doctor --json # Machine-readable output for CI
|
|
397
397
|
npx sinapse-ai doctor --dry-run # Show what `--fix` would do without applying
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
[](LICENSE)
|
|
3
3
|
[](https://nodejs.org/)
|
|
4
4
|
[](https://github.com/caioimori/sinapse-ai/actions/workflows/ci.yml)
|
|
5
|
-
[](https://github.com/caioimori/sinapse-ai/actions/workflows/ci.yml)
|
|
6
6
|
[](.sinapse-ai/constitution.md)
|
|
7
7
|
|
|
8
8
|
```
|
|
@@ -39,26 +39,6 @@ O diferencial não é apenas a quantidade de agentes. É **governança real**: 1
|
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
|
42
|
-
<!-- BEGIN GROUNDING (Story 10.47) -->
|
|
43
|
-
## Grounding semântico (opt-in, foundation pré-GA)
|
|
44
|
-
|
|
45
|
-
Frameworks de agente assumem que o LLM já sabe o que importa no seu projeto. O SINAPSE-AI inverte: oferece **três canais opcionais** para ancorar o agente no seu contexto real — vault de notas, design system, brandbook. Configuração zero-overhead agora; injeção semântica completa entra nas próximas releases da linha 1.x.
|
|
46
|
-
|
|
47
|
-
| Canal | Função na release atual | Injeção semântica |
|
|
48
|
-
|-------|------------------------|-------------------|
|
|
49
|
-
| **Vault** | Detecta `~/.claude/sinapse-ai-config.yaml`, valida schema e expõe o path do seu vault aos hooks shipados | Roadmap — próxima minor 1.x |
|
|
50
|
-
| **Design System** | Mesma foundation: detecta DS configurado, expõe path. Quando ausente, agentes seguem defaults de alta qualidade | Roadmap — próxima minor 1.x |
|
|
51
|
-
| **Brand** | Mesma foundation: detecta brandbook, expõe path. Quando ausente, agentes seguem tom neutro | Roadmap — próxima minor 1.x |
|
|
52
|
-
|
|
53
|
-
**Por que configurar agora:** os 3 hooks já são shipados zero-overhead — sem config, `no-op` completo, zero ruído. Você define os paths uma vez via `npx sinapse-ai install`, e quando a injeção semântica entrar, ativa automaticamente. Nada de reconfigurar, nada de migrar.
|
|
54
|
-
|
|
55
|
-
**Por que isso é diferencial:** outros frameworks de agente acoplam o grounding ao runtime do framework (te forçam a entrar no ecossistema deles). O SINAPSE-AI mantém o grounding como **camada opt-in declarativa** — você escolhe quando e o que ativar, em arquivo próprio, sem lock-in.
|
|
56
|
-
|
|
57
|
-
Configuração detalhada: [`docs/guides/grounding-setup.md`](docs/guides/grounding-setup.md).
|
|
58
|
-
<!-- END GROUNDING (Story 10.47) -->
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
42
|
## Quick Start
|
|
63
43
|
|
|
64
44
|
### 1. Instale
|
|
@@ -73,7 +53,7 @@ O wizard detecta seu ambiente, escolhe a IDE (Claude Code ou Codex) e instala os
|
|
|
73
53
|
|
|
74
54
|
```bash
|
|
75
55
|
npx sinapse-ai status # Lista de squads + agentes instalados
|
|
76
|
-
npx sinapse-ai doctor #
|
|
56
|
+
npx sinapse-ai doctor # 16 health checks contra o ambiente
|
|
77
57
|
```
|
|
78
58
|
|
|
79
59
|
Se algo estiver fora do lugar, `doctor --fix` corrige automaticamente.
|
|
@@ -87,7 +67,7 @@ Se algo estiver fora do lugar, `doctor --fix` corrige automaticamente.
|
|
|
87
67
|
|
|
88
68
|
Pronto. Você tem 17 squads operando no seu terminal.
|
|
89
69
|
|
|
90
|
-
> **Nota sobre `npm install`:**
|
|
70
|
+
> **Nota sobre `npm install`:** O SINAPSE roda um postinstall automático que sincroniza agents para o Claude Code, cria os diretórios de runtime (`.sinapse/handoffs/`, `.sinapse/scratchpad/`) e executa um health check rápido. Para desabilitar (CI, pipelines avançadas), defina `SINAPSE_SKIP_POSTINSTALL=1` antes do `npm install`, ou rode `npm install --ignore-scripts` (comportamento nativo do npm — nenhum postinstall é executado). Nesse caso, rode `sinapse doctor --fix` após a instalação para garantir que o ambiente esteja pronto.
|
|
91
71
|
|
|
92
72
|
---
|
|
93
73
|
|
|
@@ -99,7 +79,7 @@ Toda primeira instalação levanta objeções. Todas legítimas. Respondidas aqu
|
|
|
99
79
|
|
|
100
80
|
Não. Cada projeto tem seu próprio `.sinapse-ai/` — assim como tem seu próprio `package.json` ou `node_modules/`. E isso **não é desperdício, é isolamento**.
|
|
101
81
|
|
|
102
|
-
Tamanho real: `.sinapse-ai/` pesa ~
|
|
82
|
+
Tamanho real: `.sinapse-ai/` pesa ~16MB. Vinte projetos ≈ 320MB — equivalente a um único `node_modules/` de um projeto Next.js típico (300MB+), só que distribuído entre vinte projetos isolados. O custo de espaço é marginal. O ganho de isolamento é essencial.
|
|
103
83
|
|
|
104
84
|
### "Por que não instalar uma vez global e pronto?"
|
|
105
85
|
|
|
@@ -113,7 +93,7 @@ Porque projetos open source precisam ser **autocontidos**. Quando você comparti
|
|
|
113
93
|
|
|
114
94
|
| Aspecto | Global | Local (recomendado) |
|
|
115
95
|
|---------|:------:|:-------------------:|
|
|
116
|
-
| Espaço em disco | Menor (1 cópia) | Maior (~
|
|
96
|
+
| Espaço em disco | Menor (1 cópia) | Maior (~16MB/projeto) |
|
|
117
97
|
| Versionamento per-project | Não | Sim |
|
|
118
98
|
| Clone e funcionando | Não | Sim |
|
|
119
99
|
| Rules customizadas por projeto | Não | Sim |
|
|
@@ -432,7 +412,7 @@ npx sinapse-ai uninstall # Remove o framework do projeto
|
|
|
432
412
|
|
|
433
413
|
# Diagnóstico
|
|
434
414
|
npx sinapse-ai status # Estado da instalação + lista de squads
|
|
435
|
-
npx sinapse-ai doctor #
|
|
415
|
+
npx sinapse-ai doctor # 16 health checks contra o ambiente
|
|
436
416
|
npx sinapse-ai doctor --fix # Auto-corrige problemas detectados
|
|
437
417
|
npx sinapse-ai doctor --json # Saída machine-readable para CI
|
|
438
418
|
npx sinapse-ai doctor --dry-run # Mostra o que `--fix` faria sem aplicar
|
package/bin/cli.js
CHANGED
|
@@ -40,10 +40,7 @@ const {
|
|
|
40
40
|
detectInteractiveMode,
|
|
41
41
|
isFirstRun,
|
|
42
42
|
} = require('./lib/detection');
|
|
43
|
-
const {
|
|
44
|
-
promptLlmChoice,
|
|
45
|
-
promptGroundingSections,
|
|
46
|
-
} = require('./lib/prompts');
|
|
43
|
+
const { promptLlmChoice } = require('./lib/prompts');
|
|
47
44
|
const { header } = require('./lib/header');
|
|
48
45
|
const { cmdHelp } = require('./commands/help');
|
|
49
46
|
const { cmdStatus, cmdList } = require('./commands/status');
|
|
@@ -86,8 +83,6 @@ module.exports = {
|
|
|
86
83
|
// Story 10.46 — exported for tests
|
|
87
84
|
detectInteractiveMode,
|
|
88
85
|
isFirstRun,
|
|
89
|
-
// Story 10.47 — exported for tests
|
|
90
|
-
promptGroundingSections,
|
|
91
86
|
};
|
|
92
87
|
|
|
93
88
|
if (require.main === module) {
|
|
@@ -187,7 +182,7 @@ function runRouter() {
|
|
|
187
182
|
// Story 10.46 — friendly hint on bare `npx sinapse-ai` for a fresh machine.
|
|
188
183
|
header();
|
|
189
184
|
const { BOLD, DIM } = require('./lib/constants');
|
|
190
|
-
logger.always(`${BOLD} Bem-vindo ao
|
|
185
|
+
logger.always(`${BOLD} Bem-vindo ao SINAPSE AI!${NC}`);
|
|
191
186
|
logger.always(`${DIM} Detectei que ainda nao ha instalacao nesta maquina.${NC}`);
|
|
192
187
|
logger.always('');
|
|
193
188
|
logger.always(' Pra comecar, rode:');
|