aios-core 4.2.2 → 4.2.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/.aios-core/core/registry/service-registry.json +6466 -6586
- package/.aios-core/core-config.yaml +10 -5
- package/.aios-core/data/aios-kb.md +19 -25
- package/.aios-core/data/entity-registry.yaml +311 -204
- package/.aios-core/data/registry-update-log.jsonl +8 -0
- package/.aios-core/development/tasks/db-squad-integration.md +3 -3
- package/.aios-core/development/tasks/dev-develop-story.md +1 -1
- package/.aios-core/development/tasks/integrate-squad.md +1 -1
- package/.aios-core/development/tasks/pr-automation.md +3 -3
- package/.aios-core/development/tasks/squad-creator-migrate.md +1 -1
- package/.aios-core/development/tasks/squad-creator-sync-ide-command.md +0 -2
- package/.aios-core/development/tasks/update-aios.md +2 -2
- package/.aios-core/development/tasks/validate-next-story.md +2 -99
- package/.aios-core/development/workflows/README.md +0 -4
- package/.aios-core/docs/standards/AIOS-COLOR-PALETTE-V2.1.md +0 -1
- package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1-COMPLETE.md +3 -3
- package/.aios-core/docs/standards/QUALITY-GATES-SPECIFICATION.md +1 -1
- package/.aios-core/docs/standards/STANDARDS-INDEX.md +4 -4
- package/.aios-core/docs/standards/STORY-TEMPLATE-V2-SPECIFICATION.md +2 -2
- package/.aios-core/framework-config.yaml +8 -4
- package/.aios-core/infrastructure/scripts/ide-sync/README.md +29 -5
- package/.aios-core/infrastructure/scripts/ide-sync/gemini-commands.js +205 -0
- package/.aios-core/infrastructure/scripts/ide-sync/index.js +48 -11
- package/.aios-core/infrastructure/scripts/ide-sync/redirect-generator.js +1 -1
- package/.aios-core/infrastructure/scripts/test-utilities.js +1 -1
- package/.aios-core/infrastructure/scripts/tool-resolver.js +2 -2
- package/.aios-core/infrastructure/scripts/validate-claude-integration.js +101 -0
- package/.aios-core/infrastructure/scripts/validate-codex-integration.js +141 -0
- package/.aios-core/infrastructure/scripts/validate-gemini-integration.js +151 -0
- package/.aios-core/infrastructure/scripts/validate-parity.js +119 -0
- package/.aios-core/infrastructure/templates/aios-sync.yaml.template +0 -11
- package/.aios-core/install-manifest.yaml +83 -71
- package/.aios-core/local-config.yaml.template +2 -1
- package/.aios-core/presets/README.md +0 -1
- package/.aios-core/product/data/integration-patterns.md +1 -1
- package/.aios-core/product/templates/ide-rules/gemini-rules.md +87 -233
- package/.aios-core/product/templates/statusline/statusline-script.js +188 -0
- package/.aios-core/product/templates/statusline/track-agent.sh +68 -0
- package/.aios-core/user-guide.md +14 -19
- package/LICENSE +0 -27
- package/README.md +42 -6
- package/bin/aios-init.js +98 -54
- package/bin/modules/env-config.js +0 -1
- package/package.json +18 -5
- package/packages/gemini-aios-extension/README.md +13 -8
- package/packages/gemini-aios-extension/commands/aios-agent.js +7 -0
- package/packages/gemini-aios-extension/commands/aios-agents.js +2 -1
- package/packages/gemini-aios-extension/commands/aios-analyst.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-architect.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-data-engineer.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-dev.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-devops.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-master.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-menu.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-pm.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-po.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-qa.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-sm.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-squad-creator.js +6 -0
- package/packages/gemini-aios-extension/commands/aios-ux-design-expert.js +6 -0
- package/packages/gemini-aios-extension/commands/lib/agent-launcher.js +138 -0
- package/packages/gemini-aios-extension/extension.json +70 -0
- package/packages/gemini-aios-extension/gemini-extension.json +147 -0
- package/packages/gemini-aios-extension/hooks/hooks.json +67 -65
- package/packages/installer/src/config/ide-configs.js +10 -10
- package/packages/installer/src/config/templates/core-config-template.js +6 -3
- package/packages/installer/src/wizard/ide-config-generator.js +373 -2
- package/packages/installer/src/wizard/ide-selector.js +1 -1
- package/packages/installer/src/wizard/pro-setup.js +237 -150
- package/scripts/code-intel-health-check.js +125 -125
- package/scripts/ensure-manifest.js +58 -0
- package/.aios-core/infrastructure/scripts/ide-sync/transformers/windsurf.js +0 -106
- package/.aios-core/product/templates/ide-rules/cline-rules.md +0 -84
- package/.aios-core/product/templates/ide-rules/roo-rules.md +0 -86
- package/.aios-core/product/templates/ide-rules/windsurf-rules.md +0 -80
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
metadata:
|
|
2
2
|
version: 1.0.0
|
|
3
|
-
lastUpdated: '2026-02-
|
|
4
|
-
entityCount:
|
|
3
|
+
lastUpdated: '2026-02-16T01:41:14.537Z'
|
|
4
|
+
entityCount: 505
|
|
5
5
|
checksumAlgorithm: sha256
|
|
6
6
|
entities:
|
|
7
7
|
tasks:
|
|
@@ -885,26 +885,6 @@ entities:
|
|
|
885
885
|
extensionPoints: []
|
|
886
886
|
checksum: sha256:87847ae950523df49e1ec4f86e689be538dfebb4cecc9ce8461e68dce509fb25
|
|
887
887
|
lastVerified: '2026-02-08T13:33:24.184Z'
|
|
888
|
-
db-expansion-pack-integration:
|
|
889
|
-
path: .aios-core/development/tasks/db-expansion-pack-integration.md
|
|
890
|
-
type: task
|
|
891
|
-
purpose: '** Validate prerequisites BEFORE task execution (blocking)'
|
|
892
|
-
keywords:
|
|
893
|
-
- db
|
|
894
|
-
- expansion
|
|
895
|
-
- pack
|
|
896
|
-
- integration
|
|
897
|
-
- database
|
|
898
|
-
- analysis
|
|
899
|
-
usedBy: []
|
|
900
|
-
dependencies:
|
|
901
|
-
- N/A
|
|
902
|
-
adaptability:
|
|
903
|
-
score: 0.8
|
|
904
|
-
constraints: []
|
|
905
|
-
extensionPoints: []
|
|
906
|
-
checksum: sha256:0a18f3a72210707fa66f8fddd6de737172da647931b9327a58deda02ff1cf748
|
|
907
|
-
lastVerified: '2026-02-08T13:33:24.184Z'
|
|
908
888
|
db-explain:
|
|
909
889
|
path: .aios-core/development/tasks/db-explain.md
|
|
910
890
|
type: task
|
|
@@ -1233,8 +1213,8 @@ entities:
|
|
|
1233
1213
|
score: 0.8
|
|
1234
1214
|
constraints: []
|
|
1235
1215
|
extensionPoints: []
|
|
1236
|
-
checksum: sha256:
|
|
1237
|
-
lastVerified: '2026-02-
|
|
1216
|
+
checksum: sha256:6b76a6b428a1a45573431739d4740a78955a7af7a3156515d7151eb97bae2d90
|
|
1217
|
+
lastVerified: '2026-02-15T22:52:07.324Z'
|
|
1238
1218
|
dev-improve-code-quality:
|
|
1239
1219
|
path: .aios-core/development/tasks/dev-improve-code-quality.md
|
|
1240
1220
|
type: task
|
|
@@ -1792,23 +1772,6 @@ entities:
|
|
|
1792
1772
|
extensionPoints: []
|
|
1793
1773
|
checksum: sha256:31f85d85d8679a4dae27b26860985bc775d744092f2c4d4203acfbcd0cd63516
|
|
1794
1774
|
lastVerified: '2026-02-08T13:33:24.205Z'
|
|
1795
|
-
integrate-expansion-pack:
|
|
1796
|
-
path: .aios-core/development/tasks/integrate-expansion-pack.md
|
|
1797
|
-
type: task
|
|
1798
|
-
purpose: '** Validate prerequisites BEFORE task execution (blocking)'
|
|
1799
|
-
keywords:
|
|
1800
|
-
- integrate
|
|
1801
|
-
- expansion
|
|
1802
|
-
- pack
|
|
1803
|
-
usedBy: []
|
|
1804
|
-
dependencies:
|
|
1805
|
-
- N/A
|
|
1806
|
-
adaptability:
|
|
1807
|
-
score: 0.8
|
|
1808
|
-
constraints: []
|
|
1809
|
-
extensionPoints: []
|
|
1810
|
-
checksum: sha256:7b12e0bcbdb4ab02aed3e8c22ad231a2cddac209cc5a855af707afc3db10c35e
|
|
1811
|
-
lastVerified: '2026-02-08T13:33:24.205Z'
|
|
1812
1775
|
kb-mode-interaction:
|
|
1813
1776
|
path: .aios-core/development/tasks/kb-mode-interaction.md
|
|
1814
1777
|
type: task
|
|
@@ -1994,8 +1957,8 @@ entities:
|
|
|
1994
1957
|
score: 0.8
|
|
1995
1958
|
constraints: []
|
|
1996
1959
|
extensionPoints: []
|
|
1997
|
-
checksum: sha256:
|
|
1998
|
-
lastVerified: '2026-02-
|
|
1960
|
+
checksum: sha256:8ba7dc4567c0c7bf7001f0a26650767f72f45442d312daeb0e321ba4605ce429
|
|
1961
|
+
lastVerified: '2026-02-15T19:17:32.644Z'
|
|
1999
1962
|
orchestrate-resume:
|
|
2000
1963
|
path: .aios-core/development/tasks/orchestrate-resume.md
|
|
2001
1964
|
type: task
|
|
@@ -2330,8 +2293,8 @@ entities:
|
|
|
2330
2293
|
score: 0.8
|
|
2331
2294
|
constraints: []
|
|
2332
2295
|
extensionPoints: []
|
|
2333
|
-
checksum: sha256:
|
|
2334
|
-
lastVerified: '2026-02-
|
|
2296
|
+
checksum: sha256:472fbb54b04f3e7f5db864a071e8289970461a5f6636b0db55336a95f7740b26
|
|
2297
|
+
lastVerified: '2026-02-15T22:52:07.324Z'
|
|
2335
2298
|
propose-modification:
|
|
2336
2299
|
path: .aios-core/development/tasks/propose-modification.md
|
|
2337
2300
|
type: task
|
|
@@ -2768,8 +2731,8 @@ entities:
|
|
|
2768
2731
|
score: 0.8
|
|
2769
2732
|
constraints: []
|
|
2770
2733
|
extensionPoints: []
|
|
2771
|
-
checksum: sha256:
|
|
2772
|
-
lastVerified: '2026-02-
|
|
2734
|
+
checksum: sha256:569e48755ab32820456fbb6fd82492f79d007ff51a6975e4f92772bb097ab916
|
|
2735
|
+
lastVerified: '2026-02-15T19:17:32.645Z'
|
|
2773
2736
|
remove-mcp:
|
|
2774
2737
|
path: .aios-core/development/tasks/remove-mcp.md
|
|
2775
2738
|
type: task
|
|
@@ -2993,8 +2956,8 @@ entities:
|
|
|
2993
2956
|
score: 0.8
|
|
2994
2957
|
constraints: []
|
|
2995
2958
|
extensionPoints: []
|
|
2996
|
-
checksum: sha256:
|
|
2997
|
-
lastVerified: '2026-02-
|
|
2959
|
+
checksum: sha256:6ae57c32e34af7c59e3ba8153113ca3c3661f501ec6ed41f2c0534f6f1d2a788
|
|
2960
|
+
lastVerified: '2026-02-15T19:17:32.645Z'
|
|
2998
2961
|
setup-llm-routing:
|
|
2999
2962
|
path: .aios-core/development/tasks/setup-llm-routing.md
|
|
3000
2963
|
type: task
|
|
@@ -3326,8 +3289,8 @@ entities:
|
|
|
3326
3289
|
score: 0.8
|
|
3327
3290
|
constraints: []
|
|
3328
3291
|
extensionPoints: []
|
|
3329
|
-
checksum: sha256:
|
|
3330
|
-
lastVerified: '2026-02-
|
|
3292
|
+
checksum: sha256:51961002b69bc5cab4a191214e9d49ca9bb02d4d82663fe674fbc3a77edf41f3
|
|
3293
|
+
lastVerified: '2026-02-15T22:52:07.324Z'
|
|
3331
3294
|
squad-creator-publish:
|
|
3332
3295
|
path: .aios-core/development/tasks/squad-creator-publish.md
|
|
3333
3296
|
type: task
|
|
@@ -3362,8 +3325,8 @@ entities:
|
|
|
3362
3325
|
score: 0.8
|
|
3363
3326
|
constraints: []
|
|
3364
3327
|
extensionPoints: []
|
|
3365
|
-
checksum: sha256:
|
|
3366
|
-
lastVerified: '2026-02-
|
|
3328
|
+
checksum: sha256:7dc66bcb5d635ac20a47366cad1713da13fe1a62858f0631b3bcb0d64248d71b
|
|
3329
|
+
lastVerified: '2026-02-15T22:31:57.443Z'
|
|
3367
3330
|
squad-creator-sync-synkra:
|
|
3368
3331
|
path: .aios-core/development/tasks/squad-creator-sync-synkra.md
|
|
3369
3332
|
type: task
|
|
@@ -3533,8 +3496,8 @@ entities:
|
|
|
3533
3496
|
score: 0.8
|
|
3534
3497
|
constraints: []
|
|
3535
3498
|
extensionPoints: []
|
|
3536
|
-
checksum: sha256:
|
|
3537
|
-
lastVerified: '2026-02-
|
|
3499
|
+
checksum: sha256:895779bca1ca13f387fd0cbac23fbd0ac5e8b04b9002372ee7ef092ac26a9652
|
|
3500
|
+
lastVerified: '2026-02-15T22:52:07.325Z'
|
|
3538
3501
|
update-manifest:
|
|
3539
3502
|
path: .aios-core/development/tasks/update-manifest.md
|
|
3540
3503
|
type: task
|
|
@@ -3889,6 +3852,41 @@ entities:
|
|
|
3889
3852
|
extensionPoints: []
|
|
3890
3853
|
checksum: sha256:093a9ee73e79ec5682d9161648f36710d635a0a7b074d45f4036c782bbc72bb2
|
|
3891
3854
|
lastVerified: '2026-02-10T15:31:01.205Z'
|
|
3855
|
+
db-squad-integration:
|
|
3856
|
+
path: .aios-core/development/tasks/db-squad-integration.md
|
|
3857
|
+
type: task
|
|
3858
|
+
purpose: '** Validate prerequisites BEFORE task execution (blocking)'
|
|
3859
|
+
keywords:
|
|
3860
|
+
- db
|
|
3861
|
+
- squad
|
|
3862
|
+
- integration
|
|
3863
|
+
- database
|
|
3864
|
+
- analysis
|
|
3865
|
+
usedBy: []
|
|
3866
|
+
dependencies:
|
|
3867
|
+
- N/A
|
|
3868
|
+
adaptability:
|
|
3869
|
+
score: 0.8
|
|
3870
|
+
constraints: []
|
|
3871
|
+
extensionPoints: []
|
|
3872
|
+
checksum: sha256:5a5d601d97131287e373ac8ad2a78df8987753532c504704c87255580231b0b8
|
|
3873
|
+
lastVerified: '2026-02-15T22:52:07.324Z'
|
|
3874
|
+
integrate-squad:
|
|
3875
|
+
path: .aios-core/development/tasks/integrate-squad.md
|
|
3876
|
+
type: task
|
|
3877
|
+
purpose: '** Validate prerequisites BEFORE task execution (blocking)'
|
|
3878
|
+
keywords:
|
|
3879
|
+
- integrate
|
|
3880
|
+
- squad
|
|
3881
|
+
usedBy: []
|
|
3882
|
+
dependencies:
|
|
3883
|
+
- N/A
|
|
3884
|
+
adaptability:
|
|
3885
|
+
score: 0.8
|
|
3886
|
+
constraints: []
|
|
3887
|
+
extensionPoints: []
|
|
3888
|
+
checksum: sha256:95e2774c4da99467fa397d773203847d367bf4c5e6060f89534dd931088359e3
|
|
3889
|
+
lastVerified: '2026-02-15T22:52:07.324Z'
|
|
3892
3890
|
publish-npm:
|
|
3893
3891
|
path: .aios-core/development/tasks/publish-npm.md
|
|
3894
3892
|
type: task
|
|
@@ -3909,7 +3907,7 @@ entities:
|
|
|
3909
3907
|
constraints: []
|
|
3910
3908
|
extensionPoints: []
|
|
3911
3909
|
checksum: sha256:f7a0bb8fed5663c88ad691b8871fdf7a861b6a7c02599f0c2db3eb9393d353c8
|
|
3912
|
-
lastVerified: '2026-02-
|
|
3910
|
+
lastVerified: '2026-02-16T01:21:26.585Z'
|
|
3913
3911
|
templates:
|
|
3914
3912
|
activation-instructions-inline-greeting:
|
|
3915
3913
|
path: .aios-core/product/templates/activation-instructions-inline-greeting.yaml
|
|
@@ -4692,24 +4690,6 @@ entities:
|
|
|
4692
4690
|
extensionPoints: []
|
|
4693
4691
|
checksum: sha256:13d5fb7858534f6d49150a5dff642faa276c17b9d242f995369c5e7e1d37ae40
|
|
4694
4692
|
lastVerified: '2026-02-08T13:33:24.279Z'
|
|
4695
|
-
cline-rules:
|
|
4696
|
-
path: .aios-core/product/templates/ide-rules/cline-rules.md
|
|
4697
|
-
type: template
|
|
4698
|
-
purpose: Synkra AIOS Development Rules for Cline
|
|
4699
|
-
keywords:
|
|
4700
|
-
- cline
|
|
4701
|
-
- rules
|
|
4702
|
-
- synkra
|
|
4703
|
-
- aios
|
|
4704
|
-
- development
|
|
4705
|
-
usedBy: []
|
|
4706
|
-
dependencies: []
|
|
4707
|
-
adaptability:
|
|
4708
|
-
score: 0.5
|
|
4709
|
-
constraints: []
|
|
4710
|
-
extensionPoints: []
|
|
4711
|
-
checksum: sha256:2475324a2d0ec92e4132a9a77631f21a34d51fce8da52fd03f945fc036de564d
|
|
4712
|
-
lastVerified: '2026-02-08T13:33:24.279Z'
|
|
4713
4693
|
copilot-rules:
|
|
4714
4694
|
path: .aios-core/product/templates/ide-rules/copilot-rules.md
|
|
4715
4695
|
type: template
|
|
@@ -4727,8 +4707,8 @@ entities:
|
|
|
4727
4707
|
score: 0.5
|
|
4728
4708
|
constraints: []
|
|
4729
4709
|
extensionPoints: []
|
|
4730
|
-
checksum: sha256:
|
|
4731
|
-
lastVerified: '2026-02-
|
|
4710
|
+
checksum: sha256:8ff2822680e189ba5fd0e14370625964ddb1017f893c1d0c5aa242b9bf786069
|
|
4711
|
+
lastVerified: '2026-02-15T19:17:32.645Z'
|
|
4732
4712
|
cursor-rules:
|
|
4733
4713
|
path: .aios-core/product/templates/ide-rules/cursor-rules.md
|
|
4734
4714
|
type: template
|
|
@@ -4750,57 +4730,55 @@ entities:
|
|
|
4750
4730
|
gemini-rules:
|
|
4751
4731
|
path: .aios-core/product/templates/ide-rules/gemini-rules.md
|
|
4752
4732
|
type: template
|
|
4753
|
-
purpose:
|
|
4733
|
+
purpose: Gemini Rules - Synkra AIOS
|
|
4754
4734
|
keywords:
|
|
4755
4735
|
- gemini
|
|
4756
4736
|
- rules
|
|
4757
4737
|
- synkra
|
|
4758
4738
|
- aios
|
|
4759
|
-
- development
|
|
4760
4739
|
usedBy: []
|
|
4761
4740
|
dependencies: []
|
|
4762
4741
|
adaptability:
|
|
4763
4742
|
score: 0.5
|
|
4764
4743
|
constraints: []
|
|
4765
4744
|
extensionPoints: []
|
|
4766
|
-
checksum: sha256:
|
|
4767
|
-
lastVerified: '2026-02-
|
|
4768
|
-
|
|
4769
|
-
path: .aios-core/product/templates/ide-rules/
|
|
4745
|
+
checksum: sha256:c0621a46f2a37ec8c8cfe6b6b240eaf207738693c80199ead7c338d4223d15c2
|
|
4746
|
+
lastVerified: '2026-02-16T01:12:06.470Z'
|
|
4747
|
+
codex-rules:
|
|
4748
|
+
path: .aios-core/product/templates/ide-rules/codex-rules.md
|
|
4770
4749
|
type: template
|
|
4771
|
-
purpose: Synkra AIOS
|
|
4750
|
+
purpose: AGENTS.md - Synkra AIOS (Codex CLI)
|
|
4772
4751
|
keywords:
|
|
4773
|
-
-
|
|
4752
|
+
- codex
|
|
4774
4753
|
- rules
|
|
4754
|
+
- agents.md
|
|
4775
4755
|
- synkra
|
|
4776
4756
|
- aios
|
|
4777
|
-
-
|
|
4757
|
+
- (codex
|
|
4758
|
+
- cli)
|
|
4778
4759
|
usedBy: []
|
|
4779
4760
|
dependencies: []
|
|
4780
4761
|
adaptability:
|
|
4781
4762
|
score: 0.5
|
|
4782
4763
|
constraints: []
|
|
4783
4764
|
extensionPoints: []
|
|
4784
|
-
checksum: sha256:
|
|
4785
|
-
lastVerified: '2026-02-
|
|
4786
|
-
|
|
4787
|
-
path: .aios-core/product/templates/
|
|
4765
|
+
checksum: sha256:e8345404f17977a268b917a4ff86e4f10f80174a6bb572865e5413c8f7dd217a
|
|
4766
|
+
lastVerified: '2026-02-15T17:43:13.184Z'
|
|
4767
|
+
statusline-script:
|
|
4768
|
+
path: .aios-core/product/templates/statusline/statusline-script.js
|
|
4788
4769
|
type: template
|
|
4789
|
-
purpose:
|
|
4770
|
+
purpose: Entity at .aios-core\product\templates\statusline\statusline-script.js
|
|
4790
4771
|
keywords:
|
|
4791
|
-
-
|
|
4792
|
-
-
|
|
4793
|
-
- synkra
|
|
4794
|
-
- aios
|
|
4795
|
-
- development
|
|
4772
|
+
- statusline
|
|
4773
|
+
- script
|
|
4796
4774
|
usedBy: []
|
|
4797
4775
|
dependencies: []
|
|
4798
4776
|
adaptability:
|
|
4799
4777
|
score: 0.5
|
|
4800
4778
|
constraints: []
|
|
4801
4779
|
extensionPoints: []
|
|
4802
|
-
checksum: sha256:
|
|
4803
|
-
lastVerified: '2026-02-
|
|
4780
|
+
checksum: sha256:352b928acd0a477875192ce96fa3aebb278fe9d9b55bc24a144e7aaafa180b45
|
|
4781
|
+
lastVerified: '2026-02-16T01:41:14.535Z'
|
|
4804
4782
|
scripts:
|
|
4805
4783
|
agent-assignment-resolver:
|
|
4806
4784
|
path: .aios-core/development/scripts/agent-assignment-resolver.js
|
|
@@ -5185,19 +5163,19 @@ entities:
|
|
|
5185
5163
|
generate-greeting:
|
|
5186
5164
|
path: .aios-core/development/scripts/generate-greeting.js
|
|
5187
5165
|
type: script
|
|
5188
|
-
purpose: Entity at .aios-core
|
|
5166
|
+
purpose: Entity at .aios-core/development/scripts/generate-greeting.js
|
|
5189
5167
|
keywords:
|
|
5190
5168
|
- generate
|
|
5191
5169
|
- greeting
|
|
5192
5170
|
usedBy: []
|
|
5193
5171
|
dependencies:
|
|
5194
|
-
-
|
|
5172
|
+
- activation-runtime
|
|
5195
5173
|
adaptability:
|
|
5196
5174
|
score: 0.7
|
|
5197
5175
|
constraints: []
|
|
5198
5176
|
extensionPoints: []
|
|
5199
|
-
checksum: sha256:
|
|
5200
|
-
lastVerified: '2026-02-
|
|
5177
|
+
checksum: sha256:49b857fe36a0216a0df8395a6847f14608bd6a228817276201d22598a6862a4f
|
|
5178
|
+
lastVerified: '2026-02-15T19:28:17.743Z'
|
|
5201
5179
|
git-wrapper:
|
|
5202
5180
|
path: .aios-core/development/scripts/git-wrapper.js
|
|
5203
5181
|
type: script
|
|
@@ -5625,7 +5603,7 @@ entities:
|
|
|
5625
5603
|
- activation
|
|
5626
5604
|
- pipeline
|
|
5627
5605
|
usedBy:
|
|
5628
|
-
-
|
|
5606
|
+
- activation-runtime
|
|
5629
5607
|
dependencies:
|
|
5630
5608
|
- greeting-builder
|
|
5631
5609
|
- agent-config-loader
|
|
@@ -5642,7 +5620,7 @@ entities:
|
|
|
5642
5620
|
constraints: []
|
|
5643
5621
|
extensionPoints: []
|
|
5644
5622
|
checksum: sha256:dd1ad8050ac6ea04ff634434be9b97f67239ee0a7342d669bc5618eb2b7a7f5b
|
|
5645
|
-
lastVerified: '2026-02-
|
|
5623
|
+
lastVerified: '2026-02-16T01:21:26.585Z'
|
|
5646
5624
|
usage-tracker:
|
|
5647
5625
|
path: .aios-core/development/scripts/usage-tracker.js
|
|
5648
5626
|
type: script
|
|
@@ -5978,6 +5956,23 @@ entities:
|
|
|
5978
5956
|
extensionPoints: []
|
|
5979
5957
|
checksum: sha256:36b02cbc8f83d6a309ca07dd79e503fd9ed9f7406db6922876db0bc7afebe894
|
|
5980
5958
|
lastVerified: '2026-02-08T13:33:24.318Z'
|
|
5959
|
+
activation-runtime:
|
|
5960
|
+
path: .aios-core/development/scripts/activation-runtime.js
|
|
5961
|
+
type: script
|
|
5962
|
+
purpose: Entity at .aios-core/development/scripts/activation-runtime.js
|
|
5963
|
+
keywords:
|
|
5964
|
+
- activation
|
|
5965
|
+
- runtime
|
|
5966
|
+
usedBy:
|
|
5967
|
+
- generate-greeting
|
|
5968
|
+
dependencies:
|
|
5969
|
+
- unified-activation-pipeline
|
|
5970
|
+
adaptability:
|
|
5971
|
+
score: 0.7
|
|
5972
|
+
constraints: []
|
|
5973
|
+
extensionPoints: []
|
|
5974
|
+
checksum: sha256:310884d94b81be976a346987822306a16a73ba812c08c3b805f4a03216ffef38
|
|
5975
|
+
lastVerified: '2026-02-15T19:28:17.743Z'
|
|
5981
5976
|
modules:
|
|
5982
5977
|
index.esm:
|
|
5983
5978
|
path: .aios-core/core/index.esm.js
|
|
@@ -6523,7 +6518,7 @@ entities:
|
|
|
6523
6518
|
engine:
|
|
6524
6519
|
path: .aios-core/core/health-check/engine.js
|
|
6525
6520
|
type: module
|
|
6526
|
-
purpose: Entity at .aios-core
|
|
6521
|
+
purpose: Entity at .aios-core/core/synapse/engine.js
|
|
6527
6522
|
keywords:
|
|
6528
6523
|
- engine
|
|
6529
6524
|
usedBy: []
|
|
@@ -6537,7 +6532,7 @@ entities:
|
|
|
6537
6532
|
constraints: []
|
|
6538
6533
|
extensionPoints: []
|
|
6539
6534
|
checksum: sha256:65e9c48d8ba7991fcd32bb1ea0bd087ce6d709ebf7f5bc4fd4b2e947ee5ddf0f
|
|
6540
|
-
lastVerified: '2026-02-
|
|
6535
|
+
lastVerified: '2026-02-16T01:21:26.584Z'
|
|
6541
6536
|
ideation-engine:
|
|
6542
6537
|
path: .aios-core/core/ideation/ideation-engine.js
|
|
6543
6538
|
type: module
|
|
@@ -8258,7 +8253,7 @@ entities:
|
|
|
8258
8253
|
registry-updater:
|
|
8259
8254
|
path: .aios-core/core/ids/registry-updater.js
|
|
8260
8255
|
type: module
|
|
8261
|
-
purpose: Entity at .aios-core
|
|
8256
|
+
purpose: Entity at .aios-core/core/ids/registry-updater.js
|
|
8262
8257
|
keywords:
|
|
8263
8258
|
- registry
|
|
8264
8259
|
- updater
|
|
@@ -8271,7 +8266,7 @@ entities:
|
|
|
8271
8266
|
constraints: []
|
|
8272
8267
|
extensionPoints: []
|
|
8273
8268
|
checksum: sha256:6d87ec21d32acff1ba9b9d13025118c106ce6db59c1339c3a6ef4b2a02fd7f52
|
|
8274
|
-
lastVerified: '2026-02-
|
|
8269
|
+
lastVerified: '2026-02-14T05:21:37.024Z'
|
|
8275
8270
|
core-config:
|
|
8276
8271
|
path: .aios-core/core-config.yaml
|
|
8277
8272
|
type: module
|
|
@@ -8290,8 +8285,8 @@ entities:
|
|
|
8290
8285
|
score: 0.4
|
|
8291
8286
|
constraints: []
|
|
8292
8287
|
extensionPoints: []
|
|
8293
|
-
checksum: sha256:
|
|
8294
|
-
lastVerified: '2026-02-
|
|
8288
|
+
checksum: sha256:c1266389772b3fcf3e4c91df085bd38dc0b01d0a5f98bdf977d134972ccaf49b
|
|
8289
|
+
lastVerified: '2026-02-15T22:52:07.323Z'
|
|
8295
8290
|
active-modules.verify:
|
|
8296
8291
|
path: .aios-core/core/memory/__tests__/active-modules.verify.js
|
|
8297
8292
|
type: module
|
|
@@ -8457,6 +8452,7 @@ entities:
|
|
|
8457
8452
|
- tracker
|
|
8458
8453
|
usedBy:
|
|
8459
8454
|
- engine
|
|
8455
|
+
- pipeline-collector
|
|
8460
8456
|
dependencies: []
|
|
8461
8457
|
adaptability:
|
|
8462
8458
|
score: 0.4
|
|
@@ -8515,37 +8511,208 @@ entities:
|
|
|
8515
8511
|
extensionPoints: []
|
|
8516
8512
|
checksum: sha256:3b927daec51d0a791f3fe4ef9aafc362773450e7cf50eb4b6d8ae9011d70df9a
|
|
8517
8513
|
lastVerified: '2026-02-12T12:53:14.532Z'
|
|
8518
|
-
|
|
8519
|
-
path: .aios-core/core/synapse/
|
|
8514
|
+
context-builder:
|
|
8515
|
+
path: .aios-core/core/synapse/context/context-builder.js
|
|
8520
8516
|
type: module
|
|
8521
|
-
purpose: Entity at .aios-core
|
|
8517
|
+
purpose: Entity at .aios-core/core/synapse/context/context-builder.js
|
|
8522
8518
|
keywords:
|
|
8523
|
-
-
|
|
8524
|
-
-
|
|
8519
|
+
- context
|
|
8520
|
+
- builder
|
|
8521
|
+
usedBy:
|
|
8522
|
+
- engine
|
|
8523
|
+
dependencies: []
|
|
8524
|
+
adaptability:
|
|
8525
|
+
score: 0.4
|
|
8526
|
+
constraints: []
|
|
8527
|
+
extensionPoints: []
|
|
8528
|
+
checksum: sha256:121cd0a1df8a44098831cd4335536e8facf4e65b8aec48f4ce9c2d432dc6252a
|
|
8529
|
+
lastVerified: '2026-02-15T17:43:13.183Z'
|
|
8530
|
+
hook-runtime:
|
|
8531
|
+
path: .aios-core/core/synapse/runtime/hook-runtime.js
|
|
8532
|
+
type: module
|
|
8533
|
+
purpose: Entity at .aios-core/core/synapse/runtime/hook-runtime.js
|
|
8534
|
+
keywords:
|
|
8535
|
+
- hook
|
|
8536
|
+
- runtime
|
|
8525
8537
|
usedBy: []
|
|
8526
|
-
dependencies:
|
|
8527
|
-
- safe-read-json
|
|
8538
|
+
dependencies: []
|
|
8528
8539
|
adaptability:
|
|
8529
8540
|
score: 0.4
|
|
8530
8541
|
constraints: []
|
|
8531
8542
|
extensionPoints: []
|
|
8532
|
-
checksum: sha256:
|
|
8533
|
-
lastVerified: '2026-02-
|
|
8543
|
+
checksum: sha256:441bdee8bbfea448f4e20eeb0ff1277352b33e79c9cf6cde9012c6d150fee08b
|
|
8544
|
+
lastVerified: '2026-02-15T19:28:17.742Z'
|
|
8545
|
+
migration-config:
|
|
8546
|
+
path: .aios-core/core/migration/migration-config.yaml
|
|
8547
|
+
type: module
|
|
8548
|
+
purpose: '"Migrate from flat to modular structure"'
|
|
8549
|
+
keywords:
|
|
8550
|
+
- migration
|
|
8551
|
+
- config
|
|
8552
|
+
- aios
|
|
8553
|
+
- configuration
|
|
8554
|
+
usedBy: []
|
|
8555
|
+
dependencies: []
|
|
8556
|
+
adaptability:
|
|
8557
|
+
score: 0.4
|
|
8558
|
+
constraints: []
|
|
8559
|
+
extensionPoints: []
|
|
8560
|
+
checksum: sha256:2267027b27300a12173ba317c72df54732e865e3ed2305ad2553e6ddac3ec610
|
|
8561
|
+
lastVerified: '2026-02-15T19:17:32.641Z'
|
|
8562
|
+
module-mapping:
|
|
8563
|
+
path: .aios-core/core/migration/module-mapping.yaml
|
|
8564
|
+
type: module
|
|
8565
|
+
purpose: AIOS Module Mapping v2.0 → v4.0.4
|
|
8566
|
+
keywords:
|
|
8567
|
+
- module
|
|
8568
|
+
- mapping
|
|
8569
|
+
- aios
|
|
8570
|
+
- v2.0
|
|
8571
|
+
- v4.0.4
|
|
8572
|
+
usedBy: []
|
|
8573
|
+
dependencies: []
|
|
8574
|
+
adaptability:
|
|
8575
|
+
score: 0.4
|
|
8576
|
+
constraints: []
|
|
8577
|
+
extensionPoints: []
|
|
8578
|
+
checksum: sha256:d141e61387871c366be93b5751b32363708e2d6ea42cceda3c4b3be13a4ed80f
|
|
8579
|
+
lastVerified: '2026-02-15T19:17:32.642Z'
|
|
8534
8580
|
hook-collector:
|
|
8535
8581
|
path: .aios-core/core/synapse/diagnostics/collectors/hook-collector.js
|
|
8536
8582
|
type: module
|
|
8537
|
-
purpose: Entity at .aios-core
|
|
8583
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/hook-collector.js
|
|
8538
8584
|
keywords:
|
|
8539
8585
|
- hook
|
|
8540
8586
|
- collector
|
|
8541
|
-
usedBy:
|
|
8587
|
+
usedBy:
|
|
8588
|
+
- synapse-diagnostics
|
|
8542
8589
|
dependencies: []
|
|
8543
8590
|
adaptability:
|
|
8544
8591
|
score: 0.4
|
|
8545
8592
|
constraints: []
|
|
8546
8593
|
extensionPoints: []
|
|
8547
8594
|
checksum: sha256:9cd342cc0c2253296f931a977b20408370c1e1bebe02a22a757418d4d0630884
|
|
8548
|
-
lastVerified: '2026-02-
|
|
8595
|
+
lastVerified: '2026-02-16T01:21:26.583Z'
|
|
8596
|
+
manifest-collector:
|
|
8597
|
+
path: .aios-core/core/synapse/diagnostics/collectors/manifest-collector.js
|
|
8598
|
+
type: module
|
|
8599
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/manifest-collector.js
|
|
8600
|
+
keywords:
|
|
8601
|
+
- manifest
|
|
8602
|
+
- collector
|
|
8603
|
+
usedBy:
|
|
8604
|
+
- synapse-diagnostics
|
|
8605
|
+
dependencies:
|
|
8606
|
+
- domain-loader
|
|
8607
|
+
adaptability:
|
|
8608
|
+
score: 0.4
|
|
8609
|
+
constraints: []
|
|
8610
|
+
extensionPoints: []
|
|
8611
|
+
checksum: sha256:3dc895eb94485320ecbaca3a1d29e3776cfb691dd7dcc71cf44b34af30e8ebb6
|
|
8612
|
+
lastVerified: '2026-02-15T19:17:32.643Z'
|
|
8613
|
+
pipeline-collector:
|
|
8614
|
+
path: .aios-core/core/synapse/diagnostics/collectors/pipeline-collector.js
|
|
8615
|
+
type: module
|
|
8616
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/pipeline-collector.js
|
|
8617
|
+
keywords:
|
|
8618
|
+
- pipeline
|
|
8619
|
+
- collector
|
|
8620
|
+
usedBy:
|
|
8621
|
+
- synapse-diagnostics
|
|
8622
|
+
dependencies:
|
|
8623
|
+
- context-tracker
|
|
8624
|
+
adaptability:
|
|
8625
|
+
score: 0.4
|
|
8626
|
+
constraints: []
|
|
8627
|
+
extensionPoints: []
|
|
8628
|
+
checksum: sha256:8655b6240e2f54b70def1a8c2fae00d40e2615cb95fd7ca0d64c2e0a6dfe3b73
|
|
8629
|
+
lastVerified: '2026-02-15T19:17:32.643Z'
|
|
8630
|
+
session-collector:
|
|
8631
|
+
path: .aios-core/core/synapse/diagnostics/collectors/session-collector.js
|
|
8632
|
+
type: module
|
|
8633
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/session-collector.js
|
|
8634
|
+
keywords:
|
|
8635
|
+
- session
|
|
8636
|
+
- collector
|
|
8637
|
+
usedBy:
|
|
8638
|
+
- synapse-diagnostics
|
|
8639
|
+
dependencies: []
|
|
8640
|
+
adaptability:
|
|
8641
|
+
score: 0.4
|
|
8642
|
+
constraints: []
|
|
8643
|
+
extensionPoints: []
|
|
8644
|
+
checksum: sha256:a116d884d6947ddc8e5f3def012d93696576c584c4fde1639b8d895924fc09ea
|
|
8645
|
+
lastVerified: '2026-02-15T19:17:32.643Z'
|
|
8646
|
+
uap-collector:
|
|
8647
|
+
path: .aios-core/core/synapse/diagnostics/collectors/uap-collector.js
|
|
8648
|
+
type: module
|
|
8649
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/uap-collector.js
|
|
8650
|
+
keywords:
|
|
8651
|
+
- uap
|
|
8652
|
+
- collector
|
|
8653
|
+
usedBy:
|
|
8654
|
+
- synapse-diagnostics
|
|
8655
|
+
dependencies: []
|
|
8656
|
+
adaptability:
|
|
8657
|
+
score: 0.4
|
|
8658
|
+
constraints: []
|
|
8659
|
+
extensionPoints: []
|
|
8660
|
+
checksum: sha256:dd025894f8f0d3bd22a147dbc0debef8b83e96f3c59483653404b3cd5a01d5aa
|
|
8661
|
+
lastVerified: '2026-02-15T19:17:32.643Z'
|
|
8662
|
+
report-formatter:
|
|
8663
|
+
path: .aios-core/core/synapse/diagnostics/report-formatter.js
|
|
8664
|
+
type: module
|
|
8665
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/report-formatter.js
|
|
8666
|
+
keywords:
|
|
8667
|
+
- report
|
|
8668
|
+
- formatter
|
|
8669
|
+
usedBy:
|
|
8670
|
+
- synapse-diagnostics
|
|
8671
|
+
dependencies: []
|
|
8672
|
+
adaptability:
|
|
8673
|
+
score: 0.4
|
|
8674
|
+
constraints: []
|
|
8675
|
+
extensionPoints: []
|
|
8676
|
+
checksum: sha256:33faf5820fbe2559e425707ff6ce19ce20b046d7222814d4040e739317ff998e
|
|
8677
|
+
lastVerified: '2026-02-16T01:21:26.584Z'
|
|
8678
|
+
synapse-diagnostics:
|
|
8679
|
+
path: .aios-core/core/synapse/diagnostics/synapse-diagnostics.js
|
|
8680
|
+
type: module
|
|
8681
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/synapse-diagnostics.js
|
|
8682
|
+
keywords:
|
|
8683
|
+
- synapse
|
|
8684
|
+
- diagnostics
|
|
8685
|
+
usedBy: []
|
|
8686
|
+
dependencies:
|
|
8687
|
+
- hook-collector
|
|
8688
|
+
- session-collector
|
|
8689
|
+
- manifest-collector
|
|
8690
|
+
- pipeline-collector
|
|
8691
|
+
- uap-collector
|
|
8692
|
+
- report-formatter
|
|
8693
|
+
- domain-loader
|
|
8694
|
+
adaptability:
|
|
8695
|
+
score: 0.4
|
|
8696
|
+
constraints: []
|
|
8697
|
+
extensionPoints: []
|
|
8698
|
+
checksum: sha256:de9dffce0e380637027cbd64b062d3eeffc37e42a84a337e5758fbef39fe3a00
|
|
8699
|
+
lastVerified: '2026-02-15T19:17:32.644Z'
|
|
8700
|
+
consistency-collector:
|
|
8701
|
+
path: .aios-core/core/synapse/diagnostics/collectors/consistency-collector.js
|
|
8702
|
+
type: module
|
|
8703
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/consistency-collector.js
|
|
8704
|
+
keywords:
|
|
8705
|
+
- consistency
|
|
8706
|
+
- collector
|
|
8707
|
+
usedBy: []
|
|
8708
|
+
dependencies:
|
|
8709
|
+
- safe-read-json
|
|
8710
|
+
adaptability:
|
|
8711
|
+
score: 0.4
|
|
8712
|
+
constraints: []
|
|
8713
|
+
extensionPoints: []
|
|
8714
|
+
checksum: sha256:65f4255f87c9900400649dc8b9aedaac4851b5939d93e127778bd93cee99db12
|
|
8715
|
+
lastVerified: '2026-02-16T01:21:26.582Z'
|
|
8549
8716
|
output-analyzer:
|
|
8550
8717
|
path: .aios-core/core/synapse/diagnostics/collectors/output-analyzer.js
|
|
8551
8718
|
type: module
|
|
@@ -8561,11 +8728,11 @@ entities:
|
|
|
8561
8728
|
constraints: []
|
|
8562
8729
|
extensionPoints: []
|
|
8563
8730
|
checksum: sha256:e6846b1aba0a6cba17c297a871861d4f8199d7500220bff296a6a3291e32493e
|
|
8564
|
-
lastVerified: '2026-02-
|
|
8731
|
+
lastVerified: '2026-02-16T01:21:26.584Z'
|
|
8565
8732
|
quality-collector:
|
|
8566
8733
|
path: .aios-core/core/synapse/diagnostics/collectors/quality-collector.js
|
|
8567
8734
|
type: module
|
|
8568
|
-
purpose: Entity at .aios-core
|
|
8735
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/quality-collector.js
|
|
8569
8736
|
keywords:
|
|
8570
8737
|
- quality
|
|
8571
8738
|
- collector
|
|
@@ -8577,11 +8744,11 @@ entities:
|
|
|
8577
8744
|
constraints: []
|
|
8578
8745
|
extensionPoints: []
|
|
8579
8746
|
checksum: sha256:30ae299eab6d569d09afe3530a5b2f1ff35ef75366a1ab56a9e2a57d39d3611c
|
|
8580
|
-
lastVerified: '2026-02-
|
|
8747
|
+
lastVerified: '2026-02-16T01:21:26.584Z'
|
|
8581
8748
|
relevance-matrix:
|
|
8582
8749
|
path: .aios-core/core/synapse/diagnostics/collectors/relevance-matrix.js
|
|
8583
8750
|
type: module
|
|
8584
|
-
purpose: Entity at .aios-core
|
|
8751
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/relevance-matrix.js
|
|
8585
8752
|
keywords:
|
|
8586
8753
|
- relevance
|
|
8587
8754
|
- matrix
|
|
@@ -8593,11 +8760,11 @@ entities:
|
|
|
8593
8760
|
constraints: []
|
|
8594
8761
|
extensionPoints: []
|
|
8595
8762
|
checksum: sha256:f92c4f7061dc82eed4310a27b69eade33d3015f9beb1bed688601a2dccbad22e
|
|
8596
|
-
lastVerified: '2026-02-
|
|
8763
|
+
lastVerified: '2026-02-16T01:21:26.584Z'
|
|
8597
8764
|
safe-read-json:
|
|
8598
8765
|
path: .aios-core/core/synapse/diagnostics/collectors/safe-read-json.js
|
|
8599
8766
|
type: module
|
|
8600
|
-
purpose: Entity at .aios-core
|
|
8767
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/safe-read-json.js
|
|
8601
8768
|
keywords:
|
|
8602
8769
|
- safe
|
|
8603
8770
|
- read
|
|
@@ -8614,11 +8781,11 @@ entities:
|
|
|
8614
8781
|
constraints: []
|
|
8615
8782
|
extensionPoints: []
|
|
8616
8783
|
checksum: sha256:dc7bcd13779207ad67b1c3929b7e1e0ccfa3563f3458c20cad28cb1922e9a74c
|
|
8617
|
-
lastVerified: '2026-02-
|
|
8784
|
+
lastVerified: '2026-02-16T01:21:26.584Z'
|
|
8618
8785
|
timing-collector:
|
|
8619
8786
|
path: .aios-core/core/synapse/diagnostics/collectors/timing-collector.js
|
|
8620
8787
|
type: module
|
|
8621
|
-
purpose: Entity at .aios-core
|
|
8788
|
+
purpose: Entity at .aios-core/core/synapse/diagnostics/collectors/timing-collector.js
|
|
8622
8789
|
keywords:
|
|
8623
8790
|
- timing
|
|
8624
8791
|
- collector
|
|
@@ -8630,22 +8797,7 @@ entities:
|
|
|
8630
8797
|
constraints: []
|
|
8631
8798
|
extensionPoints: []
|
|
8632
8799
|
checksum: sha256:2523ce93f863a28f798d992c4f2fab041c91a09413b3186fd290e6035b391587
|
|
8633
|
-
lastVerified: '2026-02-
|
|
8634
|
-
report-formatter:
|
|
8635
|
-
path: .aios-core/core/synapse/diagnostics/report-formatter.js
|
|
8636
|
-
type: module
|
|
8637
|
-
purpose: Entity at .aios-core\core\synapse\diagnostics\report-formatter.js
|
|
8638
|
-
keywords:
|
|
8639
|
-
- report
|
|
8640
|
-
- formatter
|
|
8641
|
-
usedBy: []
|
|
8642
|
-
dependencies: []
|
|
8643
|
-
adaptability:
|
|
8644
|
-
score: 0.4
|
|
8645
|
-
constraints: []
|
|
8646
|
-
extensionPoints: []
|
|
8647
|
-
checksum: sha256:33faf5820fbe2559e425707ff6ce19ce20b046d7222814d4040e739317ff998e
|
|
8648
|
-
lastVerified: '2026-02-15T20:39:45.235Z'
|
|
8800
|
+
lastVerified: '2026-02-16T01:21:26.584Z'
|
|
8649
8801
|
agents:
|
|
8650
8802
|
aios-master:
|
|
8651
8803
|
path: .aios-core/development/agents/aios-master.md
|
|
@@ -8689,8 +8841,8 @@ entities:
|
|
|
8689
8841
|
score: 0.3
|
|
8690
8842
|
constraints: []
|
|
8691
8843
|
extensionPoints: []
|
|
8692
|
-
checksum: sha256:
|
|
8693
|
-
lastVerified: '2026-02-
|
|
8844
|
+
checksum: sha256:624cc2a9e8a6cb1549321614927649714a867332272faaa5861f4378206f1c34
|
|
8845
|
+
lastVerified: '2026-02-15T19:33:09.493Z'
|
|
8694
8846
|
data-engineer:
|
|
8695
8847
|
path: .aios-core/development/agents/data-engineer.md
|
|
8696
8848
|
type: agent
|
|
@@ -8725,7 +8877,7 @@ entities:
|
|
|
8725
8877
|
devops:
|
|
8726
8878
|
path: .aios-core/development/agents/devops.md
|
|
8727
8879
|
type: agent
|
|
8728
|
-
purpose: '''
|
|
8880
|
+
purpose: '''Show all available commands with descriptions'''
|
|
8729
8881
|
keywords:
|
|
8730
8882
|
- devops
|
|
8731
8883
|
usedBy: []
|
|
@@ -8734,8 +8886,8 @@ entities:
|
|
|
8734
8886
|
score: 0.3
|
|
8735
8887
|
constraints: []
|
|
8736
8888
|
extensionPoints: []
|
|
8737
|
-
checksum: sha256:
|
|
8738
|
-
lastVerified: '2026-02-
|
|
8889
|
+
checksum: sha256:958dd617e0c3d4fd3419102df22e6c3f3acdbab30f1333e687ce6191e41113f8
|
|
8890
|
+
lastVerified: '2026-02-15T19:33:09.494Z'
|
|
8739
8891
|
pm:
|
|
8740
8892
|
path: .aios-core/development/agents/pm.md
|
|
8741
8893
|
type: agent
|
|
@@ -8769,7 +8921,7 @@ entities:
|
|
|
8769
8921
|
qa:
|
|
8770
8922
|
path: .aios-core/development/agents/qa.md
|
|
8771
8923
|
type: agent
|
|
8772
|
-
purpose:
|
|
8924
|
+
purpose: '''Show all available commands with descriptions'''
|
|
8773
8925
|
keywords:
|
|
8774
8926
|
- qa
|
|
8775
8927
|
usedBy: []
|
|
@@ -8778,8 +8930,8 @@ entities:
|
|
|
8778
8930
|
score: 0.3
|
|
8779
8931
|
constraints: []
|
|
8780
8932
|
extensionPoints: []
|
|
8781
|
-
checksum: sha256:
|
|
8782
|
-
lastVerified: '2026-02-
|
|
8933
|
+
checksum: sha256:0f8fb4bce7c75852937bc822547ce74735b212c16761b2d58d95356708fd0a14
|
|
8934
|
+
lastVerified: '2026-02-15T19:33:09.495Z'
|
|
8783
8935
|
sm:
|
|
8784
8936
|
path: .aios-core/development/agents/sm.md
|
|
8785
8937
|
type: agent
|
|
@@ -8825,8 +8977,8 @@ entities:
|
|
|
8825
8977
|
score: 0.3
|
|
8826
8978
|
constraints: []
|
|
8827
8979
|
extensionPoints: []
|
|
8828
|
-
checksum: sha256:
|
|
8829
|
-
lastVerified: '2026-02-
|
|
8980
|
+
checksum: sha256:5dde817f220f1f452b53026643e267eb027e4a131d1e5fc4bbcf6ebd772da3bb
|
|
8981
|
+
lastVerified: '2026-02-15T19:33:09.495Z'
|
|
8830
8982
|
checklists:
|
|
8831
8983
|
agent-quality-gate:
|
|
8832
8984
|
path: .aios-core/development/checklists/agent-quality-gate.md
|
|
@@ -8879,8 +9031,8 @@ entities:
|
|
|
8879
9031
|
score: 0.5
|
|
8880
9032
|
constraints: []
|
|
8881
9033
|
extensionPoints: []
|
|
8882
|
-
checksum: sha256:
|
|
8883
|
-
lastVerified: '2026-02-
|
|
9034
|
+
checksum: sha256:e798a0ec2b67b37d00b0561f68f8bfb62d8f4d725cb6af81338ec1f2a75992e3
|
|
9035
|
+
lastVerified: '2026-02-15T19:17:32.644Z'
|
|
8884
9036
|
aios-kb:
|
|
8885
9037
|
path: .aios-core/data/aios-kb.md
|
|
8886
9038
|
type: data
|
|
@@ -8896,8 +9048,8 @@ entities:
|
|
|
8896
9048
|
score: 0.5
|
|
8897
9049
|
constraints: []
|
|
8898
9050
|
extensionPoints: []
|
|
8899
|
-
checksum: sha256:
|
|
8900
|
-
lastVerified: '2026-02-
|
|
9051
|
+
checksum: sha256:c322dbd1964172108be6d1520f8d596472fac69258ef3a12d7b9e26079553b18
|
|
9052
|
+
lastVerified: '2026-02-15T22:52:07.324Z'
|
|
8901
9053
|
entity-registry:
|
|
8902
9054
|
path: .aios-core/data/entity-registry.yaml
|
|
8903
9055
|
type: data
|
|
@@ -9019,51 +9171,6 @@ entities:
|
|
|
9019
9171
|
extensionPoints: []
|
|
9020
9172
|
checksum: sha256:1a7262912c8c8e264d307f0d38a1109bdb2b9bff9ea7d8855c768835201aa59b
|
|
9021
9173
|
lastVerified: '2026-02-08T13:33:24.397Z'
|
|
9022
|
-
code-intel-health-check:
|
|
9023
|
-
path: scripts/code-intel-health-check.js
|
|
9024
|
-
type: script
|
|
9025
|
-
purpose: Health check and validation for Code Graph MCP provider. Outputs structured JSON with status, tools availability, and response time.
|
|
9026
|
-
keywords:
|
|
9027
|
-
- code-intelligence
|
|
9028
|
-
- health-check
|
|
9029
|
-
- mcp
|
|
9030
|
-
- code-graph
|
|
9031
|
-
- provider
|
|
9032
|
-
- validation
|
|
9033
|
-
usedBy:
|
|
9034
|
-
- NOG-1
|
|
9035
|
-
dependencies:
|
|
9036
|
-
- code-graph-mcp
|
|
9037
|
-
adaptability:
|
|
9038
|
-
score: 0.8
|
|
9039
|
-
constraints:
|
|
9040
|
-
- Requires code-graph-mcp pip package installed
|
|
9041
|
-
extensionPoints:
|
|
9042
|
-
- Additional provider checks can be added
|
|
9043
|
-
story: NOG-0
|
|
9044
|
-
lastVerified: '2026-02-15T23:30:00.000Z'
|
|
9045
|
-
code-graph-mcp-setup-guide:
|
|
9046
|
-
path: docs/guides/code-graph-mcp-setup.md
|
|
9047
|
-
type: guide
|
|
9048
|
-
purpose: Setup guide for Code Graph MCP installation, configuration, verification and troubleshooting.
|
|
9049
|
-
keywords:
|
|
9050
|
-
- code-graph
|
|
9051
|
-
- mcp
|
|
9052
|
-
- setup
|
|
9053
|
-
- installation
|
|
9054
|
-
- troubleshooting
|
|
9055
|
-
- guide
|
|
9056
|
-
usedBy:
|
|
9057
|
-
- NOG-0
|
|
9058
|
-
- NOG-1
|
|
9059
|
-
dependencies: []
|
|
9060
|
-
adaptability:
|
|
9061
|
-
score: 0.9
|
|
9062
|
-
constraints: []
|
|
9063
|
-
extensionPoints:
|
|
9064
|
-
- Additional provider setup guides can follow same pattern
|
|
9065
|
-
story: NOG-0
|
|
9066
|
-
lastVerified: '2026-02-15T23:30:00.000Z'
|
|
9067
9174
|
categories:
|
|
9068
9175
|
- id: tasks
|
|
9069
9176
|
description: Executable task workflows for agent operations
|