@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,220 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/catalog-core-providers.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:provider:anthropic:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: provider:anthropic
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:provider:anthropic:claim:repo-agent-mux-host
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: provider:anthropic
|
|
14
|
+
to: claim:repo-agent-mux-host
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-agent-mux-host
|
|
17
|
+
- id: edge:provider:anthropic:claim:web-anthropic-claude-code
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: provider:anthropic
|
|
20
|
+
to: claim:web-anthropic-claude-code
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- web-anthropic-claude-code
|
|
23
|
+
- id: edge:provider:openai:claim:repo-sdk-fallback
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: provider:openai
|
|
26
|
+
to: claim:repo-sdk-fallback
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-sdk-fallback
|
|
29
|
+
- id: edge:provider:openai:claim:repo-hooks-detector
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: provider:openai
|
|
32
|
+
to: claim:repo-hooks-detector
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-hooks-detector
|
|
35
|
+
- id: edge:provider:openai:claim:web-openai-codex-skills
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: provider:openai
|
|
38
|
+
to: claim:web-openai-codex-skills
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- web-openai-codex-skills
|
|
41
|
+
- id: edge:provider:google:claim:repo-sdk-fallback
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: provider:google
|
|
44
|
+
to: claim:repo-sdk-fallback
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-sdk-fallback
|
|
47
|
+
- id: edge:provider:google:claim:repo-target-gemini
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: provider:google
|
|
50
|
+
to: claim:repo-target-gemini
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-target-gemini
|
|
53
|
+
- id: edge:provider:google:claim:web-gemini-hooks
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: provider:google
|
|
56
|
+
to: claim:web-gemini-hooks
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- web-gemini-hooks
|
|
59
|
+
- id: edge:provider:github:claim:repo-sdk-fallback
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: provider:github
|
|
62
|
+
to: claim:repo-sdk-fallback
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-sdk-fallback
|
|
65
|
+
- id: edge:provider:github:claim:repo-target-copilot
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: provider:github
|
|
68
|
+
to: claim:repo-target-copilot
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-target-copilot
|
|
71
|
+
- id: edge:provider:github:claim:web-github-copilot-agent
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: provider:github
|
|
74
|
+
to: claim:web-github-copilot-agent
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- web-github-copilot-agent
|
|
77
|
+
- id: edge:provider:bedrock:claim:repo-transport-mux-readme
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: provider:bedrock
|
|
80
|
+
to: claim:repo-transport-mux-readme
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-transport-mux-readme
|
|
83
|
+
- id: edge:provider:bedrock:claim:repo-transport-mux-architecture
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: provider:bedrock
|
|
86
|
+
to: claim:repo-transport-mux-architecture
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-transport-mux-architecture
|
|
89
|
+
- id: edge:provider:vertex:claim:repo-transport-mux-readme
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: provider:vertex
|
|
92
|
+
to: claim:repo-transport-mux-readme
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- repo-transport-mux-readme
|
|
95
|
+
- id: edge:provider:vertex:claim:repo-transport-mux-architecture
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: provider:vertex
|
|
98
|
+
to: claim:repo-transport-mux-architecture
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-transport-mux-architecture
|
|
101
|
+
- id: edge:provider:foundry:claim:repo-transport-mux-readme
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: provider:foundry
|
|
104
|
+
to: claim:repo-transport-mux-readme
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-transport-mux-readme
|
|
107
|
+
- id: edge:provider:foundry:claim:repo-transport-mux-architecture
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: provider:foundry
|
|
110
|
+
to: claim:repo-transport-mux-architecture
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-transport-mux-architecture
|
|
113
|
+
- id: edge:providerVersion:anthropic:ge-0-0-0:claim:repo-sdk-fallback
|
|
114
|
+
relation: supported_by_claim
|
|
115
|
+
from: providerVersion:anthropic:ge-0-0-0
|
|
116
|
+
to: claim:repo-sdk-fallback
|
|
117
|
+
evidenceRefs:
|
|
118
|
+
- repo-sdk-fallback
|
|
119
|
+
- id: edge:providerVersion:anthropic:ge-0-0-0:claim:repo-agent-mux-host
|
|
120
|
+
relation: supported_by_claim
|
|
121
|
+
from: providerVersion:anthropic:ge-0-0-0
|
|
122
|
+
to: claim:repo-agent-mux-host
|
|
123
|
+
evidenceRefs:
|
|
124
|
+
- repo-agent-mux-host
|
|
125
|
+
- id: edge:providerVersion:anthropic:ge-0-0-0:claim:web-anthropic-claude-code
|
|
126
|
+
relation: supported_by_claim
|
|
127
|
+
from: providerVersion:anthropic:ge-0-0-0
|
|
128
|
+
to: claim:web-anthropic-claude-code
|
|
129
|
+
evidenceRefs:
|
|
130
|
+
- web-anthropic-claude-code
|
|
131
|
+
- id: edge:providerVersion:openai:ge-0-0-0:claim:repo-sdk-fallback
|
|
132
|
+
relation: supported_by_claim
|
|
133
|
+
from: providerVersion:openai:ge-0-0-0
|
|
134
|
+
to: claim:repo-sdk-fallback
|
|
135
|
+
evidenceRefs:
|
|
136
|
+
- repo-sdk-fallback
|
|
137
|
+
- id: edge:providerVersion:openai:ge-0-0-0:claim:repo-hooks-detector
|
|
138
|
+
relation: supported_by_claim
|
|
139
|
+
from: providerVersion:openai:ge-0-0-0
|
|
140
|
+
to: claim:repo-hooks-detector
|
|
141
|
+
evidenceRefs:
|
|
142
|
+
- repo-hooks-detector
|
|
143
|
+
- id: edge:providerVersion:openai:ge-0-0-0:claim:web-openai-codex-skills
|
|
144
|
+
relation: supported_by_claim
|
|
145
|
+
from: providerVersion:openai:ge-0-0-0
|
|
146
|
+
to: claim:web-openai-codex-skills
|
|
147
|
+
evidenceRefs:
|
|
148
|
+
- web-openai-codex-skills
|
|
149
|
+
- id: edge:providerVersion:google:ge-0-0-0:claim:repo-sdk-fallback
|
|
150
|
+
relation: supported_by_claim
|
|
151
|
+
from: providerVersion:google:ge-0-0-0
|
|
152
|
+
to: claim:repo-sdk-fallback
|
|
153
|
+
evidenceRefs:
|
|
154
|
+
- repo-sdk-fallback
|
|
155
|
+
- id: edge:providerVersion:google:ge-0-0-0:claim:repo-target-gemini
|
|
156
|
+
relation: supported_by_claim
|
|
157
|
+
from: providerVersion:google:ge-0-0-0
|
|
158
|
+
to: claim:repo-target-gemini
|
|
159
|
+
evidenceRefs:
|
|
160
|
+
- repo-target-gemini
|
|
161
|
+
- id: edge:providerVersion:google:ge-0-0-0:claim:web-gemini-hooks
|
|
162
|
+
relation: supported_by_claim
|
|
163
|
+
from: providerVersion:google:ge-0-0-0
|
|
164
|
+
to: claim:web-gemini-hooks
|
|
165
|
+
evidenceRefs:
|
|
166
|
+
- web-gemini-hooks
|
|
167
|
+
- id: edge:providerVersion:github:ge-0-0-0:claim:repo-sdk-fallback
|
|
168
|
+
relation: supported_by_claim
|
|
169
|
+
from: providerVersion:github:ge-0-0-0
|
|
170
|
+
to: claim:repo-sdk-fallback
|
|
171
|
+
evidenceRefs:
|
|
172
|
+
- repo-sdk-fallback
|
|
173
|
+
- id: edge:providerVersion:github:ge-0-0-0:claim:repo-target-copilot
|
|
174
|
+
relation: supported_by_claim
|
|
175
|
+
from: providerVersion:github:ge-0-0-0
|
|
176
|
+
to: claim:repo-target-copilot
|
|
177
|
+
evidenceRefs:
|
|
178
|
+
- repo-target-copilot
|
|
179
|
+
- id: edge:providerVersion:github:ge-0-0-0:claim:web-github-copilot-agent
|
|
180
|
+
relation: supported_by_claim
|
|
181
|
+
from: providerVersion:github:ge-0-0-0
|
|
182
|
+
to: claim:web-github-copilot-agent
|
|
183
|
+
evidenceRefs:
|
|
184
|
+
- web-github-copilot-agent
|
|
185
|
+
- id: edge:providerVersion:bedrock:ge-0-0-0:claim:repo-transport-mux-readme
|
|
186
|
+
relation: supported_by_claim
|
|
187
|
+
from: providerVersion:bedrock:ge-0-0-0
|
|
188
|
+
to: claim:repo-transport-mux-readme
|
|
189
|
+
evidenceRefs:
|
|
190
|
+
- repo-transport-mux-readme
|
|
191
|
+
- id: edge:providerVersion:bedrock:ge-0-0-0:claim:repo-transport-mux-architecture
|
|
192
|
+
relation: supported_by_claim
|
|
193
|
+
from: providerVersion:bedrock:ge-0-0-0
|
|
194
|
+
to: claim:repo-transport-mux-architecture
|
|
195
|
+
evidenceRefs:
|
|
196
|
+
- repo-transport-mux-architecture
|
|
197
|
+
- id: edge:providerVersion:vertex:ge-0-0-0:claim:repo-transport-mux-readme
|
|
198
|
+
relation: supported_by_claim
|
|
199
|
+
from: providerVersion:vertex:ge-0-0-0
|
|
200
|
+
to: claim:repo-transport-mux-readme
|
|
201
|
+
evidenceRefs:
|
|
202
|
+
- repo-transport-mux-readme
|
|
203
|
+
- id: edge:providerVersion:vertex:ge-0-0-0:claim:repo-transport-mux-architecture
|
|
204
|
+
relation: supported_by_claim
|
|
205
|
+
from: providerVersion:vertex:ge-0-0-0
|
|
206
|
+
to: claim:repo-transport-mux-architecture
|
|
207
|
+
evidenceRefs:
|
|
208
|
+
- repo-transport-mux-architecture
|
|
209
|
+
- id: edge:providerVersion:foundry:ge-0-0-0:claim:repo-transport-mux-readme
|
|
210
|
+
relation: supported_by_claim
|
|
211
|
+
from: providerVersion:foundry:ge-0-0-0
|
|
212
|
+
to: claim:repo-transport-mux-readme
|
|
213
|
+
evidenceRefs:
|
|
214
|
+
- repo-transport-mux-readme
|
|
215
|
+
- id: edge:providerVersion:foundry:ge-0-0-0:claim:repo-transport-mux-architecture
|
|
216
|
+
relation: supported_by_claim
|
|
217
|
+
from: providerVersion:foundry:ge-0-0-0
|
|
218
|
+
to: claim:repo-transport-mux-architecture
|
|
219
|
+
evidenceRefs:
|
|
220
|
+
- repo-transport-mux-architecture
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/evidence-sources.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:claim:repo-sdk-fallback:evidence:repo-sdk-fallback
|
|
6
|
+
relation: sourced_from
|
|
7
|
+
from: claim:repo-sdk-fallback
|
|
8
|
+
to: evidence:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:claim:repo-agent-mux-host:evidence:repo-agent-mux-host
|
|
12
|
+
relation: sourced_from
|
|
13
|
+
from: claim:repo-agent-mux-host
|
|
14
|
+
to: evidence:repo-agent-mux-host
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-agent-mux-host
|
|
17
|
+
- id: edge:claim:repo-hooks-detector:evidence:repo-hooks-detector
|
|
18
|
+
relation: sourced_from
|
|
19
|
+
from: claim:repo-hooks-detector
|
|
20
|
+
to: evidence:repo-hooks-detector
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-hooks-detector
|
|
23
|
+
- id: edge:claim:repo-target-index:evidence:repo-target-index
|
|
24
|
+
relation: sourced_from
|
|
25
|
+
from: claim:repo-target-index
|
|
26
|
+
to: evidence:repo-target-index
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-target-index
|
|
29
|
+
- id: edge:claim:repo-target-claude:evidence:repo-target-claude
|
|
30
|
+
relation: sourced_from
|
|
31
|
+
from: claim:repo-target-claude
|
|
32
|
+
to: evidence:repo-target-claude
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-target-claude
|
|
35
|
+
- id: edge:claim:repo-target-codex:evidence:repo-target-codex
|
|
36
|
+
relation: sourced_from
|
|
37
|
+
from: claim:repo-target-codex
|
|
38
|
+
to: evidence:repo-target-codex
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-target-codex
|
|
41
|
+
- id: edge:claim:repo-target-cursor:evidence:repo-target-cursor
|
|
42
|
+
relation: sourced_from
|
|
43
|
+
from: claim:repo-target-cursor
|
|
44
|
+
to: evidence:repo-target-cursor
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-target-cursor
|
|
47
|
+
- id: edge:claim:repo-target-gemini:evidence:repo-target-gemini
|
|
48
|
+
relation: sourced_from
|
|
49
|
+
from: claim:repo-target-gemini
|
|
50
|
+
to: evidence:repo-target-gemini
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-target-gemini
|
|
53
|
+
- id: edge:claim:repo-target-copilot:evidence:repo-target-copilot
|
|
54
|
+
relation: sourced_from
|
|
55
|
+
from: claim:repo-target-copilot
|
|
56
|
+
to: evidence:repo-target-copilot
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-target-copilot
|
|
59
|
+
- id: edge:claim:repo-process-catalog:evidence:repo-process-catalog
|
|
60
|
+
relation: sourced_from
|
|
61
|
+
from: claim:repo-process-catalog
|
|
62
|
+
to: evidence:repo-process-catalog
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-process-catalog
|
|
65
|
+
- id: edge:claim:repo-agent-mux-model-catalog:evidence:repo-agent-mux-model-catalog
|
|
66
|
+
relation: sourced_from
|
|
67
|
+
from: claim:repo-agent-mux-model-catalog
|
|
68
|
+
to: evidence:repo-agent-mux-model-catalog
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-agent-mux-model-catalog
|
|
71
|
+
- id: edge:claim:repo-codex-windows-hooks:evidence:repo-codex-windows-hooks
|
|
72
|
+
relation: sourced_from
|
|
73
|
+
from: claim:repo-codex-windows-hooks
|
|
74
|
+
to: evidence:repo-codex-windows-hooks
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-codex-windows-hooks
|
|
77
|
+
- id: edge:claim:web-anthropic-claude-code:evidence:web-anthropic-claude-code
|
|
78
|
+
relation: sourced_from
|
|
79
|
+
from: claim:web-anthropic-claude-code
|
|
80
|
+
to: evidence:web-anthropic-claude-code
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- web-anthropic-claude-code
|
|
83
|
+
- id: edge:claim:web-anthropic-claude-code-autonomy:evidence:web-anthropic-claude-code-autonomy
|
|
84
|
+
relation: sourced_from
|
|
85
|
+
from: claim:web-anthropic-claude-code-autonomy
|
|
86
|
+
to: evidence:web-anthropic-claude-code-autonomy
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- web-anthropic-claude-code-autonomy
|
|
89
|
+
- id: edge:claim:web-openai-codex-skills:evidence:web-openai-codex-skills
|
|
90
|
+
relation: sourced_from
|
|
91
|
+
from: claim:web-openai-codex-skills
|
|
92
|
+
to: evidence:web-openai-codex-skills
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- web-openai-codex-skills
|
|
95
|
+
- id: edge:claim:web-github-copilot-agent:evidence:web-github-copilot-agent
|
|
96
|
+
relation: sourced_from
|
|
97
|
+
from: claim:web-github-copilot-agent
|
|
98
|
+
to: evidence:web-github-copilot-agent
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- web-github-copilot-agent
|
|
101
|
+
- id: edge:claim:web-gemini-hooks:evidence:web-gemini-hooks
|
|
102
|
+
relation: sourced_from
|
|
103
|
+
from: claim:web-gemini-hooks
|
|
104
|
+
to: evidence:web-gemini-hooks
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- web-gemini-hooks
|
|
107
|
+
- id: edge:claim:repo-transport-mux-readme:evidence:repo-transport-mux-readme
|
|
108
|
+
relation: sourced_from
|
|
109
|
+
from: claim:repo-transport-mux-readme
|
|
110
|
+
to: evidence:repo-transport-mux-readme
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-transport-mux-readme
|
|
113
|
+
- id: edge:claim:repo-transport-mux-architecture:evidence:repo-transport-mux-architecture
|
|
114
|
+
relation: sourced_from
|
|
115
|
+
from: claim:repo-transport-mux-architecture
|
|
116
|
+
to: evidence:repo-transport-mux-architecture
|
|
117
|
+
evidenceRefs:
|
|
118
|
+
- repo-transport-mux-architecture
|
|
119
|
+
- id: edge:claim:repo-transport-mux-migration:evidence:repo-transport-mux-migration
|
|
120
|
+
relation: sourced_from
|
|
121
|
+
from: claim:repo-transport-mux-migration
|
|
122
|
+
to: evidence:repo-transport-mux-migration
|
|
123
|
+
evidenceRefs:
|
|
124
|
+
- repo-transport-mux-migration
|
|
125
|
+
- id: edge:claim:repo-agent-catalog-package:evidence:repo-agent-catalog-package
|
|
126
|
+
relation: sourced_from
|
|
127
|
+
from: claim:repo-agent-catalog-package
|
|
128
|
+
to: evidence:repo-agent-catalog-package
|
|
129
|
+
evidenceRefs:
|
|
130
|
+
- repo-agent-catalog-package
|
|
131
|
+
- id: edge:claim:web-github-copilot-mcp:evidence:web-github-copilot-mcp
|
|
132
|
+
relation: sourced_from
|
|
133
|
+
from: claim:web-github-copilot-mcp
|
|
134
|
+
to: evidence:web-github-copilot-mcp
|
|
135
|
+
evidenceRefs:
|
|
136
|
+
- web-github-copilot-mcp
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/hooks-plugins-and-discovery-discovery.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:discovery:claude:host-env:claim:repo-agent-mux-host
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: discovery:claude:host-env
|
|
8
|
+
to: claim:repo-agent-mux-host
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-agent-mux-host
|
|
11
|
+
- id: edge:discovery:codex:host-env:claim:repo-agent-mux-host
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: discovery:codex:host-env
|
|
14
|
+
to: claim:repo-agent-mux-host
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-agent-mux-host
|
|
17
|
+
- id: edge:discovery:gemini:host-env:claim:repo-agent-mux-host
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: discovery:gemini:host-env
|
|
20
|
+
to: claim:repo-agent-mux-host
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-agent-mux-host
|
|
23
|
+
- id: edge:discovery:copilot:host-env:claim:repo-agent-mux-host
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: discovery:copilot:host-env
|
|
26
|
+
to: claim:repo-agent-mux-host
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-agent-mux-host
|
|
29
|
+
- id: edge:discovery:cursor:host-env:claim:repo-agent-mux-host
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: discovery:cursor:host-env
|
|
32
|
+
to: claim:repo-agent-mux-host
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-agent-mux-host
|
|
35
|
+
- id: edge:discovery:opencode:host-env:claim:repo-agent-mux-host
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: discovery:opencode:host-env
|
|
38
|
+
to: claim:repo-agent-mux-host
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-agent-mux-host
|
|
41
|
+
- id: edge:discovery:pi:host-env:claim:repo-agent-mux-host
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: discovery:pi:host-env
|
|
44
|
+
to: claim:repo-agent-mux-host
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-agent-mux-host
|
|
47
|
+
- id: edge:discovery:omp:host-env:claim:repo-agent-mux-host
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: discovery:omp:host-env
|
|
50
|
+
to: claim:repo-agent-mux-host
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-agent-mux-host
|
|
53
|
+
- id: edge:discovery:openclaw:host-env:claim:repo-agent-mux-host
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: discovery:openclaw:host-env
|
|
56
|
+
to: claim:repo-agent-mux-host
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-agent-mux-host
|
|
59
|
+
- id: edge:discovery:hermes:host-env:claim:repo-agent-mux-host
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: discovery:hermes:host-env
|
|
62
|
+
to: claim:repo-agent-mux-host
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-agent-mux-host
|
|
65
|
+
- id: edge:discovery:claude:hooks-mux:1:claim:repo-hooks-detector
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: discovery:claude:hooks-mux:1
|
|
68
|
+
to: claim:repo-hooks-detector
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-hooks-detector
|
|
71
|
+
- id: edge:discovery:codex:hooks-mux:2:claim:repo-hooks-detector
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: discovery:codex:hooks-mux:2
|
|
74
|
+
to: claim:repo-hooks-detector
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-hooks-detector
|
|
77
|
+
- id: edge:discovery:codex:hooks-mux:3:claim:repo-hooks-detector
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: discovery:codex:hooks-mux:3
|
|
80
|
+
to: claim:repo-hooks-detector
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-hooks-detector
|
|
83
|
+
- id: edge:discovery:gemini:hooks-mux:4:claim:repo-hooks-detector
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: discovery:gemini:hooks-mux:4
|
|
86
|
+
to: claim:repo-hooks-detector
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-hooks-detector
|
|
89
|
+
- id: edge:discovery:copilot:hooks-mux:5:claim:repo-hooks-detector
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: discovery:copilot:hooks-mux:5
|
|
92
|
+
to: claim:repo-hooks-detector
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- repo-hooks-detector
|
|
95
|
+
- id: edge:discovery:cursor:hooks-mux:6:claim:repo-hooks-detector
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: discovery:cursor:hooks-mux:6
|
|
98
|
+
to: claim:repo-hooks-detector
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-hooks-detector
|
|
101
|
+
- id: edge:discovery:pi:hooks-mux:7:claim:repo-hooks-detector
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: discovery:pi:hooks-mux:7
|
|
104
|
+
to: claim:repo-hooks-detector
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-hooks-detector
|
|
107
|
+
- id: edge:discovery:oh-my-pi:hooks-mux:8:claim:repo-hooks-detector
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: discovery:oh-my-pi:hooks-mux:8
|
|
110
|
+
to: claim:repo-hooks-detector
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-hooks-detector
|
|
113
|
+
- id: edge:discovery:opencode:hooks-mux:9:claim:repo-hooks-detector
|
|
114
|
+
relation: supported_by_claim
|
|
115
|
+
from: discovery:opencode:hooks-mux:9
|
|
116
|
+
to: claim:repo-hooks-detector
|
|
117
|
+
evidenceRefs:
|
|
118
|
+
- repo-hooks-detector
|
|
119
|
+
- id: edge:discovery:openclaw:hooks-mux:10:claim:repo-hooks-detector
|
|
120
|
+
relation: supported_by_claim
|
|
121
|
+
from: discovery:openclaw:hooks-mux:10
|
|
122
|
+
to: claim:repo-hooks-detector
|
|
123
|
+
evidenceRefs:
|
|
124
|
+
- repo-hooks-detector
|