@a5c-ai/agent-catalog 5.0.1-staging.b41a545e

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.
Files changed (135) hide show
  1. package/README.md +117 -0
  2. package/dist/assets.d.ts +4 -0
  3. package/dist/assets.d.ts.map +1 -0
  4. package/dist/assets.js +76 -0
  5. package/dist/cli.d.ts +168 -0
  6. package/dist/cli.d.ts.map +1 -0
  7. package/dist/cli.js +336 -0
  8. package/dist/data.d.ts +54 -0
  9. package/dist/data.d.ts.map +1 -0
  10. package/dist/data.js +636 -0
  11. package/dist/discovery-snapshot.json +319345 -0
  12. package/dist/discovery.d.ts +143 -0
  13. package/dist/discovery.d.ts.map +1 -0
  14. package/dist/discovery.js +728 -0
  15. package/dist/evidence-projection.d.ts +4 -0
  16. package/dist/evidence-projection.d.ts.map +1 -0
  17. package/dist/evidence-projection.js +34 -0
  18. package/dist/evidence.d.ts +13 -0
  19. package/dist/evidence.d.ts.map +1 -0
  20. package/dist/evidence.js +227 -0
  21. package/dist/graph.d.ts +20 -0
  22. package/dist/graph.d.ts.map +1 -0
  23. package/dist/graph.js +194 -0
  24. package/dist/index.d.ts +11 -0
  25. package/dist/index.d.ts.map +1 -0
  26. package/dist/index.js +28 -0
  27. package/dist/models.d.ts +559 -0
  28. package/dist/models.d.ts.map +1 -0
  29. package/dist/models.js +2 -0
  30. package/dist/sdk.d.ts +48 -0
  31. package/dist/sdk.d.ts.map +1 -0
  32. package/dist/sdk.js +902 -0
  33. package/dist/transport-mux-cutover.d.ts +9 -0
  34. package/dist/transport-mux-cutover.d.ts.map +1 -0
  35. package/dist/transport-mux-cutover.js +158 -0
  36. package/dist/ui.d.ts +2 -0
  37. package/dist/ui.d.ts.map +1 -0
  38. package/dist/ui.js +8 -0
  39. package/docs/ontology-evidence.md +82 -0
  40. package/evidence/ontology-evidence/claims/catalog-processes-and-packaging.json +89 -0
  41. package/evidence/ontology-evidence/claims/plugins-hooks-discovery.json +136 -0
  42. package/evidence/ontology-evidence/claims/runtime-core.json +113 -0
  43. package/evidence/ontology-evidence/claims/vendor-web.json +977 -0
  44. package/evidence/ontology-evidence/evidence-sources/catalog-processes-and-packaging.json +48 -0
  45. package/evidence/ontology-evidence/evidence-sources/plugins-hooks-discovery.json +88 -0
  46. package/evidence/ontology-evidence/evidence-sources/runtime-core.json +78 -0
  47. package/evidence/ontology-evidence/evidence-sources/vendor-web.json +918 -0
  48. package/evidence/ontology-evidence/manifest.json +56 -0
  49. package/graph/agent-catalog.graph.yaml +43 -0
  50. package/graph/edges/relations/agent-runtime/babysitter-agent.yaml +31 -0
  51. package/graph/edges/relations/agent-runtime/discovery-and-paths.yaml +433 -0
  52. package/graph/edges/relations/agent-runtime/session-and-lifecycle.yaml +137 -0
  53. package/graph/edges/relations/agent-runtime/transports-and-modalities.yaml +387 -0
  54. package/graph/edges/relations/capabilities/babysitter-agent-links.yaml +46 -0
  55. package/graph/edges/relations/capabilities/capability-vocabulary-links-agents.yaml +478 -0
  56. package/graph/edges/relations/capabilities/capability-vocabulary-links-providers.yaml +40 -0
  57. package/graph/edges/relations/capabilities/capability-vocabulary-links-transports.yaml +70 -0
  58. package/graph/edges/relations/capabilities/support-record-links-agents.yaml +478 -0
  59. package/graph/edges/relations/capabilities/support-record-links-providers.yaml +40 -0
  60. package/graph/edges/relations/capabilities/support-record-links-transports.yaml +70 -0
  61. package/graph/edges/relations/evolution.yaml +16 -0
  62. package/graph/edges/relations/hooks-and-plugins.yaml +462 -0
  63. package/graph/edges/relations/identity-babysitter-agent.yaml +11 -0
  64. package/graph/edges/relations/identity.yaml +218 -0
  65. package/graph/edges/relations/processes-and-packages.yaml +71 -0
  66. package/graph/edges/relations/provenance/babysitter-agent-and-claude-web.yaml +102 -0
  67. package/graph/edges/relations/provenance/catalog-core-agents.yaml +370 -0
  68. package/graph/edges/relations/provenance/catalog-core-models.yaml +88 -0
  69. package/graph/edges/relations/provenance/catalog-core-providers.yaml +220 -0
  70. package/graph/edges/relations/provenance/evidence-sources.yaml +136 -0
  71. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-discovery.yaml +124 -0
  72. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-hooks.yaml +244 -0
  73. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-plugins.yaml +166 -0
  74. package/graph/edges/relations/provenance/processes-packages-and-paths.yaml +490 -0
  75. package/graph/edges/relations/provenance/runtime-and-capabilities-capability.yaml +202 -0
  76. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-claude.yaml +210 -0
  77. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-codex.yaml +302 -0
  78. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-copilot.yaml +170 -0
  79. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-cursor.yaml +146 -0
  80. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-gemini.yaml +143 -0
  81. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml +76 -0
  82. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-openclaw.yaml +112 -0
  83. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-opencode.yaml +139 -0
  84. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml +40 -0
  85. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml +112 -0
  86. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml +190 -0
  87. package/graph/edges/relations/provenance/runtime-and-capabilities-modality.yaml +88 -0
  88. package/graph/edges/relations/provenance/runtime-and-capabilities-transport.yaml +172 -0
  89. package/graph/nodes/agents/babysitter-agent.yaml +43 -0
  90. package/graph/nodes/agents/products.yaml +163 -0
  91. package/graph/nodes/agents/versions.yaml +282 -0
  92. package/graph/nodes/capabilities/capabilities.yaml +234 -0
  93. package/graph/nodes/capabilities/modalities.yaml +74 -0
  94. package/graph/nodes/capabilities/supports/agents/babysitter-agent.yaml +46 -0
  95. package/graph/nodes/capabilities/supports/agents/claude.yaml +166 -0
  96. package/graph/nodes/capabilities/supports/agents/codex.yaml +190 -0
  97. package/graph/nodes/capabilities/supports/agents/copilot.yaml +121 -0
  98. package/graph/nodes/capabilities/supports/agents/cursor.yaml +104 -0
  99. package/graph/nodes/capabilities/supports/agents/gemini.yaml +104 -0
  100. package/graph/nodes/capabilities/supports/agents/omp.yaml +74 -0
  101. package/graph/nodes/capabilities/supports/agents/openclaw.yaml +67 -0
  102. package/graph/nodes/capabilities/supports/agents/opencode.yaml +103 -0
  103. package/graph/nodes/capabilities/supports/agents/pi.yaml +65 -0
  104. package/graph/nodes/capabilities/supports/provider-versions.yaml +73 -0
  105. package/graph/nodes/capabilities/supports/transport-runtimes.yaml +122 -0
  106. package/graph/nodes/evidence/babysitter-agent-and-claude-web.yaml +83 -0
  107. package/graph/nodes/evidence/claims.yaml +315 -0
  108. package/graph/nodes/evidence/claude-code-capability-claims.yaml +170 -0
  109. package/graph/nodes/evidence/claude-code-docs-core.yaml +103 -0
  110. package/graph/nodes/evidence/claude-code-docs-extensions.yaml +114 -0
  111. package/graph/nodes/evidence/codex-web.yaml +155 -0
  112. package/graph/nodes/evidence/copilot-web.yaml +213 -0
  113. package/graph/nodes/evidence/cursor-web.yaml +191 -0
  114. package/graph/nodes/evidence/evidence-sources.yaml +206 -0
  115. package/graph/nodes/evidence/gemini-cli-web.yaml +177 -0
  116. package/graph/nodes/evidence/omp-web.yaml +129 -0
  117. package/graph/nodes/evidence/opencode-web.yaml +144 -0
  118. package/graph/nodes/hooks-and-plugins/hook-mappings.yaml +399 -0
  119. package/graph/nodes/hooks-and-plugins/hook-surfaces.yaml +160 -0
  120. package/graph/nodes/hooks-and-plugins/plugin-artifacts.yaml +229 -0
  121. package/graph/nodes/hooks-and-plugins/plugin-targets.yaml +330 -0
  122. package/graph/nodes/models.yaml +103 -0
  123. package/graph/nodes/processes-and-packages/ci-surfaces.yaml +45 -0
  124. package/graph/nodes/processes-and-packages/packages.yaml +89 -0
  125. package/graph/nodes/processes-and-packages/processes.yaml +44 -0
  126. package/graph/nodes/providers/products.yaml +102 -0
  127. package/graph/nodes/providers/versions.yaml +108 -0
  128. package/graph/nodes/runtime-semantics/discovery-signals-hooks.yaml +185 -0
  129. package/graph/nodes/runtime-semantics/discovery-signals-host.yaml +254 -0
  130. package/graph/nodes/runtime-semantics/lifecycle-semantics.yaml +151 -0
  131. package/graph/nodes/runtime-semantics/paths.yaml +289 -0
  132. package/graph/nodes/runtime-semantics/session-semantics.yaml +214 -0
  133. package/graph/nodes/transports.yaml +202 -0
  134. package/graph/schema/ontology-schema.yaml +529 -0
  135. package/package.json +65 -0
