@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.
- package/README.md +117 -0
- package/dist/assets.d.ts +4 -0
- package/dist/assets.d.ts.map +1 -0
- package/dist/assets.js +76 -0
- package/dist/cli.d.ts +168 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +336 -0
- package/dist/data.d.ts +54 -0
- package/dist/data.d.ts.map +1 -0
- package/dist/data.js +636 -0
- package/dist/discovery-snapshot.json +319345 -0
- package/dist/discovery.d.ts +143 -0
- package/dist/discovery.d.ts.map +1 -0
- package/dist/discovery.js +728 -0
- package/dist/evidence-projection.d.ts +4 -0
- package/dist/evidence-projection.d.ts.map +1 -0
- package/dist/evidence-projection.js +34 -0
- package/dist/evidence.d.ts +13 -0
- package/dist/evidence.d.ts.map +1 -0
- package/dist/evidence.js +227 -0
- package/dist/graph.d.ts +20 -0
- package/dist/graph.d.ts.map +1 -0
- package/dist/graph.js +194 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +28 -0
- package/dist/models.d.ts +559 -0
- package/dist/models.d.ts.map +1 -0
- package/dist/models.js +2 -0
- package/dist/sdk.d.ts +48 -0
- package/dist/sdk.d.ts.map +1 -0
- package/dist/sdk.js +902 -0
- package/dist/transport-mux-cutover.d.ts +9 -0
- package/dist/transport-mux-cutover.d.ts.map +1 -0
- package/dist/transport-mux-cutover.js +158 -0
- package/dist/ui.d.ts +2 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +8 -0
- package/docs/ontology-evidence.md +82 -0
- package/evidence/ontology-evidence/claims/catalog-processes-and-packaging.json +89 -0
- package/evidence/ontology-evidence/claims/plugins-hooks-discovery.json +136 -0
- package/evidence/ontology-evidence/claims/runtime-core.json +113 -0
- package/evidence/ontology-evidence/claims/vendor-web.json +977 -0
- package/evidence/ontology-evidence/evidence-sources/catalog-processes-and-packaging.json +48 -0
- package/evidence/ontology-evidence/evidence-sources/plugins-hooks-discovery.json +88 -0
- package/evidence/ontology-evidence/evidence-sources/runtime-core.json +78 -0
- package/evidence/ontology-evidence/evidence-sources/vendor-web.json +918 -0
- package/evidence/ontology-evidence/manifest.json +56 -0
- package/graph/agent-catalog.graph.yaml +43 -0
- package/graph/edges/relations/agent-runtime/babysitter-agent.yaml +31 -0
- package/graph/edges/relations/agent-runtime/discovery-and-paths.yaml +433 -0
- package/graph/edges/relations/agent-runtime/session-and-lifecycle.yaml +137 -0
- package/graph/edges/relations/agent-runtime/transports-and-modalities.yaml +387 -0
- package/graph/edges/relations/capabilities/babysitter-agent-links.yaml +46 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-agents.yaml +478 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-providers.yaml +40 -0
- package/graph/edges/relations/capabilities/capability-vocabulary-links-transports.yaml +70 -0
- package/graph/edges/relations/capabilities/support-record-links-agents.yaml +478 -0
- package/graph/edges/relations/capabilities/support-record-links-providers.yaml +40 -0
- package/graph/edges/relations/capabilities/support-record-links-transports.yaml +70 -0
- package/graph/edges/relations/evolution.yaml +16 -0
- package/graph/edges/relations/hooks-and-plugins.yaml +462 -0
- package/graph/edges/relations/identity-babysitter-agent.yaml +11 -0
- package/graph/edges/relations/identity.yaml +218 -0
- package/graph/edges/relations/processes-and-packages.yaml +71 -0
- package/graph/edges/relations/provenance/babysitter-agent-and-claude-web.yaml +102 -0
- package/graph/edges/relations/provenance/catalog-core-agents.yaml +370 -0
- package/graph/edges/relations/provenance/catalog-core-models.yaml +88 -0
- package/graph/edges/relations/provenance/catalog-core-providers.yaml +220 -0
- package/graph/edges/relations/provenance/evidence-sources.yaml +136 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-discovery.yaml +124 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-hooks.yaml +244 -0
- package/graph/edges/relations/provenance/hooks-plugins-and-discovery-plugins.yaml +166 -0
- package/graph/edges/relations/provenance/processes-packages-and-paths.yaml +490 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capability.yaml +202 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-claude.yaml +210 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-codex.yaml +302 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-copilot.yaml +170 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-cursor.yaml +146 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-gemini.yaml +143 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml +76 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-openclaw.yaml +112 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-opencode.yaml +139 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml +40 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml +112 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml +190 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-modality.yaml +88 -0
- package/graph/edges/relations/provenance/runtime-and-capabilities-transport.yaml +172 -0
- package/graph/nodes/agents/babysitter-agent.yaml +43 -0
- package/graph/nodes/agents/products.yaml +163 -0
- package/graph/nodes/agents/versions.yaml +282 -0
- package/graph/nodes/capabilities/capabilities.yaml +234 -0
- package/graph/nodes/capabilities/modalities.yaml +74 -0
- package/graph/nodes/capabilities/supports/agents/babysitter-agent.yaml +46 -0
- package/graph/nodes/capabilities/supports/agents/claude.yaml +166 -0
- package/graph/nodes/capabilities/supports/agents/codex.yaml +190 -0
- package/graph/nodes/capabilities/supports/agents/copilot.yaml +121 -0
- package/graph/nodes/capabilities/supports/agents/cursor.yaml +104 -0
- package/graph/nodes/capabilities/supports/agents/gemini.yaml +104 -0
- package/graph/nodes/capabilities/supports/agents/omp.yaml +74 -0
- package/graph/nodes/capabilities/supports/agents/openclaw.yaml +67 -0
- package/graph/nodes/capabilities/supports/agents/opencode.yaml +103 -0
- package/graph/nodes/capabilities/supports/agents/pi.yaml +65 -0
- package/graph/nodes/capabilities/supports/provider-versions.yaml +73 -0
- package/graph/nodes/capabilities/supports/transport-runtimes.yaml +122 -0
- package/graph/nodes/evidence/babysitter-agent-and-claude-web.yaml +83 -0
- package/graph/nodes/evidence/claims.yaml +315 -0
- package/graph/nodes/evidence/claude-code-capability-claims.yaml +170 -0
- package/graph/nodes/evidence/claude-code-docs-core.yaml +103 -0
- package/graph/nodes/evidence/claude-code-docs-extensions.yaml +114 -0
- package/graph/nodes/evidence/codex-web.yaml +155 -0
- package/graph/nodes/evidence/copilot-web.yaml +213 -0
- package/graph/nodes/evidence/cursor-web.yaml +191 -0
- package/graph/nodes/evidence/evidence-sources.yaml +206 -0
- package/graph/nodes/evidence/gemini-cli-web.yaml +177 -0
- package/graph/nodes/evidence/omp-web.yaml +129 -0
- package/graph/nodes/evidence/opencode-web.yaml +144 -0
- package/graph/nodes/hooks-and-plugins/hook-mappings.yaml +399 -0
- package/graph/nodes/hooks-and-plugins/hook-surfaces.yaml +160 -0
- package/graph/nodes/hooks-and-plugins/plugin-artifacts.yaml +229 -0
- package/graph/nodes/hooks-and-plugins/plugin-targets.yaml +330 -0
- package/graph/nodes/models.yaml +103 -0
- package/graph/nodes/processes-and-packages/ci-surfaces.yaml +45 -0
- package/graph/nodes/processes-and-packages/packages.yaml +89 -0
- package/graph/nodes/processes-and-packages/processes.yaml +44 -0
- package/graph/nodes/providers/products.yaml +102 -0
- package/graph/nodes/providers/versions.yaml +108 -0
- package/graph/nodes/runtime-semantics/discovery-signals-hooks.yaml +185 -0
- package/graph/nodes/runtime-semantics/discovery-signals-host.yaml +254 -0
- package/graph/nodes/runtime-semantics/lifecycle-semantics.yaml +151 -0
- package/graph/nodes/runtime-semantics/paths.yaml +289 -0
- package/graph/nodes/runtime-semantics/session-semantics.yaml +214 -0
- package/graph/nodes/transports.yaml +202 -0
- package/graph/schema/ontology-schema.yaml +529 -0
- package/package.json +65 -0
|
@@ -0,0 +1,244 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/hooks-plugins-and-discovery-hooks.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:hook:session-start:claim:repo-target-index
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: hook:session-start
|
|
8
|
+
to: claim:repo-target-index
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-target-index
|
|
11
|
+
- id: edge:hook:stop:claim:repo-target-index
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: hook:stop
|
|
14
|
+
to: claim:repo-target-index
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-target-index
|
|
17
|
+
- id: edge:hook:user-prompt-submit:claim:repo-target-index
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: hook:user-prompt-submit
|
|
20
|
+
to: claim:repo-target-index
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-target-index
|
|
23
|
+
- id: edge:hook:pre-tool-use:claim:repo-target-index
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: hook:pre-tool-use
|
|
26
|
+
to: claim:repo-target-index
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-target-index
|
|
29
|
+
- id: edge:hook:post-tool-use:claim:repo-target-index
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: hook:post-tool-use
|
|
32
|
+
to: claim:repo-target-index
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-target-index
|
|
35
|
+
- id: edge:hook:after-agent:claim:repo-target-index
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: hook:after-agent
|
|
38
|
+
to: claim:repo-target-index
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-target-index
|
|
41
|
+
- id: edge:hook:after-agent:claim:repo-target-gemini
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: hook:after-agent
|
|
44
|
+
to: claim:repo-target-gemini
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-target-gemini
|
|
47
|
+
- id: edge:hook:session-end:claim:repo-target-index
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: hook:session-end
|
|
50
|
+
to: claim:repo-target-index
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-target-index
|
|
53
|
+
- id: edge:hook:session-end:claim:repo-target-copilot
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: hook:session-end
|
|
56
|
+
to: claim:repo-target-copilot
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-target-copilot
|
|
59
|
+
- id: edge:hook:session-idle:claim:repo-target-index
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: hook:session-idle
|
|
62
|
+
to: claim:repo-target-index
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-target-index
|
|
65
|
+
- id: edge:hook:shell-env:claim:repo-target-index
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: hook:shell-env
|
|
68
|
+
to: claim:repo-target-index
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-target-index
|
|
71
|
+
- id: edge:hook:before-prompt-build:claim:repo-target-index
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: hook:before-prompt-build
|
|
74
|
+
to: claim:repo-target-index
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-target-index
|
|
77
|
+
- id: edge:hookMapping:session-start:claude-code:claim:repo-target-index
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: hookMapping:session-start:claude-code
|
|
80
|
+
to: claim:repo-target-index
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-target-index
|
|
83
|
+
- id: edge:hookMapping:session-start:codex:claim:repo-target-index
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: hookMapping:session-start:codex
|
|
86
|
+
to: claim:repo-target-index
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-target-index
|
|
89
|
+
- id: edge:hookMapping:session-start:cursor:claim:repo-target-index
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: hookMapping:session-start:cursor
|
|
92
|
+
to: claim:repo-target-index
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- repo-target-index
|
|
95
|
+
- id: edge:hookMapping:session-start:gemini:claim:repo-target-index
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: hookMapping:session-start:gemini
|
|
98
|
+
to: claim:repo-target-index
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-target-index
|
|
101
|
+
- id: edge:hookMapping:session-start:github-copilot:claim:repo-target-index
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: hookMapping:session-start:github-copilot
|
|
104
|
+
to: claim:repo-target-index
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-target-index
|
|
107
|
+
- id: edge:hookMapping:session-start:opencode:claim:repo-target-index
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: hookMapping:session-start:opencode
|
|
110
|
+
to: claim:repo-target-index
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-target-index
|
|
113
|
+
- id: edge:hookMapping:session-start:openclaw:claim:repo-target-index
|
|
114
|
+
relation: supported_by_claim
|
|
115
|
+
from: hookMapping:session-start:openclaw
|
|
116
|
+
to: claim:repo-target-index
|
|
117
|
+
evidenceRefs:
|
|
118
|
+
- repo-target-index
|
|
119
|
+
- id: edge:hookMapping:stop:claude-code:claim:repo-target-index
|
|
120
|
+
relation: supported_by_claim
|
|
121
|
+
from: hookMapping:stop:claude-code
|
|
122
|
+
to: claim:repo-target-index
|
|
123
|
+
evidenceRefs:
|
|
124
|
+
- repo-target-index
|
|
125
|
+
- id: edge:hookMapping:stop:codex:claim:repo-target-index
|
|
126
|
+
relation: supported_by_claim
|
|
127
|
+
from: hookMapping:stop:codex
|
|
128
|
+
to: claim:repo-target-index
|
|
129
|
+
evidenceRefs:
|
|
130
|
+
- repo-target-index
|
|
131
|
+
- id: edge:hookMapping:stop:cursor:claim:repo-target-index
|
|
132
|
+
relation: supported_by_claim
|
|
133
|
+
from: hookMapping:stop:cursor
|
|
134
|
+
to: claim:repo-target-index
|
|
135
|
+
evidenceRefs:
|
|
136
|
+
- repo-target-index
|
|
137
|
+
- id: edge:hookMapping:user-prompt-submit:claude-code:claim:repo-target-index
|
|
138
|
+
relation: supported_by_claim
|
|
139
|
+
from: hookMapping:user-prompt-submit:claude-code
|
|
140
|
+
to: claim:repo-target-index
|
|
141
|
+
evidenceRefs:
|
|
142
|
+
- repo-target-index
|
|
143
|
+
- id: edge:hookMapping:user-prompt-submit:codex:claim:repo-target-index
|
|
144
|
+
relation: supported_by_claim
|
|
145
|
+
from: hookMapping:user-prompt-submit:codex
|
|
146
|
+
to: claim:repo-target-index
|
|
147
|
+
evidenceRefs:
|
|
148
|
+
- repo-target-index
|
|
149
|
+
- id: edge:hookMapping:user-prompt-submit:github-copilot:claim:repo-target-index
|
|
150
|
+
relation: supported_by_claim
|
|
151
|
+
from: hookMapping:user-prompt-submit:github-copilot
|
|
152
|
+
to: claim:repo-target-index
|
|
153
|
+
evidenceRefs:
|
|
154
|
+
- repo-target-index
|
|
155
|
+
- id: edge:hookMapping:pre-tool-use:claude-code:claim:repo-target-index
|
|
156
|
+
relation: supported_by_claim
|
|
157
|
+
from: hookMapping:pre-tool-use:claude-code
|
|
158
|
+
to: claim:repo-target-index
|
|
159
|
+
evidenceRefs:
|
|
160
|
+
- repo-target-index
|
|
161
|
+
- id: edge:hookMapping:pre-tool-use:opencode:claim:repo-target-index
|
|
162
|
+
relation: supported_by_claim
|
|
163
|
+
from: hookMapping:pre-tool-use:opencode
|
|
164
|
+
to: claim:repo-target-index
|
|
165
|
+
evidenceRefs:
|
|
166
|
+
- repo-target-index
|
|
167
|
+
- id: edge:hookMapping:post-tool-use:claude-code:claim:repo-target-index
|
|
168
|
+
relation: supported_by_claim
|
|
169
|
+
from: hookMapping:post-tool-use:claude-code
|
|
170
|
+
to: claim:repo-target-index
|
|
171
|
+
evidenceRefs:
|
|
172
|
+
- repo-target-index
|
|
173
|
+
- id: edge:hookMapping:post-tool-use:opencode:claim:repo-target-index
|
|
174
|
+
relation: supported_by_claim
|
|
175
|
+
from: hookMapping:post-tool-use:opencode
|
|
176
|
+
to: claim:repo-target-index
|
|
177
|
+
evidenceRefs:
|
|
178
|
+
- repo-target-index
|
|
179
|
+
- id: edge:hookMapping:after-agent:gemini:claim:repo-target-index
|
|
180
|
+
relation: supported_by_claim
|
|
181
|
+
from: hookMapping:after-agent:gemini
|
|
182
|
+
to: claim:repo-target-index
|
|
183
|
+
evidenceRefs:
|
|
184
|
+
- repo-target-index
|
|
185
|
+
- id: edge:hookMapping:after-agent:gemini:claim:repo-target-gemini
|
|
186
|
+
relation: supported_by_claim
|
|
187
|
+
from: hookMapping:after-agent:gemini
|
|
188
|
+
to: claim:repo-target-gemini
|
|
189
|
+
evidenceRefs:
|
|
190
|
+
- repo-target-gemini
|
|
191
|
+
- id: edge:hookMapping:after-agent:openclaw:claim:repo-target-index
|
|
192
|
+
relation: supported_by_claim
|
|
193
|
+
from: hookMapping:after-agent:openclaw
|
|
194
|
+
to: claim:repo-target-index
|
|
195
|
+
evidenceRefs:
|
|
196
|
+
- repo-target-index
|
|
197
|
+
- id: edge:hookMapping:after-agent:openclaw:claim:repo-target-gemini
|
|
198
|
+
relation: supported_by_claim
|
|
199
|
+
from: hookMapping:after-agent:openclaw
|
|
200
|
+
to: claim:repo-target-gemini
|
|
201
|
+
evidenceRefs:
|
|
202
|
+
- repo-target-gemini
|
|
203
|
+
- id: edge:hookMapping:session-end:github-copilot:claim:repo-target-index
|
|
204
|
+
relation: supported_by_claim
|
|
205
|
+
from: hookMapping:session-end:github-copilot
|
|
206
|
+
to: claim:repo-target-index
|
|
207
|
+
evidenceRefs:
|
|
208
|
+
- repo-target-index
|
|
209
|
+
- id: edge:hookMapping:session-end:github-copilot:claim:repo-target-copilot
|
|
210
|
+
relation: supported_by_claim
|
|
211
|
+
from: hookMapping:session-end:github-copilot
|
|
212
|
+
to: claim:repo-target-copilot
|
|
213
|
+
evidenceRefs:
|
|
214
|
+
- repo-target-copilot
|
|
215
|
+
- id: edge:hookMapping:session-end:openclaw:claim:repo-target-index
|
|
216
|
+
relation: supported_by_claim
|
|
217
|
+
from: hookMapping:session-end:openclaw
|
|
218
|
+
to: claim:repo-target-index
|
|
219
|
+
evidenceRefs:
|
|
220
|
+
- repo-target-index
|
|
221
|
+
- id: edge:hookMapping:session-end:openclaw:claim:repo-target-copilot
|
|
222
|
+
relation: supported_by_claim
|
|
223
|
+
from: hookMapping:session-end:openclaw
|
|
224
|
+
to: claim:repo-target-copilot
|
|
225
|
+
evidenceRefs:
|
|
226
|
+
- repo-target-copilot
|
|
227
|
+
- id: edge:hookMapping:session-idle:opencode:claim:repo-target-index
|
|
228
|
+
relation: supported_by_claim
|
|
229
|
+
from: hookMapping:session-idle:opencode
|
|
230
|
+
to: claim:repo-target-index
|
|
231
|
+
evidenceRefs:
|
|
232
|
+
- repo-target-index
|
|
233
|
+
- id: edge:hookMapping:shell-env:opencode:claim:repo-target-index
|
|
234
|
+
relation: supported_by_claim
|
|
235
|
+
from: hookMapping:shell-env:opencode
|
|
236
|
+
to: claim:repo-target-index
|
|
237
|
+
evidenceRefs:
|
|
238
|
+
- repo-target-index
|
|
239
|
+
- id: edge:hookMapping:before-prompt-build:openclaw:claim:repo-target-index
|
|
240
|
+
relation: supported_by_claim
|
|
241
|
+
from: hookMapping:before-prompt-build:openclaw
|
|
242
|
+
to: claim:repo-target-index
|
|
243
|
+
evidenceRefs:
|
|
244
|
+
- repo-target-index
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/hooks-plugins-and-discovery-plugins.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:pluginTarget:claude-code:claim:repo-target-index
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: pluginTarget:claude-code
|
|
8
|
+
to: claim:repo-target-index
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-target-index
|
|
11
|
+
- id: edge:pluginTarget:codex:claim:repo-target-index
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: pluginTarget:codex
|
|
14
|
+
to: claim:repo-target-index
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-target-index
|
|
17
|
+
- id: edge:pluginTarget:cursor:claim:repo-target-index
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: pluginTarget:cursor
|
|
20
|
+
to: claim:repo-target-index
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-target-index
|
|
23
|
+
- id: edge:pluginTarget:gemini:claim:repo-target-index
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: pluginTarget:gemini
|
|
26
|
+
to: claim:repo-target-index
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-target-index
|
|
29
|
+
- id: edge:pluginTarget:github-copilot:claim:repo-target-index
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: pluginTarget:github-copilot
|
|
32
|
+
to: claim:repo-target-index
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-target-index
|
|
35
|
+
- id: edge:pluginTarget:pi:claim:repo-target-index
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: pluginTarget:pi
|
|
38
|
+
to: claim:repo-target-index
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-target-index
|
|
41
|
+
- id: edge:pluginTarget:oh-my-pi:claim:repo-target-index
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: pluginTarget:oh-my-pi
|
|
44
|
+
to: claim:repo-target-index
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-target-index
|
|
47
|
+
- id: edge:pluginTarget:opencode:claim:repo-target-index
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: pluginTarget:opencode
|
|
50
|
+
to: claim:repo-target-index
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-target-index
|
|
53
|
+
- id: edge:pluginTarget:openclaw:claim:repo-target-index
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: pluginTarget:openclaw
|
|
56
|
+
to: claim:repo-target-index
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-target-index
|
|
59
|
+
- id: edge:pluginArtifact:claude-code:manifest:claim:repo-target-index
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: pluginArtifact:claude-code:manifest
|
|
62
|
+
to: claim:repo-target-index
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-target-index
|
|
65
|
+
- id: edge:pluginArtifact:claude-code:container-image:claim:repo-sdk-fallback
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: pluginArtifact:claude-code:container-image
|
|
68
|
+
to: claim:repo-sdk-fallback
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-sdk-fallback
|
|
71
|
+
- id: edge:pluginArtifact:codex:manifest:claim:repo-target-index
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: pluginArtifact:codex:manifest
|
|
74
|
+
to: claim:repo-target-index
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-target-index
|
|
77
|
+
- id: edge:pluginArtifact:codex:container-image:claim:repo-sdk-fallback
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: pluginArtifact:codex:container-image
|
|
80
|
+
to: claim:repo-sdk-fallback
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-sdk-fallback
|
|
83
|
+
- id: edge:pluginArtifact:cursor:manifest:claim:repo-target-index
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: pluginArtifact:cursor:manifest
|
|
86
|
+
to: claim:repo-target-index
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-target-index
|
|
89
|
+
- id: edge:pluginArtifact:cursor:container-image:claim:repo-sdk-fallback
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: pluginArtifact:cursor:container-image
|
|
92
|
+
to: claim:repo-sdk-fallback
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- repo-sdk-fallback
|
|
95
|
+
- id: edge:pluginArtifact:gemini:manifest:claim:repo-target-index
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: pluginArtifact:gemini:manifest
|
|
98
|
+
to: claim:repo-target-index
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-target-index
|
|
101
|
+
- id: edge:pluginArtifact:gemini:container-image:claim:repo-sdk-fallback
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: pluginArtifact:gemini:container-image
|
|
104
|
+
to: claim:repo-sdk-fallback
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-sdk-fallback
|
|
107
|
+
- id: edge:pluginArtifact:github-copilot:manifest:claim:repo-target-index
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: pluginArtifact:github-copilot:manifest
|
|
110
|
+
to: claim:repo-target-index
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-target-index
|
|
113
|
+
- id: edge:pluginArtifact:github-copilot:container-image:claim:repo-sdk-fallback
|
|
114
|
+
relation: supported_by_claim
|
|
115
|
+
from: pluginArtifact:github-copilot:container-image
|
|
116
|
+
to: claim:repo-sdk-fallback
|
|
117
|
+
evidenceRefs:
|
|
118
|
+
- repo-sdk-fallback
|
|
119
|
+
- id: edge:pluginArtifact:pi:manifest:claim:repo-target-index
|
|
120
|
+
relation: supported_by_claim
|
|
121
|
+
from: pluginArtifact:pi:manifest
|
|
122
|
+
to: claim:repo-target-index
|
|
123
|
+
evidenceRefs:
|
|
124
|
+
- repo-target-index
|
|
125
|
+
- id: edge:pluginArtifact:pi:container-image:claim:repo-sdk-fallback
|
|
126
|
+
relation: supported_by_claim
|
|
127
|
+
from: pluginArtifact:pi:container-image
|
|
128
|
+
to: claim:repo-sdk-fallback
|
|
129
|
+
evidenceRefs:
|
|
130
|
+
- repo-sdk-fallback
|
|
131
|
+
- id: edge:pluginArtifact:oh-my-pi:manifest:claim:repo-target-index
|
|
132
|
+
relation: supported_by_claim
|
|
133
|
+
from: pluginArtifact:oh-my-pi:manifest
|
|
134
|
+
to: claim:repo-target-index
|
|
135
|
+
evidenceRefs:
|
|
136
|
+
- repo-target-index
|
|
137
|
+
- id: edge:pluginArtifact:oh-my-pi:container-image:claim:repo-sdk-fallback
|
|
138
|
+
relation: supported_by_claim
|
|
139
|
+
from: pluginArtifact:oh-my-pi:container-image
|
|
140
|
+
to: claim:repo-sdk-fallback
|
|
141
|
+
evidenceRefs:
|
|
142
|
+
- repo-sdk-fallback
|
|
143
|
+
- id: edge:pluginArtifact:opencode:manifest:claim:repo-target-index
|
|
144
|
+
relation: supported_by_claim
|
|
145
|
+
from: pluginArtifact:opencode:manifest
|
|
146
|
+
to: claim:repo-target-index
|
|
147
|
+
evidenceRefs:
|
|
148
|
+
- repo-target-index
|
|
149
|
+
- id: edge:pluginArtifact:opencode:container-image:claim:repo-sdk-fallback
|
|
150
|
+
relation: supported_by_claim
|
|
151
|
+
from: pluginArtifact:opencode:container-image
|
|
152
|
+
to: claim:repo-sdk-fallback
|
|
153
|
+
evidenceRefs:
|
|
154
|
+
- repo-sdk-fallback
|
|
155
|
+
- id: edge:pluginArtifact:openclaw:manifest:claim:repo-target-index
|
|
156
|
+
relation: supported_by_claim
|
|
157
|
+
from: pluginArtifact:openclaw:manifest
|
|
158
|
+
to: claim:repo-target-index
|
|
159
|
+
evidenceRefs:
|
|
160
|
+
- repo-target-index
|
|
161
|
+
- id: edge:pluginArtifact:openclaw:container-image:claim:repo-sdk-fallback
|
|
162
|
+
relation: supported_by_claim
|
|
163
|
+
from: pluginArtifact:openclaw:container-image
|
|
164
|
+
to: claim:repo-sdk-fallback
|
|
165
|
+
evidenceRefs:
|
|
166
|
+
- repo-sdk-fallback
|