sinapse-ai 1.20.0 → 1.20.1
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/atlas/render-html.js +10 -8
- package/.sinapse-ai/core/registry/service-registry.json +2 -32
- package/.sinapse-ai/data/entity-registry.yaml +440 -195
- package/.sinapse-ai/development/agents/analyst.md +18 -34
- package/.sinapse-ai/development/agents/architect.md +18 -34
- package/.sinapse-ai/development/agents/data-engineer.md +15 -28
- package/.sinapse-ai/development/agents/developer.md +0 -6
- package/.sinapse-ai/development/agents/devops.md +15 -28
- package/.sinapse-ai/development/agents/product-lead.md +18 -34
- package/.sinapse-ai/development/agents/project-lead.md +18 -34
- package/.sinapse-ai/development/agents/quality-gate.md +18 -34
- package/.sinapse-ai/development/agents/squad-creator.md +15 -27
- package/.sinapse-ai/development/agents/ux-design-expert.md +15 -27
- package/.sinapse-ai/development/scripts/populate-entity-registry.js +3 -0
- package/.sinapse-ai/development/tasks/execute-epic-plan.md +0 -4
- package/.sinapse-ai/development/workflows/epic-orchestration.yaml +0 -1
- package/.sinapse-ai/git-hooks/lib/staged-secret-scan.js +3 -1
- package/.sinapse-ai/install-manifest.yaml +40 -72
- package/.sinapse-ai/product/templates/personalized-agent-template.md +3 -5
- package/.sinapse-ai/workflow-intelligence/index.js +3 -21
- package/AGENTS.md +2 -2
- package/CHANGELOG.md +38 -19
- package/bin/commands/install.js +5 -4
- package/bin/lib/command-generator.js +4 -4
- package/bin/lib/fs-utils.js +18 -0
- package/bin/lib/setup-statusline.js +3 -1
- package/bin/modules/chrome-brain-installer.js +5 -3
- package/bin/modules/mcp-installer.js +3 -6
- package/bin/postinstall.js +2 -1
- package/bin/sinapse-init.js +8 -9
- package/bin/sinapse.js +3 -1
- package/bin/utils/staged-secret-scan.js +3 -1
- package/docs/framework/atlas/OPERATING-ATLAS.md +1 -1
- package/docs/framework/atlas/atlas-data.json +22 -22
- package/docs/framework/atlas/atlas.html +12 -10
- package/docs/framework/source-tree.md +1 -2
- package/package.json +1 -1
- package/packages/installer/src/config/configure-environment.js +8 -6
- package/packages/installer/src/installer/brownfield-upgrader.js +5 -3
- package/packages/installer/src/installer/file-hasher.js +29 -21
- package/packages/installer/src/installer/manifest-signature.js +61 -49
- package/packages/installer/src/installer/post-install-validator.js +24 -17
- package/packages/installer/src/merger/parsers/markdown-section-parser.js +3 -2
- package/packages/installer/src/updater/index.js +7 -1
- package/packages/installer/src/utils/atomic-write.js +35 -0
- package/packages/installer/src/wizard/index.js +5 -3
- package/packages/sinapse-install/src/capabilities/chrome-brain.js +5 -3
- package/packages/sinapse-install/src/installer.js +3 -1
- package/packages/sinapse-install/src/utils/atomic-write.js +67 -0
- package/scripts/apply-persona-disclaimer.js +2 -1
- package/scripts/sinapse-patch.js +2 -1
- package/scripts/sync-squad-yaml-components.js +2 -1
- package/scripts/validate-agents-md.js +2 -1
- package/scripts/validate-article-xi.js +10 -8
- package/scripts/validate-no-external-refs.js +14 -8
- package/squads/claude-code-mastery/agents/claude-mastery-chief.md +3 -8
- package/squads/claude-code-mastery/agents/config-engineer.md +5 -12
- package/squads/claude-code-mastery/agents/hooks-architect.md +5 -11
- package/squads/claude-code-mastery/agents/mcp-integrator.md +5 -12
- package/squads/claude-code-mastery/agents/project-integrator.md +5 -12
- package/squads/claude-code-mastery/agents/roadmap-sentinel.md +5 -12
- package/squads/claude-code-mastery/agents/skill-craftsman.md +5 -11
- package/squads/claude-code-mastery/agents/swarm-orqx.md +15 -28
- package/.sinapse-ai/core/execution/context-injector.js +0 -539
- package/.sinapse-ai/core/execution/parallel-executor.js +0 -301
- package/.sinapse-ai/core/execution/parallel-monitor.js +0 -432
- package/.sinapse-ai/core/execution/semantic-merge-engine.js +0 -1750
- package/.sinapse-ai/core/execution/wave-executor.js +0 -403
- package/.sinapse-ai/development/tasks/waves.md +0 -205
- package/.sinapse-ai/workflow-intelligence/engine/wave-analyzer.js +0 -692
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
metadata:
|
|
2
2
|
version: 1.0.0
|
|
3
|
-
lastUpdated: '2026-07-
|
|
4
|
-
entityCount:
|
|
3
|
+
lastUpdated: '2026-07-03T06:58:13.504Z'
|
|
4
|
+
entityCount: 813
|
|
5
5
|
checksumAlgorithm: sha256
|
|
6
6
|
resolutionRate: 100
|
|
7
7
|
entities:
|
|
@@ -164,8 +164,8 @@ entities:
|
|
|
164
164
|
score: 0.7
|
|
165
165
|
constraints: []
|
|
166
166
|
extensionPoints: []
|
|
167
|
-
checksum: sha256:
|
|
168
|
-
lastVerified: '2026-
|
|
167
|
+
checksum: sha256:e95c8038b07411c6d301ae1bd3c1ae986a7db0c6dad860513477ee94a31eb294
|
|
168
|
+
lastVerified: '2026-07-03T06:55:48.454Z'
|
|
169
169
|
local:
|
|
170
170
|
path: bin/commands/local.js
|
|
171
171
|
layer: L1
|
|
@@ -297,8 +297,8 @@ entities:
|
|
|
297
297
|
score: 0.7
|
|
298
298
|
constraints: []
|
|
299
299
|
extensionPoints: []
|
|
300
|
-
checksum: sha256:
|
|
301
|
-
lastVerified: '2026-
|
|
300
|
+
checksum: sha256:7f71528dc99fc1283f1c9eefa8f482f38a7fa8d4d10ef84c1e2c4c47d5454552
|
|
301
|
+
lastVerified: '2026-07-03T06:55:48.455Z'
|
|
302
302
|
constants:
|
|
303
303
|
path: bin/lib/constants.js
|
|
304
304
|
layer: L1
|
|
@@ -350,13 +350,20 @@ entities:
|
|
|
350
350
|
- fs
|
|
351
351
|
- utils
|
|
352
352
|
usedBy:
|
|
353
|
+
- chrome-brain-installer
|
|
353
354
|
- cli
|
|
354
355
|
- command-generator
|
|
355
356
|
- install
|
|
357
|
+
- mcp-installer
|
|
358
|
+
- postinstall
|
|
359
|
+
- setup-statusline
|
|
360
|
+
- sinapse
|
|
361
|
+
- sinapse-init
|
|
356
362
|
- uninstall
|
|
357
363
|
- update
|
|
358
364
|
dependencies:
|
|
359
365
|
- constants
|
|
366
|
+
- atomic-write
|
|
360
367
|
externalDeps: []
|
|
361
368
|
plannedDeps: []
|
|
362
369
|
lifecycle: production
|
|
@@ -364,8 +371,8 @@ entities:
|
|
|
364
371
|
score: 0.7
|
|
365
372
|
constraints: []
|
|
366
373
|
extensionPoints: []
|
|
367
|
-
checksum: sha256:
|
|
368
|
-
lastVerified: '2026-
|
|
374
|
+
checksum: sha256:915794e5220df95058f459e56829861a0fdbab2d1422ed510fbc3de5aa8d47c1
|
|
375
|
+
lastVerified: '2026-07-03T06:55:48.456Z'
|
|
369
376
|
fuzzy:
|
|
370
377
|
path: bin/lib/fuzzy.js
|
|
371
378
|
layer: L1
|
|
@@ -447,7 +454,8 @@ entities:
|
|
|
447
454
|
- statusline
|
|
448
455
|
usedBy:
|
|
449
456
|
- sinapse-init
|
|
450
|
-
dependencies:
|
|
457
|
+
dependencies:
|
|
458
|
+
- fs-utils
|
|
451
459
|
externalDeps: []
|
|
452
460
|
plannedDeps: []
|
|
453
461
|
lifecycle: production
|
|
@@ -455,8 +463,8 @@ entities:
|
|
|
455
463
|
score: 0.7
|
|
456
464
|
constraints: []
|
|
457
465
|
extensionPoints: []
|
|
458
|
-
checksum: sha256:
|
|
459
|
-
lastVerified: '2026-
|
|
466
|
+
checksum: sha256:29136ce32719995fdd69efdef722fea4158e3ce713ba0b1449be3500e5639147
|
|
467
|
+
lastVerified: '2026-07-03T06:55:48.456Z'
|
|
460
468
|
squads:
|
|
461
469
|
path: bin/lib/squads.js
|
|
462
470
|
layer: L1
|
|
@@ -493,7 +501,8 @@ entities:
|
|
|
493
501
|
- cli
|
|
494
502
|
- install
|
|
495
503
|
- sinapse
|
|
496
|
-
dependencies:
|
|
504
|
+
dependencies:
|
|
505
|
+
- fs-utils
|
|
497
506
|
externalDeps: []
|
|
498
507
|
plannedDeps: []
|
|
499
508
|
lifecycle: production
|
|
@@ -501,8 +510,8 @@ entities:
|
|
|
501
510
|
score: 0.7
|
|
502
511
|
constraints: []
|
|
503
512
|
extensionPoints: []
|
|
504
|
-
checksum: sha256:
|
|
505
|
-
lastVerified: '2026-
|
|
513
|
+
checksum: sha256:96cb1c781357cadaeda4e6f9b970aa556c87beda8f9b6efb071369fd2948d458
|
|
514
|
+
lastVerified: '2026-07-03T06:55:48.457Z'
|
|
506
515
|
env-config:
|
|
507
516
|
path: bin/modules/env-config.js
|
|
508
517
|
layer: L1
|
|
@@ -531,16 +540,17 @@ entities:
|
|
|
531
540
|
- mcp
|
|
532
541
|
- installer
|
|
533
542
|
usedBy: []
|
|
534
|
-
dependencies:
|
|
543
|
+
dependencies:
|
|
544
|
+
- fs-utils
|
|
535
545
|
externalDeps: []
|
|
536
546
|
plannedDeps: []
|
|
537
|
-
lifecycle:
|
|
547
|
+
lifecycle: experimental
|
|
538
548
|
adaptability:
|
|
539
549
|
score: 0.7
|
|
540
550
|
constraints: []
|
|
541
551
|
extensionPoints: []
|
|
542
|
-
checksum: sha256:
|
|
543
|
-
lastVerified: '2026-
|
|
552
|
+
checksum: sha256:1eb85e130f7c0b5e2c02749a14afb01b05e029f8545132d5b4d49c2e6799050f
|
|
553
|
+
lastVerified: '2026-07-03T06:55:48.457Z'
|
|
544
554
|
postinstall:
|
|
545
555
|
path: bin/postinstall.js
|
|
546
556
|
layer: L1
|
|
@@ -549,16 +559,17 @@ entities:
|
|
|
549
559
|
keywords:
|
|
550
560
|
- postinstall
|
|
551
561
|
usedBy: []
|
|
552
|
-
dependencies:
|
|
562
|
+
dependencies:
|
|
563
|
+
- fs-utils
|
|
553
564
|
externalDeps: []
|
|
554
565
|
plannedDeps: []
|
|
555
|
-
lifecycle:
|
|
566
|
+
lifecycle: experimental
|
|
556
567
|
adaptability:
|
|
557
568
|
score: 0.7
|
|
558
569
|
constraints: []
|
|
559
570
|
extensionPoints: []
|
|
560
|
-
checksum: sha256:
|
|
561
|
-
lastVerified: '2026-07-
|
|
571
|
+
checksum: sha256:7d7af407aecf1704b20d248edc724fa9482cff291743543bf3f6e57336fa9a55
|
|
572
|
+
lastVerified: '2026-07-03T06:55:48.457Z'
|
|
562
573
|
sinapse-delegate:
|
|
563
574
|
path: bin/sinapse-delegate.js
|
|
564
575
|
layer: L1
|
|
@@ -607,6 +618,7 @@ entities:
|
|
|
607
618
|
- init
|
|
608
619
|
usedBy: []
|
|
609
620
|
dependencies:
|
|
621
|
+
- fs-utils
|
|
610
622
|
- setup-statusline
|
|
611
623
|
externalDeps: []
|
|
612
624
|
plannedDeps:
|
|
@@ -617,8 +629,8 @@ entities:
|
|
|
617
629
|
score: 0.7
|
|
618
630
|
constraints: []
|
|
619
631
|
extensionPoints: []
|
|
620
|
-
checksum: sha256:
|
|
621
|
-
lastVerified: '2026-
|
|
632
|
+
checksum: sha256:277d4180fa819caa409f97849b25e3f1d11ce8e863b96dd639f8efe184e6e4ff
|
|
633
|
+
lastVerified: '2026-07-03T06:55:48.458Z'
|
|
622
634
|
sinapse-minimal:
|
|
623
635
|
path: bin/sinapse-minimal.js
|
|
624
636
|
layer: L1
|
|
@@ -650,6 +662,7 @@ entities:
|
|
|
650
662
|
dependencies:
|
|
651
663
|
- deprecation-warning
|
|
652
664
|
- detection
|
|
665
|
+
- fs-utils
|
|
653
666
|
- index
|
|
654
667
|
- uninstall
|
|
655
668
|
- chrome-brain-installer
|
|
@@ -669,8 +682,8 @@ entities:
|
|
|
669
682
|
score: 0.7
|
|
670
683
|
constraints: []
|
|
671
684
|
extensionPoints: []
|
|
672
|
-
checksum: sha256:
|
|
673
|
-
lastVerified: '2026-07-
|
|
685
|
+
checksum: sha256:fa741655357dfbc0efcb684c6acf19c582e5512f87e90061d86d52222e223aef
|
|
686
|
+
lastVerified: '2026-07-03T06:55:48.459Z'
|
|
674
687
|
collab-start:
|
|
675
688
|
path: bin/utils/collab-start.js
|
|
676
689
|
layer: L1
|
|
@@ -891,8 +904,8 @@ entities:
|
|
|
891
904
|
score: 0.7
|
|
892
905
|
constraints: []
|
|
893
906
|
extensionPoints: []
|
|
894
|
-
checksum: sha256:
|
|
895
|
-
lastVerified: '2026-
|
|
907
|
+
checksum: sha256:549484de6a79a508b381a51a5b4abd304ba693fae3aad3f7ad67fd914e5eda39
|
|
908
|
+
lastVerified: '2026-07-03T06:55:48.460Z'
|
|
896
909
|
staged-sql-guard:
|
|
897
910
|
path: bin/utils/staged-sql-guard.js
|
|
898
911
|
layer: L1
|
|
@@ -2946,8 +2959,8 @@ entities:
|
|
|
2946
2959
|
score: 0.8
|
|
2947
2960
|
constraints: []
|
|
2948
2961
|
extensionPoints: []
|
|
2949
|
-
checksum: sha256:
|
|
2950
|
-
lastVerified: '2026-
|
|
2962
|
+
checksum: sha256:a505eb0429e05d6c38e0836d7d60e98815aa70f10c855c0936dfde6731682343
|
|
2963
|
+
lastVerified: '2026-07-03T06:55:48.479Z'
|
|
2951
2964
|
export-design-tokens-dtcg:
|
|
2952
2965
|
path: .sinapse-ai/development/tasks/export-design-tokens-dtcg.md
|
|
2953
2966
|
layer: L2
|
|
@@ -3843,11 +3856,11 @@ entities:
|
|
|
3843
3856
|
- suggestions
|
|
3844
3857
|
usedBy: []
|
|
3845
3858
|
dependencies:
|
|
3859
|
+
- suggestion-engine
|
|
3846
3860
|
- workflow-state-manager
|
|
3847
3861
|
- output-formatter
|
|
3848
3862
|
externalDeps: []
|
|
3849
|
-
plannedDeps:
|
|
3850
|
-
- suggestion-engine
|
|
3863
|
+
plannedDeps: []
|
|
3851
3864
|
lifecycle: experimental
|
|
3852
3865
|
adaptability:
|
|
3853
3866
|
score: 0.8
|
|
@@ -6354,30 +6367,6 @@ entities:
|
|
|
6354
6367
|
extensionPoints: []
|
|
6355
6368
|
checksum: sha256:72395f28212ce2742fc9eb282b37cc19aa1fd30b18eb99e3cedb25c35b056802
|
|
6356
6369
|
lastVerified: '2026-06-15T00:26:26.308Z'
|
|
6357
|
-
waves:
|
|
6358
|
-
path: .sinapse-ai/development/tasks/waves.md
|
|
6359
|
-
layer: L2
|
|
6360
|
-
type: task
|
|
6361
|
-
purpose: 'Task: `*waves` - Wave Analysis'
|
|
6362
|
-
keywords:
|
|
6363
|
-
- waves
|
|
6364
|
-
- 'task:'
|
|
6365
|
-
- '`*waves`'
|
|
6366
|
-
- wave
|
|
6367
|
-
- analysis
|
|
6368
|
-
usedBy:
|
|
6369
|
-
- developer
|
|
6370
|
-
dependencies: []
|
|
6371
|
-
externalDeps: []
|
|
6372
|
-
plannedDeps:
|
|
6373
|
-
- workflow-intelligence
|
|
6374
|
-
lifecycle: production
|
|
6375
|
-
adaptability:
|
|
6376
|
-
score: 0.8
|
|
6377
|
-
constraints: []
|
|
6378
|
-
extensionPoints: []
|
|
6379
|
-
checksum: sha256:5f8e9a9f5f630232596fc7222d1e06e3d940bab071f152996fa79e7ac0401842
|
|
6380
|
-
lastVerified: '2026-06-15T00:26:26.308Z'
|
|
6381
6370
|
yolo-toggle:
|
|
6382
6371
|
path: .sinapse-ai/development/tasks/yolo-toggle.md
|
|
6383
6372
|
layer: L2
|
|
@@ -7024,8 +7013,8 @@ entities:
|
|
|
7024
7013
|
score: 0.5
|
|
7025
7014
|
constraints: []
|
|
7026
7015
|
extensionPoints: []
|
|
7027
|
-
checksum: sha256:
|
|
7028
|
-
lastVerified: '2026-
|
|
7016
|
+
checksum: sha256:3fbae9bacf8686c4a127ff90d036337ac24408ad6a75d7bf2a3c1be648d4c82c
|
|
7017
|
+
lastVerified: '2026-07-03T06:55:48.514Z'
|
|
7029
7018
|
personalized-checklist-template:
|
|
7030
7019
|
path: .sinapse-ai/product/templates/personalized-checklist-template.md
|
|
7031
7020
|
layer: L2
|
|
@@ -7926,8 +7915,8 @@ entities:
|
|
|
7926
7915
|
score: 0.7
|
|
7927
7916
|
constraints: []
|
|
7928
7917
|
extensionPoints: []
|
|
7929
|
-
checksum: sha256:
|
|
7930
|
-
lastVerified: '2026-
|
|
7918
|
+
checksum: sha256:b3eb148b44675ab7bb837c1baaf5cfbb312ebf2091e9386efa54f857de60a8bf
|
|
7919
|
+
lastVerified: '2026-07-03T06:56:38.987Z'
|
|
7931
7920
|
skill-validator:
|
|
7932
7921
|
path: .sinapse-ai/development/scripts/skill-validator.js
|
|
7933
7922
|
layer: L2
|
|
@@ -8481,6 +8470,7 @@ entities:
|
|
|
8481
8470
|
usedBy:
|
|
8482
8471
|
- next
|
|
8483
8472
|
- run-workflow-engine
|
|
8473
|
+
- suggestion-engine
|
|
8484
8474
|
- verify-workflow-gaps
|
|
8485
8475
|
dependencies: []
|
|
8486
8476
|
externalDeps: []
|
|
@@ -8616,8 +8606,8 @@ entities:
|
|
|
8616
8606
|
score: 0.4
|
|
8617
8607
|
constraints: []
|
|
8618
8608
|
extensionPoints: []
|
|
8619
|
-
checksum: sha256:
|
|
8620
|
-
lastVerified: '2026-
|
|
8609
|
+
checksum: sha256:630447429b4e0909637c85b6e6e1e92d1e6a49bae969e92ce4e00680fcfba528
|
|
8610
|
+
lastVerified: '2026-07-03T06:55:48.531Z'
|
|
8621
8611
|
render-markdown:
|
|
8622
8612
|
path: .sinapse-ai/core/atlas/render-markdown.js
|
|
8623
8613
|
layer: L1
|
|
@@ -9833,67 +9823,6 @@ entities:
|
|
|
9833
9823
|
extensionPoints: []
|
|
9834
9824
|
checksum: sha256:3b2fe56bf0e1a480f663a02afbb83c6d11cf89fb56815381c7ccafab948a63ae
|
|
9835
9825
|
lastVerified: '2026-06-15T00:26:26.379Z'
|
|
9836
|
-
context-injector:
|
|
9837
|
-
path: .sinapse-ai/core/execution/context-injector.js
|
|
9838
|
-
layer: L1
|
|
9839
|
-
type: module
|
|
9840
|
-
purpose: task.description,
|
|
9841
|
-
keywords:
|
|
9842
|
-
- context
|
|
9843
|
-
- injector
|
|
9844
|
-
usedBy: []
|
|
9845
|
-
dependencies:
|
|
9846
|
-
- gotchas-memory
|
|
9847
|
-
externalDeps: []
|
|
9848
|
-
plannedDeps:
|
|
9849
|
-
- memory-query
|
|
9850
|
-
- session-memory
|
|
9851
|
-
lifecycle: experimental
|
|
9852
|
-
adaptability:
|
|
9853
|
-
score: 0.4
|
|
9854
|
-
constraints: []
|
|
9855
|
-
extensionPoints: []
|
|
9856
|
-
checksum: sha256:bc97b8e0ccddb6638e22bd5455c24676d5136b2d0e0fba76392f3665992adb73
|
|
9857
|
-
lastVerified: '2026-07-03T01:16:34.726Z'
|
|
9858
|
-
parallel-executor:
|
|
9859
|
-
path: .sinapse-ai/core/execution/parallel-executor.js
|
|
9860
|
-
layer: L1
|
|
9861
|
-
type: module
|
|
9862
|
-
purpose: Entity at .sinapse-ai\core\execution\parallel-executor.js
|
|
9863
|
-
keywords:
|
|
9864
|
-
- parallel
|
|
9865
|
-
- executor
|
|
9866
|
-
usedBy:
|
|
9867
|
-
- workflow-orchestrator
|
|
9868
|
-
dependencies: []
|
|
9869
|
-
externalDeps: []
|
|
9870
|
-
plannedDeps: []
|
|
9871
|
-
lifecycle: production
|
|
9872
|
-
adaptability:
|
|
9873
|
-
score: 0.4
|
|
9874
|
-
constraints: []
|
|
9875
|
-
extensionPoints: []
|
|
9876
|
-
checksum: sha256:6bdc770710cd23f264b1eccfd0790037c0b3e71eeec83efd0d5a06b099df2322
|
|
9877
|
-
lastVerified: '2026-07-03T01:16:34.726Z'
|
|
9878
|
-
parallel-monitor:
|
|
9879
|
-
path: .sinapse-ai/core/execution/parallel-monitor.js
|
|
9880
|
-
layer: L1
|
|
9881
|
-
type: module
|
|
9882
|
-
purpose: t.description,
|
|
9883
|
-
keywords:
|
|
9884
|
-
- parallel
|
|
9885
|
-
- monitor
|
|
9886
|
-
usedBy: []
|
|
9887
|
-
dependencies: []
|
|
9888
|
-
externalDeps: []
|
|
9889
|
-
plannedDeps: []
|
|
9890
|
-
lifecycle: orphan
|
|
9891
|
-
adaptability:
|
|
9892
|
-
score: 0.4
|
|
9893
|
-
constraints: []
|
|
9894
|
-
extensionPoints: []
|
|
9895
|
-
checksum: sha256:9b9413fb4c42c236e2a7628201f705640c69dcf4643eedbcdc98ca49d403e755
|
|
9896
|
-
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
9897
9826
|
rate-limit-manager:
|
|
9898
9827
|
path: .sinapse-ai/core/execution/rate-limit-manager.js
|
|
9899
9828
|
layer: L1
|
|
@@ -9903,12 +9832,11 @@ entities:
|
|
|
9903
9832
|
- rate
|
|
9904
9833
|
- limit
|
|
9905
9834
|
- manager
|
|
9906
|
-
usedBy:
|
|
9907
|
-
- wave-executor
|
|
9835
|
+
usedBy: []
|
|
9908
9836
|
dependencies: []
|
|
9909
9837
|
externalDeps: []
|
|
9910
9838
|
plannedDeps: []
|
|
9911
|
-
lifecycle:
|
|
9839
|
+
lifecycle: orphan
|
|
9912
9840
|
adaptability:
|
|
9913
9841
|
score: 0.4
|
|
9914
9842
|
constraints: []
|
|
@@ -9934,27 +9862,6 @@ entities:
|
|
|
9934
9862
|
extensionPoints: []
|
|
9935
9863
|
checksum: sha256:7d85df76eb252b098bfaf3ed5b7f07d408654a2d0ef9336c722fac1576355d81
|
|
9936
9864
|
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
9937
|
-
semantic-merge-engine:
|
|
9938
|
-
path: .sinapse-ai/core/execution/semantic-merge-engine.js
|
|
9939
|
-
layer: L1
|
|
9940
|
-
type: module
|
|
9941
|
-
purpose: Entity at .sinapse-ai\core\execution\semantic-merge-engine.js
|
|
9942
|
-
keywords:
|
|
9943
|
-
- semantic
|
|
9944
|
-
- merge
|
|
9945
|
-
- engine
|
|
9946
|
-
usedBy:
|
|
9947
|
-
- active-modules.verify
|
|
9948
|
-
dependencies: []
|
|
9949
|
-
externalDeps: []
|
|
9950
|
-
plannedDeps: []
|
|
9951
|
-
lifecycle: production
|
|
9952
|
-
adaptability:
|
|
9953
|
-
score: 0.4
|
|
9954
|
-
constraints: []
|
|
9955
|
-
extensionPoints: []
|
|
9956
|
-
checksum: sha256:318cd9e23ac29a3beabc5d0bf98e87a1b7131bbca4e4c16cd13081be0297b857
|
|
9957
|
-
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
9958
9865
|
subagent-dispatcher:
|
|
9959
9866
|
path: .sinapse-ai/core/execution/subagent-dispatcher.js
|
|
9960
9867
|
layer: L1
|
|
@@ -9981,27 +9888,6 @@ entities:
|
|
|
9981
9888
|
extensionPoints: []
|
|
9982
9889
|
checksum: sha256:c291a8d9dea32273577b5c726626f4bc7a94b6aa67a52c9f312d6448ca6ab910
|
|
9983
9890
|
lastVerified: '2026-06-18T04:29:34.042Z'
|
|
9984
|
-
wave-executor:
|
|
9985
|
-
path: .sinapse-ai/core/execution/wave-executor.js
|
|
9986
|
-
layer: L1
|
|
9987
|
-
type: module
|
|
9988
|
-
purpose: t.description })),
|
|
9989
|
-
keywords:
|
|
9990
|
-
- wave
|
|
9991
|
-
- executor
|
|
9992
|
-
usedBy: []
|
|
9993
|
-
dependencies:
|
|
9994
|
-
- rate-limit-manager
|
|
9995
|
-
externalDeps: []
|
|
9996
|
-
plannedDeps:
|
|
9997
|
-
- wave-analyzer
|
|
9998
|
-
lifecycle: experimental
|
|
9999
|
-
adaptability:
|
|
10000
|
-
score: 0.4
|
|
10001
|
-
constraints: []
|
|
10002
|
-
extensionPoints: []
|
|
10003
|
-
checksum: sha256:b747c77ac896813844c3f580e0c703f8dbf24159d2b528a816202178ebc0f37e
|
|
10004
|
-
lastVerified: '2026-07-03T01:16:34.727Z'
|
|
10005
9891
|
delegate-cli:
|
|
10006
9892
|
path: .sinapse-ai/core/external-executors/delegate-cli.js
|
|
10007
9893
|
layer: L1
|
|
@@ -11565,7 +11451,6 @@ entities:
|
|
|
11565
11451
|
usedBy: []
|
|
11566
11452
|
dependencies:
|
|
11567
11453
|
- gotchas-memory
|
|
11568
|
-
- semantic-merge-engine
|
|
11569
11454
|
externalDeps: []
|
|
11570
11455
|
plannedDeps: []
|
|
11571
11456
|
lifecycle: experimental
|
|
@@ -11573,8 +11458,8 @@ entities:
|
|
|
11573
11458
|
score: 0.4
|
|
11574
11459
|
constraints: []
|
|
11575
11460
|
extensionPoints: []
|
|
11576
|
-
checksum: sha256:
|
|
11577
|
-
lastVerified: '2026-
|
|
11461
|
+
checksum: sha256:121996da9fcc8c7e3fa0fcfcbc7cf7661e395c498b65f43dc9e8dad9a6ef4848
|
|
11462
|
+
lastVerified: '2026-07-03T06:58:13.160Z'
|
|
11578
11463
|
gotchas-memory:
|
|
11579
11464
|
path: .sinapse-ai/core/memory/gotchas-memory.js
|
|
11580
11465
|
layer: L1
|
|
@@ -11586,7 +11471,6 @@ entities:
|
|
|
11586
11471
|
usedBy:
|
|
11587
11472
|
- active-modules.verify
|
|
11588
11473
|
- build-orchestrator
|
|
11589
|
-
- context-injector
|
|
11590
11474
|
- developer
|
|
11591
11475
|
- gotcha
|
|
11592
11476
|
- gotchas
|
|
@@ -12150,6 +12034,26 @@ entities:
|
|
|
12150
12034
|
extensionPoints: []
|
|
12151
12035
|
checksum: sha256:4683565c3da6d33fa5aeb4629dfa525f90715cb3b3cbbaa4c8a8d952766839d7
|
|
12152
12036
|
lastVerified: '2026-06-15T00:26:26.410Z'
|
|
12037
|
+
parallel-executor:
|
|
12038
|
+
path: .sinapse-ai/core/orchestration/parallel-executor.js
|
|
12039
|
+
layer: L1
|
|
12040
|
+
type: module
|
|
12041
|
+
purpose: '{'
|
|
12042
|
+
keywords:
|
|
12043
|
+
- parallel
|
|
12044
|
+
- executor
|
|
12045
|
+
usedBy:
|
|
12046
|
+
- workflow-orchestrator
|
|
12047
|
+
dependencies: []
|
|
12048
|
+
externalDeps: []
|
|
12049
|
+
plannedDeps: []
|
|
12050
|
+
lifecycle: production
|
|
12051
|
+
adaptability:
|
|
12052
|
+
score: 0.4
|
|
12053
|
+
constraints: []
|
|
12054
|
+
extensionPoints: []
|
|
12055
|
+
checksum: sha256:f72ce9b96274082399af3ed63ec78def1a1e00a60ec7543bf15a510328e83d4e
|
|
12056
|
+
lastVerified: '2026-07-03T06:55:48.555Z'
|
|
12153
12057
|
recovery-handler:
|
|
12154
12058
|
path: .sinapse-ai/core/orchestration/recovery-handler.js
|
|
12155
12059
|
layer: L1
|
|
@@ -12758,6 +12662,7 @@ entities:
|
|
|
12758
12662
|
usedBy:
|
|
12759
12663
|
- context-loading
|
|
12760
12664
|
- index.esm
|
|
12665
|
+
- suggestion-engine
|
|
12761
12666
|
- unified-activation-pipeline
|
|
12762
12667
|
dependencies:
|
|
12763
12668
|
- context-detector
|
|
@@ -13419,6 +13324,7 @@ entities:
|
|
|
13419
13324
|
usedBy:
|
|
13420
13325
|
- config-migrator
|
|
13421
13326
|
- context-detector
|
|
13327
|
+
- fs-utils
|
|
13422
13328
|
- registry-syncer
|
|
13423
13329
|
- symlink-manager
|
|
13424
13330
|
- unified-activation-pipeline
|
|
@@ -13609,6 +13515,340 @@ entities:
|
|
|
13609
13515
|
extensionPoints: []
|
|
13610
13516
|
checksum: sha256:f72e8317728b72addd02fdffcf8bdde22f50eccdb45e34bd24f70bce2ad88bb7
|
|
13611
13517
|
lastVerified: '2026-06-15T00:26:26.428Z'
|
|
13518
|
+
wis-modules:
|
|
13519
|
+
confidence-scorer.test:
|
|
13520
|
+
path: .sinapse-ai/workflow-intelligence/__tests__/confidence-scorer.test.js
|
|
13521
|
+
layer: L4
|
|
13522
|
+
type: module
|
|
13523
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\__tests__\confidence-scorer.test.js
|
|
13524
|
+
keywords:
|
|
13525
|
+
- confidence
|
|
13526
|
+
- scorer
|
|
13527
|
+
- test
|
|
13528
|
+
usedBy: []
|
|
13529
|
+
dependencies:
|
|
13530
|
+
- confidence-scorer
|
|
13531
|
+
externalDeps: []
|
|
13532
|
+
plannedDeps: []
|
|
13533
|
+
lifecycle: experimental
|
|
13534
|
+
adaptability:
|
|
13535
|
+
score: 0.4
|
|
13536
|
+
constraints: []
|
|
13537
|
+
extensionPoints: []
|
|
13538
|
+
checksum: sha256:7726b85c14d8116fc9dfa6d13ede3bbbb846afc97358668019687d3807b472ba
|
|
13539
|
+
lastVerified: '2026-07-03T06:56:39.031Z'
|
|
13540
|
+
integration.test:
|
|
13541
|
+
path: .sinapse-ai/workflow-intelligence/__tests__/integration.test.js
|
|
13542
|
+
layer: L4
|
|
13543
|
+
type: module
|
|
13544
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\__tests__\integration.test.js
|
|
13545
|
+
keywords:
|
|
13546
|
+
- integration
|
|
13547
|
+
- test
|
|
13548
|
+
usedBy: []
|
|
13549
|
+
dependencies:
|
|
13550
|
+
- index
|
|
13551
|
+
externalDeps: []
|
|
13552
|
+
plannedDeps: []
|
|
13553
|
+
lifecycle: experimental
|
|
13554
|
+
adaptability:
|
|
13555
|
+
score: 0.4
|
|
13556
|
+
constraints: []
|
|
13557
|
+
extensionPoints: []
|
|
13558
|
+
checksum: sha256:34421819f60f450e830508cebd16a25e72cbe225eade29abac8188e8a0ced6b2
|
|
13559
|
+
lastVerified: '2026-07-03T06:56:39.031Z'
|
|
13560
|
+
suggestion-engine.test:
|
|
13561
|
+
path: .sinapse-ai/workflow-intelligence/__tests__/suggestion-engine.test.js
|
|
13562
|
+
layer: L4
|
|
13563
|
+
type: module
|
|
13564
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\__tests__\suggestion-engine.test.js
|
|
13565
|
+
keywords:
|
|
13566
|
+
- suggestion
|
|
13567
|
+
- engine
|
|
13568
|
+
- test
|
|
13569
|
+
usedBy: []
|
|
13570
|
+
dependencies:
|
|
13571
|
+
- suggestion-engine
|
|
13572
|
+
externalDeps: []
|
|
13573
|
+
plannedDeps: []
|
|
13574
|
+
lifecycle: experimental
|
|
13575
|
+
adaptability:
|
|
13576
|
+
score: 0.4
|
|
13577
|
+
constraints: []
|
|
13578
|
+
extensionPoints: []
|
|
13579
|
+
checksum: sha256:4dd26f611a58c0bcd54dc69e1804efe103406ee0c0bda0880a4b39aecf540045
|
|
13580
|
+
lastVerified: '2026-07-03T06:56:39.031Z'
|
|
13581
|
+
workflow-registry.test:
|
|
13582
|
+
path: .sinapse-ai/workflow-intelligence/__tests__/workflow-registry.test.js
|
|
13583
|
+
layer: L4
|
|
13584
|
+
type: module
|
|
13585
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\__tests__\workflow-registry.test.js
|
|
13586
|
+
keywords:
|
|
13587
|
+
- workflow
|
|
13588
|
+
- registry
|
|
13589
|
+
- test
|
|
13590
|
+
usedBy: []
|
|
13591
|
+
dependencies:
|
|
13592
|
+
- workflow-registry
|
|
13593
|
+
externalDeps: []
|
|
13594
|
+
plannedDeps: []
|
|
13595
|
+
lifecycle: experimental
|
|
13596
|
+
adaptability:
|
|
13597
|
+
score: 0.4
|
|
13598
|
+
constraints: []
|
|
13599
|
+
extensionPoints: []
|
|
13600
|
+
checksum: sha256:d9488e420f584474de920e090068809a220db1bd1d49e96769f6fc3ed7a47dba
|
|
13601
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13602
|
+
confidence-scorer:
|
|
13603
|
+
path: .sinapse-ai/workflow-intelligence/engine/confidence-scorer.js
|
|
13604
|
+
layer: L4
|
|
13605
|
+
type: module
|
|
13606
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\engine\confidence-scorer.js
|
|
13607
|
+
keywords:
|
|
13608
|
+
- confidence
|
|
13609
|
+
- scorer
|
|
13610
|
+
usedBy:
|
|
13611
|
+
- confidence-scorer.test
|
|
13612
|
+
- index
|
|
13613
|
+
dependencies: []
|
|
13614
|
+
externalDeps: []
|
|
13615
|
+
plannedDeps: []
|
|
13616
|
+
lifecycle: production
|
|
13617
|
+
adaptability:
|
|
13618
|
+
score: 0.4
|
|
13619
|
+
constraints: []
|
|
13620
|
+
extensionPoints: []
|
|
13621
|
+
checksum: sha256:6312ad6707909d3177d8d96500dbb782be5662853cb73e52bb4da68b8cb0d883
|
|
13622
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13623
|
+
output-formatter:
|
|
13624
|
+
path: .sinapse-ai/workflow-intelligence/engine/output-formatter.js
|
|
13625
|
+
layer: L4
|
|
13626
|
+
type: module
|
|
13627
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\engine\output-formatter.js
|
|
13628
|
+
keywords:
|
|
13629
|
+
- output
|
|
13630
|
+
- formatter
|
|
13631
|
+
usedBy: []
|
|
13632
|
+
dependencies: []
|
|
13633
|
+
externalDeps: []
|
|
13634
|
+
plannedDeps: []
|
|
13635
|
+
lifecycle: orphan
|
|
13636
|
+
adaptability:
|
|
13637
|
+
score: 0.4
|
|
13638
|
+
constraints: []
|
|
13639
|
+
extensionPoints: []
|
|
13640
|
+
checksum: sha256:30b09838de6b323060d441ffef261f01910c4303c2cac8d8ca6e9be1d48f14e4
|
|
13641
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13642
|
+
suggestion-engine:
|
|
13643
|
+
path: .sinapse-ai/workflow-intelligence/engine/suggestion-engine.js
|
|
13644
|
+
layer: L4
|
|
13645
|
+
type: module
|
|
13646
|
+
purpose: s.description || '',
|
|
13647
|
+
keywords:
|
|
13648
|
+
- suggestion
|
|
13649
|
+
- engine
|
|
13650
|
+
usedBy:
|
|
13651
|
+
- index
|
|
13652
|
+
- next
|
|
13653
|
+
- suggestion-engine.test
|
|
13654
|
+
dependencies:
|
|
13655
|
+
- index
|
|
13656
|
+
- context-loader
|
|
13657
|
+
- workflow-state-manager
|
|
13658
|
+
externalDeps: []
|
|
13659
|
+
plannedDeps:
|
|
13660
|
+
- learning
|
|
13661
|
+
lifecycle: production
|
|
13662
|
+
adaptability:
|
|
13663
|
+
score: 0.4
|
|
13664
|
+
constraints: []
|
|
13665
|
+
extensionPoints: []
|
|
13666
|
+
checksum: sha256:48739aaa5844cea1264da33e0313c499eaeec854de4d69129dcca8d4ef32ad65
|
|
13667
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13668
|
+
index:
|
|
13669
|
+
path: .sinapse-ai/workflow-intelligence/index.js
|
|
13670
|
+
layer: L4
|
|
13671
|
+
type: module
|
|
13672
|
+
purpose: step.description,
|
|
13673
|
+
keywords:
|
|
13674
|
+
- index
|
|
13675
|
+
usedBy: []
|
|
13676
|
+
dependencies:
|
|
13677
|
+
- workflow-registry
|
|
13678
|
+
- confidence-scorer
|
|
13679
|
+
- suggestion-engine
|
|
13680
|
+
- output-formatter
|
|
13681
|
+
externalDeps: []
|
|
13682
|
+
plannedDeps:
|
|
13683
|
+
- workflow-intelligence
|
|
13684
|
+
- learning
|
|
13685
|
+
lifecycle: experimental
|
|
13686
|
+
adaptability:
|
|
13687
|
+
score: 0.4
|
|
13688
|
+
constraints: []
|
|
13689
|
+
extensionPoints: []
|
|
13690
|
+
checksum: sha256:1b6cb4b5e9011acdbc021fa27b9adf47145629b06436344ccbf001d6195095ed
|
|
13691
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13692
|
+
capture-hook:
|
|
13693
|
+
path: .sinapse-ai/workflow-intelligence/learning/capture-hook.js
|
|
13694
|
+
layer: L4
|
|
13695
|
+
type: module
|
|
13696
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\learning\capture-hook.js
|
|
13697
|
+
keywords:
|
|
13698
|
+
- capture
|
|
13699
|
+
- hook
|
|
13700
|
+
usedBy: []
|
|
13701
|
+
dependencies:
|
|
13702
|
+
- pattern-capture
|
|
13703
|
+
- pattern-validator
|
|
13704
|
+
- pattern-store
|
|
13705
|
+
externalDeps: []
|
|
13706
|
+
plannedDeps: []
|
|
13707
|
+
lifecycle: experimental
|
|
13708
|
+
adaptability:
|
|
13709
|
+
score: 0.4
|
|
13710
|
+
constraints: []
|
|
13711
|
+
extensionPoints: []
|
|
13712
|
+
checksum: sha256:9f29c770b5c0ca68f9fe0a21de37367f6b98381608378f1e1cb4e3e4ea1b0e96
|
|
13713
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13714
|
+
gotcha-registry:
|
|
13715
|
+
path: .sinapse-ai/workflow-intelligence/learning/gotcha-registry.js
|
|
13716
|
+
layer: L4
|
|
13717
|
+
type: module
|
|
13718
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\learning\gotcha-registry.js
|
|
13719
|
+
keywords:
|
|
13720
|
+
- gotcha
|
|
13721
|
+
- registry
|
|
13722
|
+
usedBy: []
|
|
13723
|
+
dependencies: []
|
|
13724
|
+
externalDeps: []
|
|
13725
|
+
plannedDeps: []
|
|
13726
|
+
lifecycle: orphan
|
|
13727
|
+
adaptability:
|
|
13728
|
+
score: 0.4
|
|
13729
|
+
constraints: []
|
|
13730
|
+
extensionPoints: []
|
|
13731
|
+
checksum: sha256:505bc52b521b7c2c9c40095d3ff1c16f432c58653492a741057780d008593af3
|
|
13732
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13733
|
+
pattern-capture:
|
|
13734
|
+
path: .sinapse-ai/workflow-intelligence/learning/pattern-capture.js
|
|
13735
|
+
layer: L4
|
|
13736
|
+
type: module
|
|
13737
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\learning\pattern-capture.js
|
|
13738
|
+
keywords:
|
|
13739
|
+
- pattern
|
|
13740
|
+
- capture
|
|
13741
|
+
usedBy:
|
|
13742
|
+
- capture-hook
|
|
13743
|
+
dependencies: []
|
|
13744
|
+
externalDeps: []
|
|
13745
|
+
plannedDeps: []
|
|
13746
|
+
lifecycle: production
|
|
13747
|
+
adaptability:
|
|
13748
|
+
score: 0.4
|
|
13749
|
+
constraints: []
|
|
13750
|
+
extensionPoints: []
|
|
13751
|
+
checksum: sha256:70f090272c092befa29acf2c635cf9110d51d778a9ea4c116ab8c1b433884639
|
|
13752
|
+
lastVerified: '2026-07-03T06:56:39.032Z'
|
|
13753
|
+
pattern-store:
|
|
13754
|
+
path: .sinapse-ai/workflow-intelligence/learning/pattern-store.js
|
|
13755
|
+
layer: L4
|
|
13756
|
+
type: module
|
|
13757
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\learning\pattern-store.js
|
|
13758
|
+
keywords:
|
|
13759
|
+
- pattern
|
|
13760
|
+
- store
|
|
13761
|
+
usedBy:
|
|
13762
|
+
- capture-hook
|
|
13763
|
+
dependencies: []
|
|
13764
|
+
externalDeps: []
|
|
13765
|
+
plannedDeps: []
|
|
13766
|
+
lifecycle: production
|
|
13767
|
+
adaptability:
|
|
13768
|
+
score: 0.4
|
|
13769
|
+
constraints: []
|
|
13770
|
+
extensionPoints: []
|
|
13771
|
+
checksum: sha256:9c1b28d8b70e09d866db491194e500eeaa259d2a4e6fa78e202674cf0fb56667
|
|
13772
|
+
lastVerified: '2026-07-03T06:56:39.033Z'
|
|
13773
|
+
pattern-validator:
|
|
13774
|
+
path: .sinapse-ai/workflow-intelligence/learning/pattern-validator.js
|
|
13775
|
+
layer: L4
|
|
13776
|
+
type: module
|
|
13777
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\learning\pattern-validator.js
|
|
13778
|
+
keywords:
|
|
13779
|
+
- pattern
|
|
13780
|
+
- validator
|
|
13781
|
+
usedBy:
|
|
13782
|
+
- capture-hook
|
|
13783
|
+
dependencies: []
|
|
13784
|
+
externalDeps: []
|
|
13785
|
+
plannedDeps: []
|
|
13786
|
+
lifecycle: production
|
|
13787
|
+
adaptability:
|
|
13788
|
+
score: 0.4
|
|
13789
|
+
constraints: []
|
|
13790
|
+
extensionPoints: []
|
|
13791
|
+
checksum: sha256:0727cca8114ee1505f4847c0f9be9c6d7e821198a90f232fbfddc22924f0962e
|
|
13792
|
+
lastVerified: '2026-07-03T06:56:39.033Z'
|
|
13793
|
+
qa-feedback:
|
|
13794
|
+
path: .sinapse-ai/workflow-intelligence/learning/qa-feedback.js
|
|
13795
|
+
layer: L4
|
|
13796
|
+
type: module
|
|
13797
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\learning\qa-feedback.js
|
|
13798
|
+
keywords:
|
|
13799
|
+
- qa
|
|
13800
|
+
- feedback
|
|
13801
|
+
usedBy: []
|
|
13802
|
+
dependencies: []
|
|
13803
|
+
externalDeps: []
|
|
13804
|
+
plannedDeps: []
|
|
13805
|
+
lifecycle: orphan
|
|
13806
|
+
adaptability:
|
|
13807
|
+
score: 0.4
|
|
13808
|
+
constraints: []
|
|
13809
|
+
extensionPoints: []
|
|
13810
|
+
checksum: sha256:9b07fa203c5f8c661e00fdd81424e2b7a3de54af209f165f5a11a7a20528935e
|
|
13811
|
+
lastVerified: '2026-07-03T06:56:39.033Z'
|
|
13812
|
+
semantic-search:
|
|
13813
|
+
path: .sinapse-ai/workflow-intelligence/learning/semantic-search.js
|
|
13814
|
+
layer: L4
|
|
13815
|
+
type: module
|
|
13816
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\learning\semantic-search.js
|
|
13817
|
+
keywords:
|
|
13818
|
+
- semantic
|
|
13819
|
+
- search
|
|
13820
|
+
usedBy: []
|
|
13821
|
+
dependencies: []
|
|
13822
|
+
externalDeps: []
|
|
13823
|
+
plannedDeps: []
|
|
13824
|
+
lifecycle: orphan
|
|
13825
|
+
adaptability:
|
|
13826
|
+
score: 0.4
|
|
13827
|
+
constraints: []
|
|
13828
|
+
extensionPoints: []
|
|
13829
|
+
checksum: sha256:d37c54d4e630ae03fddaef462ae36a2f29de921e1c51ab5d9f9c313407b51cd9
|
|
13830
|
+
lastVerified: '2026-07-03T06:56:39.033Z'
|
|
13831
|
+
workflow-registry:
|
|
13832
|
+
path: .sinapse-ai/workflow-intelligence/registry/workflow-registry.js
|
|
13833
|
+
layer: L4
|
|
13834
|
+
type: module
|
|
13835
|
+
purpose: Entity at .sinapse-ai\workflow-intelligence\registry\workflow-registry.js
|
|
13836
|
+
keywords:
|
|
13837
|
+
- workflow
|
|
13838
|
+
- registry
|
|
13839
|
+
usedBy:
|
|
13840
|
+
- index
|
|
13841
|
+
- workflow-registry.test
|
|
13842
|
+
dependencies: []
|
|
13843
|
+
externalDeps: []
|
|
13844
|
+
plannedDeps: []
|
|
13845
|
+
lifecycle: production
|
|
13846
|
+
adaptability:
|
|
13847
|
+
score: 0.4
|
|
13848
|
+
constraints: []
|
|
13849
|
+
extensionPoints: []
|
|
13850
|
+
checksum: sha256:b50f1543f009ba00fa057ab6224e00ae404a43e93d1a1852f670ccaee6d4d2ad
|
|
13851
|
+
lastVerified: '2026-07-03T06:56:39.033Z'
|
|
13612
13852
|
agents:
|
|
13613
13853
|
analyst:
|
|
13614
13854
|
path: .sinapse-ai/development/agents/analyst.md
|
|
@@ -13657,8 +13897,8 @@ entities:
|
|
|
13657
13897
|
score: 0.3
|
|
13658
13898
|
constraints: []
|
|
13659
13899
|
extensionPoints: []
|
|
13660
|
-
checksum: sha256:
|
|
13661
|
-
lastVerified: '2026-
|
|
13900
|
+
checksum: sha256:17e4b47515862b1e2c44ab59085bac56cc505e10f0b6c8f1751b766f66ddfbec
|
|
13901
|
+
lastVerified: '2026-07-03T06:55:48.566Z'
|
|
13662
13902
|
architect:
|
|
13663
13903
|
path: .sinapse-ai/development/agents/architect.md
|
|
13664
13904
|
layer: L2
|
|
@@ -13735,8 +13975,8 @@ entities:
|
|
|
13735
13975
|
score: 0.3
|
|
13736
13976
|
constraints: []
|
|
13737
13977
|
extensionPoints: []
|
|
13738
|
-
checksum: sha256:
|
|
13739
|
-
lastVerified: '2026-
|
|
13978
|
+
checksum: sha256:b25f7a5d927b8645af278828d99af3b46e0d21b2d5dd443dbec0e8af2d195e1c
|
|
13979
|
+
lastVerified: '2026-07-03T06:55:48.567Z'
|
|
13740
13980
|
data-engineer:
|
|
13741
13981
|
path: .sinapse-ai/development/agents/data-engineer.md
|
|
13742
13982
|
layer: L2
|
|
@@ -13803,8 +14043,8 @@ entities:
|
|
|
13803
14043
|
score: 0.3
|
|
13804
14044
|
constraints: []
|
|
13805
14045
|
extensionPoints: []
|
|
13806
|
-
checksum: sha256:
|
|
13807
|
-
lastVerified: '2026-
|
|
14046
|
+
checksum: sha256:8f965782df49716c4d043327f8cdf430980794c0bd4984b1b3fc0dc774b2323c
|
|
14047
|
+
lastVerified: '2026-07-03T06:55:48.568Z'
|
|
13808
14048
|
developer:
|
|
13809
14049
|
path: .sinapse-ai/development/agents/developer.md
|
|
13810
14050
|
layer: L2
|
|
@@ -13838,7 +14078,6 @@ entities:
|
|
|
13838
14078
|
- dev-suggest-refactoring
|
|
13839
14079
|
- sync-documentation
|
|
13840
14080
|
- validate-next-story
|
|
13841
|
-
- waves
|
|
13842
14081
|
- build-resume
|
|
13843
14082
|
- build-status
|
|
13844
14083
|
- build-autonomous
|
|
@@ -13873,8 +14112,8 @@ entities:
|
|
|
13873
14112
|
score: 0.3
|
|
13874
14113
|
constraints: []
|
|
13875
14114
|
extensionPoints: []
|
|
13876
|
-
checksum: sha256:
|
|
13877
|
-
lastVerified: '2026-07-
|
|
14115
|
+
checksum: sha256:da98be997a4b86f96b8c4f822ae189dcd4d2698d19609c6d1d2b7a56d879eeb8
|
|
14116
|
+
lastVerified: '2026-07-03T06:55:48.570Z'
|
|
13878
14117
|
devops:
|
|
13879
14118
|
path: .sinapse-ai/development/agents/devops.md
|
|
13880
14119
|
layer: L2
|
|
@@ -13963,8 +14202,8 @@ entities:
|
|
|
13963
14202
|
score: 0.3
|
|
13964
14203
|
constraints: []
|
|
13965
14204
|
extensionPoints: []
|
|
13966
|
-
checksum: sha256:
|
|
13967
|
-
lastVerified: '2026-
|
|
14205
|
+
checksum: sha256:9c566f77c11e95edc5537e13c5f5fda65949c4cef6a1f142f81d7b35347b808b
|
|
14206
|
+
lastVerified: '2026-07-03T06:55:48.571Z'
|
|
13968
14207
|
product-lead:
|
|
13969
14208
|
path: .sinapse-ai/development/agents/product-lead.md
|
|
13970
14209
|
layer: L2
|
|
@@ -13998,8 +14237,8 @@ entities:
|
|
|
13998
14237
|
score: 0.3
|
|
13999
14238
|
constraints: []
|
|
14000
14239
|
extensionPoints: []
|
|
14001
|
-
checksum: sha256:
|
|
14002
|
-
lastVerified: '2026-
|
|
14240
|
+
checksum: sha256:a0d13d7e04c602000eae91dff54bf4030f11e29b4182e04c763c381086b9e7b7
|
|
14241
|
+
lastVerified: '2026-07-03T06:55:48.571Z'
|
|
14003
14242
|
project-lead:
|
|
14004
14243
|
path: .sinapse-ai/development/agents/project-lead.md
|
|
14005
14244
|
layer: L2
|
|
@@ -14034,8 +14273,8 @@ entities:
|
|
|
14034
14273
|
score: 0.3
|
|
14035
14274
|
constraints: []
|
|
14036
14275
|
extensionPoints: []
|
|
14037
|
-
checksum: sha256:
|
|
14038
|
-
lastVerified: '2026-
|
|
14276
|
+
checksum: sha256:9dfb7b7a4c87ee992025764d1c976f3551a6302ac1493a4de98a8bb4c696b010
|
|
14277
|
+
lastVerified: '2026-07-03T06:55:48.572Z'
|
|
14039
14278
|
quality-gate:
|
|
14040
14279
|
path: .sinapse-ai/development/agents/quality-gate.md
|
|
14041
14280
|
layer: L2
|
|
@@ -14081,8 +14320,8 @@ entities:
|
|
|
14081
14320
|
score: 0.3
|
|
14082
14321
|
constraints: []
|
|
14083
14322
|
extensionPoints: []
|
|
14084
|
-
checksum: sha256:
|
|
14085
|
-
lastVerified: '2026-
|
|
14323
|
+
checksum: sha256:a2a4ec39d9d75b0f9872104157094f2846453c962974f551fee1d7a2dccfbec1
|
|
14324
|
+
lastVerified: '2026-07-03T06:55:48.572Z'
|
|
14086
14325
|
snps-orqx:
|
|
14087
14326
|
path: .sinapse-ai/development/agents/snps-orqx.md
|
|
14088
14327
|
layer: L2
|
|
@@ -14170,8 +14409,8 @@ entities:
|
|
|
14170
14409
|
score: 0.3
|
|
14171
14410
|
constraints: []
|
|
14172
14411
|
extensionPoints: []
|
|
14173
|
-
checksum: sha256:
|
|
14174
|
-
lastVerified: '2026-
|
|
14412
|
+
checksum: sha256:aa5da75a12797fc06994dc254fc4a35e0eccbfe2f6891acfe5590c81bc019e02
|
|
14413
|
+
lastVerified: '2026-07-03T06:55:48.574Z'
|
|
14175
14414
|
ux-design-expert:
|
|
14176
14415
|
path: .sinapse-ai/development/agents/ux-design-expert.md
|
|
14177
14416
|
layer: L2
|
|
@@ -14241,8 +14480,8 @@ entities:
|
|
|
14241
14480
|
score: 0.3
|
|
14242
14481
|
constraints: []
|
|
14243
14482
|
extensionPoints: []
|
|
14244
|
-
checksum: sha256:
|
|
14245
|
-
lastVerified: '2026-
|
|
14483
|
+
checksum: sha256:c012233be2311a30e2b25526a5e7079af830bb66c8cd51fd8a070754c1af2fb0
|
|
14484
|
+
lastVerified: '2026-07-03T06:55:48.575Z'
|
|
14246
14485
|
checklists:
|
|
14247
14486
|
agent-quality-gate:
|
|
14248
14487
|
path: .sinapse-ai/development/checklists/agent-quality-gate.md
|
|
@@ -14967,8 +15206,8 @@ entities:
|
|
|
14967
15206
|
score: 0.4
|
|
14968
15207
|
constraints: []
|
|
14969
15208
|
extensionPoints: []
|
|
14970
|
-
checksum: sha256:
|
|
14971
|
-
lastVerified: '2026-
|
|
15209
|
+
checksum: sha256:f795fafa52113f199a186bbb00624c1d93491363f5198d46b6793fb9fee63a5d
|
|
15210
|
+
lastVerified: '2026-07-03T06:55:48.584Z'
|
|
14972
15211
|
fast-track:
|
|
14973
15212
|
path: .sinapse-ai/development/workflows/fast-track.yaml
|
|
14974
15213
|
layer: L2
|
|
@@ -15555,10 +15794,12 @@ entities:
|
|
|
15555
15794
|
- creation-helper
|
|
15556
15795
|
- dev-helper
|
|
15557
15796
|
- devops-helper
|
|
15797
|
+
- integration.test
|
|
15558
15798
|
- planning-helper
|
|
15559
15799
|
- qa-helper
|
|
15560
15800
|
- sinapse
|
|
15561
15801
|
- story-helper
|
|
15802
|
+
- suggestion-engine
|
|
15562
15803
|
- sync-codex-local-first
|
|
15563
15804
|
- validate
|
|
15564
15805
|
dependencies:
|
|
@@ -16416,6 +16657,7 @@ entities:
|
|
|
16416
16657
|
- output
|
|
16417
16658
|
- formatter
|
|
16418
16659
|
usedBy:
|
|
16660
|
+
- index
|
|
16419
16661
|
- index.esm
|
|
16420
16662
|
- next
|
|
16421
16663
|
dependencies: []
|
|
@@ -18570,6 +18812,9 @@ categories:
|
|
|
18570
18812
|
- id: modules
|
|
18571
18813
|
description: Core framework modules and libraries
|
|
18572
18814
|
basePath: .sinapse-ai/core
|
|
18815
|
+
- id: wis-modules
|
|
18816
|
+
description: wis-modules
|
|
18817
|
+
basePath: .sinapse-ai/workflow-intelligence
|
|
18573
18818
|
- id: agents
|
|
18574
18819
|
description: Agent persona definitions and configurations
|
|
18575
18820
|
basePath: .sinapse-ai/development/agents
|