@@ -0,0 +1,490 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/processes-packages-and-paths.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ edges:
5
+ - id: edge:sessionSemantics:claude:ge-0-0-0:claim:repo-sdk-fallback
6
+ relation: supported_by_claim
7
+ from: sessionSemantics:claude:ge-0-0-0
8
+ to: claim:repo-sdk-fallback
9
+ evidenceRefs:
10
+ - repo-sdk-fallback
11
+ - id: edge:sessionSemantics:claude:ge-0-0-0:claim:repo-agent-mux-host
12
+ relation: supported_by_claim
13
+ from: sessionSemantics:claude:ge-0-0-0
14
+ to: claim:repo-agent-mux-host
15
+ evidenceRefs:
16
+ - repo-agent-mux-host
17
+ - id: edge:sessionSemantics:codex:ge-0-0-0:claim:repo-sdk-fallback
18
+ relation: supported_by_claim
19
+ from: sessionSemantics:codex:ge-0-0-0
20
+ to: claim:repo-sdk-fallback
21
+ evidenceRefs:
22
+ - repo-sdk-fallback
23
+ - id: edge:sessionSemantics:codex:ge-0-0-0:claim:repo-hooks-detector
24
+ relation: supported_by_claim
25
+ from: sessionSemantics:codex:ge-0-0-0
26
+ to: claim:repo-hooks-detector
27
+ evidenceRefs:
28
+ - repo-hooks-detector
29
+ - id: edge:sessionSemantics:cursor:ge-0-0-0:claim:repo-sdk-fallback
30
+ relation: supported_by_claim
31
+ from: sessionSemantics:cursor:ge-0-0-0
32
+ to: claim:repo-sdk-fallback
33
+ evidenceRefs:
34
+ - repo-sdk-fallback
35
+ - id: edge:sessionSemantics:cursor:ge-0-0-0:claim:repo-hooks-detector
36
+ relation: supported_by_claim
37
+ from: sessionSemantics:cursor:ge-0-0-0
38
+ to: claim:repo-hooks-detector
39
+ evidenceRefs:
40
+ - repo-hooks-detector
41
+ - id: edge:sessionSemantics:gemini:ge-0-0-0:claim:repo-sdk-fallback
42
+ relation: supported_by_claim
43
+ from: sessionSemantics:gemini:ge-0-0-0
44
+ to: claim:repo-sdk-fallback
45
+ evidenceRefs:
46
+ - repo-sdk-fallback
47
+ - id: edge:sessionSemantics:gemini:ge-0-0-0:claim:repo-hooks-detector
48
+ relation: supported_by_claim
49
+ from: sessionSemantics:gemini:ge-0-0-0
50
+ to: claim:repo-hooks-detector
51
+ evidenceRefs:
52
+ - repo-hooks-detector
53
+ - id: edge:sessionSemantics:copilot:ge-0-0-0:claim:repo-sdk-fallback
54
+ relation: supported_by_claim
55
+ from: sessionSemantics:copilot:ge-0-0-0
56
+ to: claim:repo-sdk-fallback
57
+ evidenceRefs:
58
+ - repo-sdk-fallback
59
+ - id: edge:sessionSemantics:copilot:ge-0-0-0:claim:repo-agent-mux-host
60
+ relation: supported_by_claim
61
+ from: sessionSemantics:copilot:ge-0-0-0
62
+ to: claim:repo-agent-mux-host
63
+ evidenceRefs:
64
+ - repo-agent-mux-host
65
+ - id: edge:sessionSemantics:pi:ge-0-0-0:claim:repo-sdk-fallback
66
+ relation: supported_by_claim
67
+ from: sessionSemantics:pi:ge-0-0-0
68
+ to: claim:repo-sdk-fallback
69
+ evidenceRefs:
70
+ - repo-sdk-fallback
71
+ - id: edge:sessionSemantics:pi:ge-0-0-0:claim:repo-agent-mux-host
72
+ relation: supported_by_claim
73
+ from: sessionSemantics:pi:ge-0-0-0
74
+ to: claim:repo-agent-mux-host
75
+ evidenceRefs:
76
+ - repo-agent-mux-host
77
+ - id: edge:sessionSemantics:omp:ge-0-0-0:claim:repo-sdk-fallback
78
+ relation: supported_by_claim
79
+ from: sessionSemantics:omp:ge-0-0-0
80
+ to: claim:repo-sdk-fallback
81
+ evidenceRefs:
82
+ - repo-sdk-fallback
83
+ - id: edge:sessionSemantics:omp:ge-0-0-0:claim:repo-agent-mux-host
84
+ relation: supported_by_claim
85
+ from: sessionSemantics:omp:ge-0-0-0
86
+ to: claim:repo-agent-mux-host
87
+ evidenceRefs:
88
+ - repo-agent-mux-host
89
+ - id: edge:sessionSemantics:opencode:ge-0-0-0:claim:repo-sdk-fallback
90
+ relation: supported_by_claim
91
+ from: sessionSemantics:opencode:ge-0-0-0
92
+ to: claim:repo-sdk-fallback
93
+ evidenceRefs:
94
+ - repo-sdk-fallback
95
+ - id: edge:sessionSemantics:opencode:ge-0-0-0:claim:repo-agent-mux-host
96
+ relation: supported_by_claim
97
+ from: sessionSemantics:opencode:ge-0-0-0
98
+ to: claim:repo-agent-mux-host
99
+ evidenceRefs:
100
+ - repo-agent-mux-host
101
+ - id: edge:sessionSemantics:openclaw:ge-0-0-0:claim:repo-sdk-fallback
102
+ relation: supported_by_claim
103
+ from: sessionSemantics:openclaw:ge-0-0-0
104
+ to: claim:repo-sdk-fallback
105
+ evidenceRefs:
106
+ - repo-sdk-fallback
107
+ - id: edge:sessionSemantics:openclaw:ge-0-0-0:claim:repo-hooks-detector
108
+ relation: supported_by_claim
109
+ from: sessionSemantics:openclaw:ge-0-0-0
110
+ to: claim:repo-hooks-detector
111
+ evidenceRefs:
112
+ - repo-hooks-detector
113
+ - id: edge:sessionSemantics:openclaw:ge-0-0-0:claim:repo-agent-mux-host
114
+ relation: supported_by_claim
115
+ from: sessionSemantics:openclaw:ge-0-0-0
116
+ to: claim:repo-agent-mux-host
117
+ evidenceRefs:
118
+ - repo-agent-mux-host
119
+ - id: edge:lifecycleSemantics:claude:ge-0-0-0:claim:repo-sdk-fallback
120
+ relation: supported_by_claim
121
+ from: lifecycleSemantics:claude:ge-0-0-0
122
+ to: claim:repo-sdk-fallback
123
+ evidenceRefs:
124
+ - repo-sdk-fallback
125
+ - id: edge:lifecycleSemantics:claude:ge-0-0-0:claim:repo-target-claude
126
+ relation: supported_by_claim
127
+ from: lifecycleSemantics:claude:ge-0-0-0
128
+ to: claim:repo-target-claude
129
+ evidenceRefs:
130
+ - repo-target-claude
131
+ - id: edge:lifecycleSemantics:claude:ge-0-0-0:claim:web-anthropic-claude-code-autonomy
132
+ relation: supported_by_claim
133
+ from: lifecycleSemantics:claude:ge-0-0-0
134
+ to: claim:web-anthropic-claude-code-autonomy
135
+ evidenceRefs:
136
+ - web-anthropic-claude-code-autonomy
137
+ - id: edge:lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0:claim:repo-sdk-fallback
138
+ relation: supported_by_claim
139
+ from: lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0
140
+ to: claim:repo-sdk-fallback
141
+ evidenceRefs:
142
+ - repo-sdk-fallback
143
+ - id: edge:lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0:claim:repo-target-codex
144
+ relation: supported_by_claim
145
+ from: lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0
146
+ to: claim:repo-target-codex
147
+ evidenceRefs:
148
+ - repo-target-codex
149
+ - id: edge:lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0:claim:repo-codex-windows-hooks
150
+ relation: supported_by_claim
151
+ from: lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0
152
+ to: claim:repo-codex-windows-hooks
153
+ evidenceRefs:
154
+ - repo-codex-windows-hooks
155
+ - id: edge:lifecycleSemantics:codex:ge-0-119-0:claim:repo-sdk-fallback
156
+ relation: supported_by_claim
157
+ from: lifecycleSemantics:codex:ge-0-119-0
158
+ to: claim:repo-sdk-fallback
159
+ evidenceRefs:
160
+ - repo-sdk-fallback
161
+ - id: edge:lifecycleSemantics:codex:ge-0-119-0:claim:repo-target-codex
162
+ relation: supported_by_claim
163
+ from: lifecycleSemantics:codex:ge-0-119-0
164
+ to: claim:repo-target-codex
165
+ evidenceRefs:
166
+ - repo-target-codex
167
+ - id: edge:lifecycleSemantics:codex:ge-0-119-0:claim:repo-codex-windows-hooks
168
+ relation: supported_by_claim
169
+ from: lifecycleSemantics:codex:ge-0-119-0
170
+ to: claim:repo-codex-windows-hooks
171
+ evidenceRefs:
172
+ - repo-codex-windows-hooks
173
+ - id: edge:lifecycleSemantics:cursor:ge-0-0-0:claim:repo-sdk-fallback
174
+ relation: supported_by_claim
175
+ from: lifecycleSemantics:cursor:ge-0-0-0
176
+ to: claim:repo-sdk-fallback
177
+ evidenceRefs:
178
+ - repo-sdk-fallback
179
+ - id: edge:lifecycleSemantics:cursor:ge-0-0-0:claim:repo-target-cursor
180
+ relation: supported_by_claim
181
+ from: lifecycleSemantics:cursor:ge-0-0-0
182
+ to: claim:repo-target-cursor
183
+ evidenceRefs:
184
+ - repo-target-cursor
185
+ - id: edge:lifecycleSemantics:gemini:ge-0-0-0:claim:repo-sdk-fallback
186
+ relation: supported_by_claim
187
+ from: lifecycleSemantics:gemini:ge-0-0-0
188
+ to: claim:repo-sdk-fallback
189
+ evidenceRefs:
190
+ - repo-sdk-fallback
191
+ - id: edge:lifecycleSemantics:gemini:ge-0-0-0:claim:repo-target-gemini
192
+ relation: supported_by_claim
193
+ from: lifecycleSemantics:gemini:ge-0-0-0
194
+ to: claim:repo-target-gemini
195
+ evidenceRefs:
196
+ - repo-target-gemini
197
+ - id: edge:lifecycleSemantics:gemini:ge-0-0-0:claim:web-gemini-hooks
198
+ relation: supported_by_claim
199
+ from: lifecycleSemantics:gemini:ge-0-0-0
200
+ to: claim:web-gemini-hooks
201
+ evidenceRefs:
202
+ - web-gemini-hooks
203
+ - id: edge:lifecycleSemantics:copilot:ge-0-0-0:claim:repo-sdk-fallback
204
+ relation: supported_by_claim
205
+ from: lifecycleSemantics:copilot:ge-0-0-0
206
+ to: claim:repo-sdk-fallback
207
+ evidenceRefs:
208
+ - repo-sdk-fallback
209
+ - id: edge:lifecycleSemantics:copilot:ge-0-0-0:claim:repo-target-copilot
210
+ relation: supported_by_claim
211
+ from: lifecycleSemantics:copilot:ge-0-0-0
212
+ to: claim:repo-target-copilot
213
+ evidenceRefs:
214
+ - repo-target-copilot
215
+ - id: edge:lifecycleSemantics:copilot:ge-0-0-0:claim:web-github-copilot-agent
216
+ relation: supported_by_claim
217
+ from: lifecycleSemantics:copilot:ge-0-0-0
218
+ to: claim:web-github-copilot-agent
219
+ evidenceRefs:
220
+ - web-github-copilot-agent
221
+ - id: edge:lifecycleSemantics:pi:ge-0-0-0:claim:repo-sdk-fallback
222
+ relation: supported_by_claim
223
+ from: lifecycleSemantics:pi:ge-0-0-0
224
+ to: claim:repo-sdk-fallback
225
+ evidenceRefs:
226
+ - repo-sdk-fallback
227
+ - id: edge:lifecycleSemantics:omp:ge-0-0-0:claim:repo-sdk-fallback
228
+ relation: supported_by_claim
229
+ from: lifecycleSemantics:omp:ge-0-0-0
230
+ to: claim:repo-sdk-fallback
231
+ evidenceRefs:
232
+ - repo-sdk-fallback
233
+ - id: edge:lifecycleSemantics:opencode:ge-0-0-0:claim:repo-sdk-fallback
234
+ relation: supported_by_claim
235
+ from: lifecycleSemantics:opencode:ge-0-0-0
236
+ to: claim:repo-sdk-fallback
237
+ evidenceRefs:
238
+ - repo-sdk-fallback
239
+ - id: edge:lifecycleSemantics:opencode:ge-0-0-0:claim:repo-target-index
240
+ relation: supported_by_claim
241
+ from: lifecycleSemantics:opencode:ge-0-0-0
242
+ to: claim:repo-target-index
243
+ evidenceRefs:
244
+ - repo-target-index
245
+ - id: edge:lifecycleSemantics:openclaw:ge-0-0-0:claim:repo-sdk-fallback
246
+ relation: supported_by_claim
247
+ from: lifecycleSemantics:openclaw:ge-0-0-0
248
+ to: claim:repo-sdk-fallback
249
+ evidenceRefs:
250
+ - repo-sdk-fallback
251
+ - id: edge:lifecycleSemantics:openclaw:ge-0-0-0:claim:repo-target-index
252
+ relation: supported_by_claim
253
+ from: lifecycleSemantics:openclaw:ge-0-0-0
254
+ to: claim:repo-target-index
255
+ evidenceRefs:
256
+ - repo-target-index
257
+ - id: edge:path:.a5c-runs:claim:repo-sdk-fallback
258
+ relation: supported_by_claim
259
+ from: path:.a5c-runs
260
+ to: claim:repo-sdk-fallback
261
+ evidenceRefs:
262
+ - repo-sdk-fallback
263
+ - id: edge:path:agent-catalog-graph:claim:repo-agent-catalog-package
264
+ relation: supported_by_claim
265
+ from: path:agent-catalog-graph
266
+ to: claim:repo-agent-catalog-package
267
+ evidenceRefs:
268
+ - repo-agent-catalog-package
269
+ - id: edge:path:catalog-api:claim:repo-process-catalog
270
+ relation: supported_by_claim
271
+ from: path:catalog-api
272
+ to: claim:repo-process-catalog
273
+ evidenceRefs:
274
+ - repo-process-catalog
275
+ - id: edge:path:transport-mux:claim:repo-transport-mux-readme
276
+ relation: supported_by_claim
277
+ from: path:transport-mux
278
+ to: claim:repo-transport-mux-readme
279
+ evidenceRefs:
280
+ - repo-transport-mux-readme
281
+ - id: edge:path:transport-mux:claim:repo-transport-mux-architecture
282
+ relation: supported_by_claim
283
+ from: path:transport-mux
284
+ to: claim:repo-transport-mux-architecture
285
+ evidenceRefs:
286
+ - repo-transport-mux-architecture
287
+ - id: edge:path:auto:packages-catalog-process-library-catalog-js:claim:repo-process-catalog
288
+ relation: supported_by_claim
289
+ from: path:auto:packages-catalog-process-library-catalog-js
290
+ to: claim:repo-process-catalog
291
+ evidenceRefs:
292
+ - repo-process-catalog
293
+ - id: edge:path:auto:packages-catalog-src-app:claim:repo-process-catalog
294
+ relation: supported_by_claim
295
+ from: path:auto:packages-catalog-src-app
296
+ to: claim:repo-process-catalog
297
+ evidenceRefs:
298
+ - repo-process-catalog
299
+ - id: edge:path:auto:packages-catalog-src-lib:claim:repo-process-catalog
300
+ relation: supported_by_claim
301
+ from: path:auto:packages-catalog-src-lib
302
+ to: claim:repo-process-catalog
303
+ evidenceRefs:
304
+ - repo-process-catalog
305
+ - id: edge:path:auto:packages-agent-mux-processes-model-catalog-js:claim:repo-agent-mux-model-catalog
306
+ relation: supported_by_claim
307
+ from: path:auto:packages-agent-mux-processes-model-catalog-js
308
+ to: claim:repo-agent-mux-model-catalog
309
+ evidenceRefs:
310
+ - repo-agent-mux-model-catalog
311
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-claude-code-ts:claim:repo-target-index
312
+ relation: supported_by_claim
313
+ from: path:auto:packages-agent-plugins-mux-src-targets-claude-code-ts
314
+ to: claim:repo-target-index
315
+ evidenceRefs:
316
+ - repo-target-index
317
+ - id: edge:path:auto:ghcr-io-anthropics-claude-code:claim:repo-sdk-fallback
318
+ relation: supported_by_claim
319
+ from: path:auto:ghcr-io-anthropics-claude-code
320
+ to: claim:repo-sdk-fallback
321
+ evidenceRefs:
322
+ - repo-sdk-fallback
323
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-codex-ts:claim:repo-target-index
324
+ relation: supported_by_claim
325
+ from: path:auto:packages-agent-plugins-mux-src-targets-codex-ts
326
+ to: claim:repo-target-index
327
+ evidenceRefs:
328
+ - repo-target-index
329
+ - id: edge:path:auto:ghcr-io-openai-codex:claim:repo-sdk-fallback
330
+ relation: supported_by_claim
331
+ from: path:auto:ghcr-io-openai-codex
332
+ to: claim:repo-sdk-fallback
333
+ evidenceRefs:
334
+ - repo-sdk-fallback
335
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-cursor-ts:claim:repo-target-index
336
+ relation: supported_by_claim
337
+ from: path:auto:packages-agent-plugins-mux-src-targets-cursor-ts
338
+ to: claim:repo-target-index
339
+ evidenceRefs:
340
+ - repo-target-index
341
+ - id: edge:path:auto:ghcr-io-cursor-cursor-agent:claim:repo-sdk-fallback
342
+ relation: supported_by_claim
343
+ from: path:auto:ghcr-io-cursor-cursor-agent
344
+ to: claim:repo-sdk-fallback
345
+ evidenceRefs:
346
+ - repo-sdk-fallback
347
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-gemini-ts:claim:repo-target-index
348
+ relation: supported_by_claim
349
+ from: path:auto:packages-agent-plugins-mux-src-targets-gemini-ts
350
+ to: claim:repo-target-index
351
+ evidenceRefs:
352
+ - repo-target-index
353
+ - id: edge:path:auto:ghcr-io-google-gemini-cli:claim:repo-sdk-fallback
354
+ relation: supported_by_claim
355
+ from: path:auto:ghcr-io-google-gemini-cli
356
+ to: claim:repo-sdk-fallback
357
+ evidenceRefs:
358
+ - repo-sdk-fallback
359
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-github-copilot-ts:claim:repo-target-index
360
+ relation: supported_by_claim
361
+ from: path:auto:packages-agent-plugins-mux-src-targets-github-copilot-ts
362
+ to: claim:repo-target-index
363
+ evidenceRefs:
364
+ - repo-target-index
365
+ - id: edge:path:auto:ghcr-io-github-copilot-cli:claim:repo-sdk-fallback
366
+ relation: supported_by_claim
367
+ from: path:auto:ghcr-io-github-copilot-cli
368
+ to: claim:repo-sdk-fallback
369
+ evidenceRefs:
370
+ - repo-sdk-fallback
371
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-pi-ts:claim:repo-target-index
372
+ relation: supported_by_claim
373
+ from: path:auto:packages-agent-plugins-mux-src-targets-pi-ts
374
+ to: claim:repo-target-index
375
+ evidenceRefs:
376
+ - repo-target-index
377
+ - id: edge:path:auto:ghcr-io-a5c-ai-pi:claim:repo-sdk-fallback
378
+ relation: supported_by_claim
379
+ from: path:auto:ghcr-io-a5c-ai-pi
380
+ to: claim:repo-sdk-fallback
381
+ evidenceRefs:
382
+ - repo-sdk-fallback
383
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-oh-my-pi-ts:claim:repo-target-index
384
+ relation: supported_by_claim
385
+ from: path:auto:packages-agent-plugins-mux-src-targets-oh-my-pi-ts
386
+ to: claim:repo-target-index
387
+ evidenceRefs:
388
+ - repo-target-index
389
+ - id: edge:path:auto:ghcr-io-a5c-ai-omp:claim:repo-sdk-fallback
390
+ relation: supported_by_claim
391
+ from: path:auto:ghcr-io-a5c-ai-omp
392
+ to: claim:repo-sdk-fallback
393
+ evidenceRefs:
394
+ - repo-sdk-fallback
395
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-opencode-ts:claim:repo-target-index
396
+ relation: supported_by_claim
397
+ from: path:auto:packages-agent-plugins-mux-src-targets-opencode-ts
398
+ to: claim:repo-target-index
399
+ evidenceRefs:
400
+ - repo-target-index
401
+ - id: edge:path:auto:ghcr-io-anomalyco-opencode:claim:repo-sdk-fallback
402
+ relation: supported_by_claim
403
+ from: path:auto:ghcr-io-anomalyco-opencode
404
+ to: claim:repo-sdk-fallback
405
+ evidenceRefs:
406
+ - repo-sdk-fallback
407
+ - id: edge:path:auto:packages-agent-plugins-mux-src-targets-openclaw-ts:claim:repo-target-index
408
+ relation: supported_by_claim
409
+ from: path:auto:packages-agent-plugins-mux-src-targets-openclaw-ts
410
+ to: claim:repo-target-index
411
+ evidenceRefs:
412
+ - repo-target-index
413
+ - id: edge:path:auto:ghcr-io-openclaw-openclaw:claim:repo-sdk-fallback
414
+ relation: supported_by_claim
415
+ from: path:auto:ghcr-io-openclaw-openclaw
416
+ to: claim:repo-sdk-fallback
417
+ evidenceRefs:
418
+ - repo-sdk-fallback
419
+ - id: edge:process:packages/catalog/process-library-catalog:claim:repo-process-catalog
420
+ relation: supported_by_claim
421
+ from: process:packages/catalog/process-library-catalog
422
+ to: claim:repo-process-catalog
423
+ evidenceRefs:
424
+ - repo-process-catalog
425
+ - id: edge:process:agent-mux/model-catalog:claim:repo-agent-mux-model-catalog
426
+ relation: supported_by_claim
427
+ from: process:agent-mux/model-catalog
428
+ to: claim:repo-agent-mux-model-catalog
429
+ evidenceRefs:
430
+ - repo-agent-mux-model-catalog
431
+ - id: edge:package:@a5c-ai/agent-catalog:claim:repo-agent-catalog-package
432
+ relation: supported_by_claim
433
+ from: package:@a5c-ai/agent-catalog
434
+ to: claim:repo-agent-catalog-package
435
+ evidenceRefs:
436
+ - repo-agent-catalog-package
437
+ - id: edge:package:@a5c-ai/babysitter-sdk:claim:repo-sdk-fallback
438
+ relation: supported_by_claim
439
+ from: package:@a5c-ai/babysitter-sdk
440
+ to: claim:repo-sdk-fallback
441
+ evidenceRefs:
442
+ - repo-sdk-fallback
443
+ - id: edge:package:@a5c-ai/hooks-mux-core:claim:repo-hooks-detector
444
+ relation: supported_by_claim
445
+ from: package:@a5c-ai/hooks-mux-core
446
+ to: claim:repo-hooks-detector
447
+ evidenceRefs:
448
+ - repo-hooks-detector
449
+ - id: edge:package:@a5c-ai/agent-plugins-mux:claim:repo-target-index
450
+ relation: supported_by_claim
451
+ from: package:@a5c-ai/agent-plugins-mux
452
+ to: claim:repo-target-index
453
+ evidenceRefs:
454
+ - repo-target-index
455
+ - id: edge:package:@a5c-ai/agent-mux-core:claim:repo-agent-mux-host
456
+ relation: supported_by_claim
457
+ from: package:@a5c-ai/agent-mux-core
458
+ to: claim:repo-agent-mux-host
459
+ evidenceRefs:
460
+ - repo-agent-mux-host
461
+ - id: edge:package:@a5c-ai/catalog:claim:repo-process-catalog
462
+ relation: supported_by_claim
463
+ from: package:@a5c-ai/catalog
464
+ to: claim:repo-process-catalog
465
+ evidenceRefs:
466
+ - repo-process-catalog
467
+ - id: edge:package:@a5c-ai/transport-mux:claim:repo-transport-mux-readme
468
+ relation: supported_by_claim
469
+ from: package:@a5c-ai/transport-mux
470
+ to: claim:repo-transport-mux-readme
471
+ evidenceRefs:
472
+ - repo-transport-mux-readme
473
+ - id: edge:package:@a5c-ai/transport-mux:claim:repo-transport-mux-architecture
474
+ relation: supported_by_claim
475
+ from: package:@a5c-ai/transport-mux
476
+ to: claim:repo-transport-mux-architecture
477
+ evidenceRefs:
478
+ - repo-transport-mux-architecture
479
+ - id: edge:ci:@a5c-ai/agent-catalog:claim:repo-agent-catalog-package
480
+ relation: supported_by_claim
481
+ from: ci:@a5c-ai/agent-catalog
482
+ to: claim:repo-agent-catalog-package
483
+ evidenceRefs:
484
+ - repo-agent-catalog-package
485
+ - id: edge:ci:@a5c-ai/catalog:claim:repo-process-catalog
486
+ relation: supported_by_claim
487
+ from: ci:@a5c-ai/catalog
488
+ to: claim:repo-process-catalog
489
+ evidenceRefs:
490
+ - repo-process-catalog
@@ -0,0 +1,202 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/runtime-and-capabilities-capability.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ edges:
5
+ - id: edge:capability:skills:claim:repo-sdk-fallback
6
+ relation: supported_by_claim
7
+ from: capability:skills
8
+ to: claim:repo-sdk-fallback
9
+ evidenceRefs:
10
+ - repo-sdk-fallback
11
+ - id: edge:capability:skills:claim:web-openai-codex-skills
12
+ relation: supported_by_claim
13
+ from: capability:skills
14
+ to: claim:web-openai-codex-skills
15
+ evidenceRefs:
16
+ - web-openai-codex-skills
17
+ - id: edge:capability:thinking:claim:repo-sdk-fallback
18
+ relation: supported_by_claim
19
+ from: capability:thinking
20
+ to: claim:repo-sdk-fallback
21
+ evidenceRefs:
22
+ - repo-sdk-fallback
23
+ - id: edge:capability:mcp:claim:repo-sdk-fallback
24
+ relation: supported_by_claim
25
+ from: capability:mcp
26
+ to: claim:repo-sdk-fallback
27
+ evidenceRefs:
28
+ - repo-sdk-fallback
29
+ - id: edge:capability:mcp:claim:web-github-copilot-agent
30
+ relation: supported_by_claim
31
+ from: capability:mcp
32
+ to: claim:web-github-copilot-agent
33
+ evidenceRefs:
34
+ - web-github-copilot-agent
35
+ - id: edge:capability:tool-approval:claim:repo-sdk-fallback
36
+ relation: supported_by_claim
37
+ from: capability:tool-approval
38
+ to: claim:repo-sdk-fallback
39
+ evidenceRefs:
40
+ - repo-sdk-fallback
41
+ - id: edge:capability:interactive-mode:claim:repo-sdk-fallback
42
+ relation: supported_by_claim
43
+ from: capability:interactive-mode
44
+ to: claim:repo-sdk-fallback
45
+ evidenceRefs:
46
+ - repo-sdk-fallback
47
+ - id: edge:capability:interactive-mode:claim:repo-agent-mux-host
48
+ relation: supported_by_claim
49
+ from: capability:interactive-mode
50
+ to: claim:repo-agent-mux-host
51
+ evidenceRefs:
52
+ - repo-agent-mux-host
53
+ - id: edge:capability:stdin-injection:claim:repo-sdk-fallback
54
+ relation: supported_by_claim
55
+ from: capability:stdin-injection
56
+ to: claim:repo-sdk-fallback
57
+ evidenceRefs:
58
+ - repo-sdk-fallback
59
+ - id: edge:capability:stdin-injection:claim:repo-agent-mux-host
60
+ relation: supported_by_claim
61
+ from: capability:stdin-injection
62
+ to: claim:repo-agent-mux-host
63
+ evidenceRefs:
64
+ - repo-agent-mux-host
65
+ - id: edge:capability:subagent-dispatch:claim:repo-sdk-fallback
66
+ relation: supported_by_claim
67
+ from: capability:subagent-dispatch
68
+ to: claim:repo-sdk-fallback
69
+ evidenceRefs:
70
+ - repo-sdk-fallback
71
+ - id: edge:capability:subagent-dispatch:claim:web-anthropic-claude-code-autonomy
72
+ relation: supported_by_claim
73
+ from: capability:subagent-dispatch
74
+ to: claim:web-anthropic-claude-code-autonomy
75
+ evidenceRefs:
76
+ - web-anthropic-claude-code-autonomy
77
+ - id: edge:capability:parallel-execution:claim:repo-sdk-fallback
78
+ relation: supported_by_claim
79
+ from: capability:parallel-execution
80
+ to: claim:repo-sdk-fallback
81
+ evidenceRefs:
82
+ - repo-sdk-fallback
83
+ - id: edge:capability:parallel-execution:claim:web-anthropic-claude-code-autonomy
84
+ relation: supported_by_claim
85
+ from: capability:parallel-execution
86
+ to: claim:web-anthropic-claude-code-autonomy
87
+ evidenceRefs:
88
+ - web-anthropic-claude-code-autonomy
89
+ - id: edge:capability:image-input:claim:repo-sdk-fallback
90
+ relation: supported_by_claim
91
+ from: capability:image-input
92
+ to: claim:repo-sdk-fallback
93
+ evidenceRefs:
94
+ - repo-sdk-fallback
95
+ - id: edge:capability:runtime-hooks:claim:repo-sdk-fallback
96
+ relation: supported_by_claim
97
+ from: capability:runtime-hooks
98
+ to: claim:repo-sdk-fallback
99
+ evidenceRefs:
100
+ - repo-sdk-fallback
101
+ - id: edge:capability:runtime-hooks:claim:repo-target-index
102
+ relation: supported_by_claim
103
+ from: capability:runtime-hooks
104
+ to: claim:repo-target-index
105
+ evidenceRefs:
106
+ - repo-target-index
107
+ - id: edge:capability:runtime-hooks:claim:repo-hooks-detector
108
+ relation: supported_by_claim
109
+ from: capability:runtime-hooks
110
+ to: claim:repo-hooks-detector
111
+ evidenceRefs:
112
+ - repo-hooks-detector
113
+ - id: edge:capability:runtime-hooks:claim:web-gemini-hooks
114
+ relation: supported_by_claim
115
+ from: capability:runtime-hooks
116
+ to: claim:web-gemini-hooks
117
+ evidenceRefs:
118
+ - web-gemini-hooks
119
+ - id: edge:capability:stop-hook:claim:repo-sdk-fallback
120
+ relation: supported_by_claim
121
+ from: capability:stop-hook
122
+ to: claim:repo-sdk-fallback
123
+ evidenceRefs:
124
+ - repo-sdk-fallback
125
+ - id: edge:capability:stop-hook:claim:repo-target-index
126
+ relation: supported_by_claim
127
+ from: capability:stop-hook
128
+ to: claim:repo-target-index
129
+ evidenceRefs:
130
+ - repo-target-index
131
+ - id: edge:capability:streaming:claim:repo-transport-mux-readme
132
+ relation: supported_by_claim
133
+ from: capability:streaming
134
+ to: claim:repo-transport-mux-readme
135
+ evidenceRefs:
136
+ - repo-transport-mux-readme
137
+ - id: edge:capability:streaming:claim:repo-transport-mux-architecture
138
+ relation: supported_by_claim
139
+ from: capability:streaming
140
+ to: claim:repo-transport-mux-architecture
141
+ evidenceRefs:
142
+ - repo-transport-mux-architecture
143
+ - id: edge:capability:tool-calling:claim:repo-transport-mux-architecture
144
+ relation: supported_by_claim
145
+ from: capability:tool-calling
146
+ to: claim:repo-transport-mux-architecture
147
+ evidenceRefs:
148
+ - repo-transport-mux-architecture
149
+ - id: edge:capability:tool-calling:claim:web-github-copilot-mcp
150
+ relation: supported_by_claim
151
+ from: capability:tool-calling
152
+ to: claim:web-github-copilot-mcp
153
+ evidenceRefs:
154
+ - web-github-copilot-mcp
155
+ - id: edge:capability:proxy-transport-emulation:claim:repo-transport-mux-readme
156
+ relation: supported_by_claim
157
+ from: capability:proxy-transport-emulation
158
+ to: claim:repo-transport-mux-readme
159
+ evidenceRefs:
160
+ - repo-transport-mux-readme
161
+ - id: edge:capability:proxy-transport-emulation:claim:repo-transport-mux-migration
162
+ relation: supported_by_claim
163
+ from: capability:proxy-transport-emulation
164
+ to: claim:repo-transport-mux-migration
165
+ evidenceRefs:
166
+ - repo-transport-mux-migration
167
+ - id: edge:capability:model-discovery:claim:repo-transport-mux-readme
168
+ relation: supported_by_claim
169
+ from: capability:model-discovery
170
+ to: claim:repo-transport-mux-readme
171
+ evidenceRefs:
172
+ - repo-transport-mux-readme
173
+ - id: edge:capability:model-discovery:claim:repo-transport-mux-migration
174
+ relation: supported_by_claim
175
+ from: capability:model-discovery
176
+ to: claim:repo-transport-mux-migration
177
+ evidenceRefs:
178
+ - repo-transport-mux-migration
179
+ - id: edge:capability:token-counting:claim:repo-transport-mux-readme
180
+ relation: supported_by_claim
181
+ from: capability:token-counting
182
+ to: claim:repo-transport-mux-readme
183
+ evidenceRefs:
184
+ - repo-transport-mux-readme
185
+ - id: edge:capability:token-counting:claim:repo-transport-mux-architecture
186
+ relation: supported_by_claim
187
+ from: capability:token-counting
188
+ to: claim:repo-transport-mux-architecture
189
+ evidenceRefs:
190
+ - repo-transport-mux-architecture
191
+ - id: edge:capability:session-resume:claim:repo-sdk-fallback
192
+ relation: supported_by_claim
193
+ from: capability:session-resume
194
+ to: claim:repo-sdk-fallback
195
+ evidenceRefs:
196
+ - repo-sdk-fallback
197
+ - id: edge:capability:session-resume:claim:repo-agent-mux-host
198
+ relation: supported_by_claim
199
+ from: capability:session-resume
200
+ to: claim:repo-agent-mux-host
201
+ evidenceRefs:
202
+ - repo-agent-mux-host