@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,146 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-cursor.yaml
|
|
3
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:skills:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:cursor:ge-0-0-0:skills
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:skills:claim:repo-target-cursor
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:cursor:ge-0-0-0:skills
|
|
14
|
+
to: claim:repo-target-cursor
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-target-cursor
|
|
17
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:skills:claim:repo-target-index
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:cursor:ge-0-0-0:skills
|
|
20
|
+
to: claim:repo-target-index
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-target-index
|
|
23
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:skills:claim:web-cursor-rules
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:cursor:ge-0-0-0:skills
|
|
26
|
+
to: claim:web-cursor-rules
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- web-cursor-rules
|
|
29
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:thinking:claim:repo-sdk-fallback
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:cursor:ge-0-0-0:thinking
|
|
32
|
+
to: claim:repo-sdk-fallback
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-sdk-fallback
|
|
35
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:thinking:claim:web-cursor-core-agentic
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: capabilitySupport:cursor:ge-0-0-0:thinking
|
|
38
|
+
to: claim:web-cursor-core-agentic
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- web-cursor-agent-overview
|
|
41
|
+
- web-cursor-cli-overview
|
|
42
|
+
- web-cursor-cli-using
|
|
43
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
|
|
44
|
+
relation: supported_by_claim
|
|
45
|
+
from: capabilitySupport:cursor:ge-0-0-0:interactive-mode
|
|
46
|
+
to: claim:repo-sdk-fallback
|
|
47
|
+
evidenceRefs:
|
|
48
|
+
- repo-sdk-fallback
|
|
49
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:interactive-mode:claim:web-cursor-core-agentic
|
|
50
|
+
relation: supported_by_claim
|
|
51
|
+
from: capabilitySupport:cursor:ge-0-0-0:interactive-mode
|
|
52
|
+
to: claim:web-cursor-core-agentic
|
|
53
|
+
evidenceRefs:
|
|
54
|
+
- web-cursor-agent-overview
|
|
55
|
+
- web-cursor-cli-overview
|
|
56
|
+
- web-cursor-cli-using
|
|
57
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
|
|
58
|
+
relation: supported_by_claim
|
|
59
|
+
from: capabilitySupport:cursor:ge-0-0-0:stdin-injection
|
|
60
|
+
to: claim:repo-sdk-fallback
|
|
61
|
+
evidenceRefs:
|
|
62
|
+
- repo-sdk-fallback
|
|
63
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:stdin-injection:claim:web-cursor-stdin-injection
|
|
64
|
+
relation: supported_by_claim
|
|
65
|
+
from: capabilitySupport:cursor:ge-0-0-0:stdin-injection
|
|
66
|
+
to: claim:web-cursor-stdin-injection
|
|
67
|
+
evidenceRefs:
|
|
68
|
+
- web-cursor-cli-headless
|
|
69
|
+
- web-cursor-cli-using
|
|
70
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:image-input:claim:repo-sdk-fallback
|
|
71
|
+
relation: supported_by_claim
|
|
72
|
+
from: capabilitySupport:cursor:ge-0-0-0:image-input
|
|
73
|
+
to: claim:repo-sdk-fallback
|
|
74
|
+
evidenceRefs:
|
|
75
|
+
- repo-sdk-fallback
|
|
76
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:image-input:claim:web-cursor-image-input
|
|
77
|
+
relation: supported_by_claim
|
|
78
|
+
from: capabilitySupport:cursor:ge-0-0-0:image-input
|
|
79
|
+
to: claim:web-cursor-image-input
|
|
80
|
+
evidenceRefs:
|
|
81
|
+
- web-cursor-agent-overview
|
|
82
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:runtime-hooks:claim:repo-sdk-fallback
|
|
83
|
+
relation: supported_by_claim
|
|
84
|
+
from: capabilitySupport:cursor:ge-0-0-0:runtime-hooks
|
|
85
|
+
to: claim:repo-sdk-fallback
|
|
86
|
+
evidenceRefs:
|
|
87
|
+
- repo-sdk-fallback
|
|
88
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:runtime-hooks:claim:repo-target-cursor
|
|
89
|
+
relation: supported_by_claim
|
|
90
|
+
from: capabilitySupport:cursor:ge-0-0-0:runtime-hooks
|
|
91
|
+
to: claim:repo-target-cursor
|
|
92
|
+
evidenceRefs:
|
|
93
|
+
- repo-target-cursor
|
|
94
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:runtime-hooks:claim:repo-target-index
|
|
95
|
+
relation: supported_by_claim
|
|
96
|
+
from: capabilitySupport:cursor:ge-0-0-0:runtime-hooks
|
|
97
|
+
to: claim:repo-target-index
|
|
98
|
+
evidenceRefs:
|
|
99
|
+
- repo-target-index
|
|
100
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:runtime-hooks:claim:web-cursor-hooks
|
|
101
|
+
relation: supported_by_claim
|
|
102
|
+
from: capabilitySupport:cursor:ge-0-0-0:runtime-hooks
|
|
103
|
+
to: claim:web-cursor-hooks
|
|
104
|
+
evidenceRefs:
|
|
105
|
+
- web-cursor-hooks
|
|
106
|
+
- repo-target-cursor
|
|
107
|
+
- repo-target-index
|
|
108
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:stop-hook:claim:repo-sdk-fallback
|
|
109
|
+
relation: supported_by_claim
|
|
110
|
+
from: capabilitySupport:cursor:ge-0-0-0:stop-hook
|
|
111
|
+
to: claim:repo-sdk-fallback
|
|
112
|
+
evidenceRefs:
|
|
113
|
+
- repo-sdk-fallback
|
|
114
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:stop-hook:claim:repo-target-cursor
|
|
115
|
+
relation: supported_by_claim
|
|
116
|
+
from: capabilitySupport:cursor:ge-0-0-0:stop-hook
|
|
117
|
+
to: claim:repo-target-cursor
|
|
118
|
+
evidenceRefs:
|
|
119
|
+
- repo-target-cursor
|
|
120
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:stop-hook:claim:repo-target-index
|
|
121
|
+
relation: supported_by_claim
|
|
122
|
+
from: capabilitySupport:cursor:ge-0-0-0:stop-hook
|
|
123
|
+
to: claim:repo-target-index
|
|
124
|
+
evidenceRefs:
|
|
125
|
+
- repo-target-index
|
|
126
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:stop-hook:claim:web-cursor-hooks
|
|
127
|
+
relation: supported_by_claim
|
|
128
|
+
from: capabilitySupport:cursor:ge-0-0-0:stop-hook
|
|
129
|
+
to: claim:web-cursor-hooks
|
|
130
|
+
evidenceRefs:
|
|
131
|
+
- web-cursor-hooks
|
|
132
|
+
- repo-target-cursor
|
|
133
|
+
- repo-target-index
|
|
134
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:session-resume:claim:repo-sdk-fallback
|
|
135
|
+
relation: supported_by_claim
|
|
136
|
+
from: capabilitySupport:cursor:ge-0-0-0:session-resume
|
|
137
|
+
to: claim:repo-sdk-fallback
|
|
138
|
+
evidenceRefs:
|
|
139
|
+
- repo-sdk-fallback
|
|
140
|
+
- id: edge:capabilitySupport:cursor:ge-0-0-0:session-resume:claim:web-cursor-session-resume
|
|
141
|
+
relation: supported_by_claim
|
|
142
|
+
from: capabilitySupport:cursor:ge-0-0-0:session-resume
|
|
143
|
+
to: claim:web-cursor-session-resume
|
|
144
|
+
evidenceRefs:
|
|
145
|
+
- web-cursor-agent-overview
|
|
146
|
+
- web-cursor-cli-shell-mode
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-gemini.yaml
|
|
3
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:skills:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:gemini:ge-0-0-0:skills
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:skills:claim:repo-target-gemini
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:gemini:ge-0-0-0:skills
|
|
14
|
+
to: claim:repo-target-gemini
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-target-gemini
|
|
17
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:skills:claim:repo-target-index
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:gemini:ge-0-0-0:skills
|
|
20
|
+
to: claim:repo-target-index
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-target-index
|
|
23
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:skills:claim:web-gemini-cli-skills
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:gemini:ge-0-0-0:skills
|
|
26
|
+
to: claim:web-gemini-cli-skills
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- web-gemini-cli-skills
|
|
29
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:thinking:claim:repo-sdk-fallback
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:gemini:ge-0-0-0:thinking
|
|
32
|
+
to: claim:repo-sdk-fallback
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-sdk-fallback
|
|
35
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:thinking:claim:web-gemini-cli-core-agentic
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: capabilitySupport:gemini:ge-0-0-0:thinking
|
|
38
|
+
to: claim:web-gemini-cli-core-agentic
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- web-gemini-cli-index
|
|
41
|
+
- web-gemini-cli-reference
|
|
42
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
|
|
43
|
+
relation: supported_by_claim
|
|
44
|
+
from: capabilitySupport:gemini:ge-0-0-0:interactive-mode
|
|
45
|
+
to: claim:repo-sdk-fallback
|
|
46
|
+
evidenceRefs:
|
|
47
|
+
- repo-sdk-fallback
|
|
48
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:interactive-mode:claim:web-gemini-cli-core-agentic
|
|
49
|
+
relation: supported_by_claim
|
|
50
|
+
from: capabilitySupport:gemini:ge-0-0-0:interactive-mode
|
|
51
|
+
to: claim:web-gemini-cli-core-agentic
|
|
52
|
+
evidenceRefs:
|
|
53
|
+
- web-gemini-cli-index
|
|
54
|
+
- web-gemini-cli-reference
|
|
55
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
|
|
56
|
+
relation: supported_by_claim
|
|
57
|
+
from: capabilitySupport:gemini:ge-0-0-0:stdin-injection
|
|
58
|
+
to: claim:repo-sdk-fallback
|
|
59
|
+
evidenceRefs:
|
|
60
|
+
- repo-sdk-fallback
|
|
61
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:stdin-injection:claim:web-gemini-cli-stdin-injection
|
|
62
|
+
relation: supported_by_claim
|
|
63
|
+
from: capabilitySupport:gemini:ge-0-0-0:stdin-injection
|
|
64
|
+
to: claim:web-gemini-cli-stdin-injection
|
|
65
|
+
evidenceRefs:
|
|
66
|
+
- web-gemini-cli-headless
|
|
67
|
+
- web-gemini-cli-reference
|
|
68
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:image-input:claim:repo-sdk-fallback
|
|
69
|
+
relation: supported_by_claim
|
|
70
|
+
from: capabilitySupport:gemini:ge-0-0-0:image-input
|
|
71
|
+
to: claim:repo-sdk-fallback
|
|
72
|
+
evidenceRefs:
|
|
73
|
+
- repo-sdk-fallback
|
|
74
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:image-input:claim:web-gemini-cli-image-input
|
|
75
|
+
relation: supported_by_claim
|
|
76
|
+
from: capabilitySupport:gemini:ge-0-0-0:image-input
|
|
77
|
+
to: claim:web-gemini-cli-image-input
|
|
78
|
+
evidenceRefs:
|
|
79
|
+
- web-gemini-cli-index
|
|
80
|
+
- web-gemini-cli-changelog
|
|
81
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:runtime-hooks:claim:repo-sdk-fallback
|
|
82
|
+
relation: supported_by_claim
|
|
83
|
+
from: capabilitySupport:gemini:ge-0-0-0:runtime-hooks
|
|
84
|
+
to: claim:repo-sdk-fallback
|
|
85
|
+
evidenceRefs:
|
|
86
|
+
- repo-sdk-fallback
|
|
87
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:runtime-hooks:claim:repo-target-gemini
|
|
88
|
+
relation: supported_by_claim
|
|
89
|
+
from: capabilitySupport:gemini:ge-0-0-0:runtime-hooks
|
|
90
|
+
to: claim:repo-target-gemini
|
|
91
|
+
evidenceRefs:
|
|
92
|
+
- repo-target-gemini
|
|
93
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:runtime-hooks:claim:repo-target-index
|
|
94
|
+
relation: supported_by_claim
|
|
95
|
+
from: capabilitySupport:gemini:ge-0-0-0:runtime-hooks
|
|
96
|
+
to: claim:repo-target-index
|
|
97
|
+
evidenceRefs:
|
|
98
|
+
- repo-target-index
|
|
99
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:runtime-hooks:claim:web-gemini-cli-hooks
|
|
100
|
+
relation: supported_by_claim
|
|
101
|
+
from: capabilitySupport:gemini:ge-0-0-0:runtime-hooks
|
|
102
|
+
to: claim:web-gemini-cli-hooks
|
|
103
|
+
evidenceRefs:
|
|
104
|
+
- web-gemini-cli-hooks
|
|
105
|
+
- web-gemini-cli-index
|
|
106
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:stop-hook:claim:repo-sdk-fallback
|
|
107
|
+
relation: supported_by_claim
|
|
108
|
+
from: capabilitySupport:gemini:ge-0-0-0:stop-hook
|
|
109
|
+
to: claim:repo-sdk-fallback
|
|
110
|
+
evidenceRefs:
|
|
111
|
+
- repo-sdk-fallback
|
|
112
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:stop-hook:claim:repo-target-gemini
|
|
113
|
+
relation: supported_by_claim
|
|
114
|
+
from: capabilitySupport:gemini:ge-0-0-0:stop-hook
|
|
115
|
+
to: claim:repo-target-gemini
|
|
116
|
+
evidenceRefs:
|
|
117
|
+
- repo-target-gemini
|
|
118
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:stop-hook:claim:repo-target-index
|
|
119
|
+
relation: supported_by_claim
|
|
120
|
+
from: capabilitySupport:gemini:ge-0-0-0:stop-hook
|
|
121
|
+
to: claim:repo-target-index
|
|
122
|
+
evidenceRefs:
|
|
123
|
+
- repo-target-index
|
|
124
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:stop-hook:claim:web-gemini-cli-hooks
|
|
125
|
+
relation: supported_by_claim
|
|
126
|
+
from: capabilitySupport:gemini:ge-0-0-0:stop-hook
|
|
127
|
+
to: claim:web-gemini-cli-hooks
|
|
128
|
+
evidenceRefs:
|
|
129
|
+
- web-gemini-cli-hooks
|
|
130
|
+
- web-gemini-cli-index
|
|
131
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:session-resume:claim:repo-sdk-fallback
|
|
132
|
+
relation: supported_by_claim
|
|
133
|
+
from: capabilitySupport:gemini:ge-0-0-0:session-resume
|
|
134
|
+
to: claim:repo-sdk-fallback
|
|
135
|
+
evidenceRefs:
|
|
136
|
+
- repo-sdk-fallback
|
|
137
|
+
- id: edge:capabilitySupport:gemini:ge-0-0-0:session-resume:claim:web-gemini-cli-session-resume
|
|
138
|
+
relation: supported_by_claim
|
|
139
|
+
from: capabilitySupport:gemini:ge-0-0-0:session-resume
|
|
140
|
+
to: claim:web-gemini-cli-session-resume
|
|
141
|
+
evidenceRefs:
|
|
142
|
+
- web-gemini-cli-session-management
|
|
143
|
+
- web-gemini-cli-checkpointing
|
package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml
|
|
3
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:skills:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:omp:ge-0-0-0:skills
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:skills:claim:web-omp-skills
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:omp:ge-0-0-0:skills
|
|
14
|
+
to: claim:web-omp-skills
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- web-omp-skills
|
|
17
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:thinking:claim:repo-sdk-fallback
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:omp:ge-0-0-0:thinking
|
|
20
|
+
to: claim:repo-sdk-fallback
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-sdk-fallback
|
|
23
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:thinking:claim:web-omp-core-agentic
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:omp:ge-0-0-0:thinking
|
|
26
|
+
to: claim:web-omp-core-agentic
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- web-omp-readme
|
|
29
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:omp:ge-0-0-0:interactive-mode
|
|
32
|
+
to: claim:repo-sdk-fallback
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-sdk-fallback
|
|
35
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:interactive-mode:claim:web-omp-core-agentic
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: capabilitySupport:omp:ge-0-0-0:interactive-mode
|
|
38
|
+
to: claim:web-omp-core-agentic
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- web-omp-readme
|
|
41
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: capabilitySupport:omp:ge-0-0-0:stdin-injection
|
|
44
|
+
to: claim:repo-sdk-fallback
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-sdk-fallback
|
|
47
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:stdin-injection:claim:web-omp-stdin-injection
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: capabilitySupport:omp:ge-0-0-0:stdin-injection
|
|
50
|
+
to: claim:web-omp-stdin-injection
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- web-omp-readme
|
|
53
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:image-input:claim:repo-sdk-fallback
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: capabilitySupport:omp:ge-0-0-0:image-input
|
|
56
|
+
to: claim:repo-sdk-fallback
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-sdk-fallback
|
|
59
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:image-input:claim:web-omp-core-agentic
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: capabilitySupport:omp:ge-0-0-0:image-input
|
|
62
|
+
to: claim:web-omp-core-agentic
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- web-omp-readme
|
|
65
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:session-resume:claim:repo-sdk-fallback
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: capabilitySupport:omp:ge-0-0-0:session-resume
|
|
68
|
+
to: claim:repo-sdk-fallback
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-sdk-fallback
|
|
71
|
+
- id: edge:capabilitySupport:omp:ge-0-0-0:session-resume:claim:web-omp-session-resume
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: capabilitySupport:omp:ge-0-0-0:session-resume
|
|
74
|
+
to: claim:web-omp-session-resume
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- web-omp-session-resume
|
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-openclaw.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:skills:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:openclaw:ge-0-0-0:skills
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:skills:claim:repo-hooks-detector
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:openclaw:ge-0-0-0:skills
|
|
14
|
+
to: claim:repo-hooks-detector
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-hooks-detector
|
|
17
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:skills:claim:repo-target-index
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:openclaw:ge-0-0-0:skills
|
|
20
|
+
to: claim:repo-target-index
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-target-index
|
|
23
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:thinking:claim:repo-sdk-fallback
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:openclaw:ge-0-0-0:thinking
|
|
26
|
+
to: claim:repo-sdk-fallback
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-sdk-fallback
|
|
29
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:thinking:claim:repo-hooks-detector
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:openclaw:ge-0-0-0:thinking
|
|
32
|
+
to: claim:repo-hooks-detector
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-hooks-detector
|
|
35
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:thinking:claim:repo-target-index
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: capabilitySupport:openclaw:ge-0-0-0:thinking
|
|
38
|
+
to: claim:repo-target-index
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-target-index
|
|
41
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
|
|
42
|
+
relation: supported_by_claim
|
|
43
|
+
from: capabilitySupport:openclaw:ge-0-0-0:interactive-mode
|
|
44
|
+
to: claim:repo-sdk-fallback
|
|
45
|
+
evidenceRefs:
|
|
46
|
+
- repo-sdk-fallback
|
|
47
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:interactive-mode:claim:repo-hooks-detector
|
|
48
|
+
relation: supported_by_claim
|
|
49
|
+
from: capabilitySupport:openclaw:ge-0-0-0:interactive-mode
|
|
50
|
+
to: claim:repo-hooks-detector
|
|
51
|
+
evidenceRefs:
|
|
52
|
+
- repo-hooks-detector
|
|
53
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:interactive-mode:claim:repo-target-index
|
|
54
|
+
relation: supported_by_claim
|
|
55
|
+
from: capabilitySupport:openclaw:ge-0-0-0:interactive-mode
|
|
56
|
+
to: claim:repo-target-index
|
|
57
|
+
evidenceRefs:
|
|
58
|
+
- repo-target-index
|
|
59
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
|
|
60
|
+
relation: supported_by_claim
|
|
61
|
+
from: capabilitySupport:openclaw:ge-0-0-0:stdin-injection
|
|
62
|
+
to: claim:repo-sdk-fallback
|
|
63
|
+
evidenceRefs:
|
|
64
|
+
- repo-sdk-fallback
|
|
65
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:stdin-injection:claim:repo-hooks-detector
|
|
66
|
+
relation: supported_by_claim
|
|
67
|
+
from: capabilitySupport:openclaw:ge-0-0-0:stdin-injection
|
|
68
|
+
to: claim:repo-hooks-detector
|
|
69
|
+
evidenceRefs:
|
|
70
|
+
- repo-hooks-detector
|
|
71
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:stdin-injection:claim:repo-target-index
|
|
72
|
+
relation: supported_by_claim
|
|
73
|
+
from: capabilitySupport:openclaw:ge-0-0-0:stdin-injection
|
|
74
|
+
to: claim:repo-target-index
|
|
75
|
+
evidenceRefs:
|
|
76
|
+
- repo-target-index
|
|
77
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:image-input:claim:repo-sdk-fallback
|
|
78
|
+
relation: supported_by_claim
|
|
79
|
+
from: capabilitySupport:openclaw:ge-0-0-0:image-input
|
|
80
|
+
to: claim:repo-sdk-fallback
|
|
81
|
+
evidenceRefs:
|
|
82
|
+
- repo-sdk-fallback
|
|
83
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:image-input:claim:repo-hooks-detector
|
|
84
|
+
relation: supported_by_claim
|
|
85
|
+
from: capabilitySupport:openclaw:ge-0-0-0:image-input
|
|
86
|
+
to: claim:repo-hooks-detector
|
|
87
|
+
evidenceRefs:
|
|
88
|
+
- repo-hooks-detector
|
|
89
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:image-input:claim:repo-target-index
|
|
90
|
+
relation: supported_by_claim
|
|
91
|
+
from: capabilitySupport:openclaw:ge-0-0-0:image-input
|
|
92
|
+
to: claim:repo-target-index
|
|
93
|
+
evidenceRefs:
|
|
94
|
+
- repo-target-index
|
|
95
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:session-resume:claim:repo-sdk-fallback
|
|
96
|
+
relation: supported_by_claim
|
|
97
|
+
from: capabilitySupport:openclaw:ge-0-0-0:session-resume
|
|
98
|
+
to: claim:repo-sdk-fallback
|
|
99
|
+
evidenceRefs:
|
|
100
|
+
- repo-sdk-fallback
|
|
101
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:session-resume:claim:repo-hooks-detector
|
|
102
|
+
relation: supported_by_claim
|
|
103
|
+
from: capabilitySupport:openclaw:ge-0-0-0:session-resume
|
|
104
|
+
to: claim:repo-hooks-detector
|
|
105
|
+
evidenceRefs:
|
|
106
|
+
- repo-hooks-detector
|
|
107
|
+
- id: edge:capabilitySupport:openclaw:ge-0-0-0:session-resume:claim:repo-target-index
|
|
108
|
+
relation: supported_by_claim
|
|
109
|
+
from: capabilitySupport:openclaw:ge-0-0-0:session-resume
|
|
110
|
+
to: claim:repo-target-index
|
|
111
|
+
evidenceRefs:
|
|
112
|
+
- repo-target-index
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-opencode.yaml
|
|
3
|
+
generatedAt: 2026-04-24T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:skills:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:opencode:ge-0-0-0:skills
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:skills:claim:repo-target-index
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:opencode:ge-0-0-0:skills
|
|
14
|
+
to: claim:repo-target-index
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-target-index
|
|
17
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:skills:claim:web-opencode-commands
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:opencode:ge-0-0-0:skills
|
|
20
|
+
to: claim:web-opencode-commands
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- web-opencode-commands
|
|
23
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:thinking:claim:repo-sdk-fallback
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:opencode:ge-0-0-0:thinking
|
|
26
|
+
to: claim:repo-sdk-fallback
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-sdk-fallback
|
|
29
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:thinking:claim:web-opencode-core-agentic
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:opencode:ge-0-0-0:thinking
|
|
32
|
+
to: claim:web-opencode-core-agentic
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- web-opencode-tui
|
|
35
|
+
- web-opencode-providers
|
|
36
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
|
|
37
|
+
relation: supported_by_claim
|
|
38
|
+
from: capabilitySupport:opencode:ge-0-0-0:interactive-mode
|
|
39
|
+
to: claim:repo-sdk-fallback
|
|
40
|
+
evidenceRefs:
|
|
41
|
+
- repo-sdk-fallback
|
|
42
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:interactive-mode:claim:web-opencode-core-agentic
|
|
43
|
+
relation: supported_by_claim
|
|
44
|
+
from: capabilitySupport:opencode:ge-0-0-0:interactive-mode
|
|
45
|
+
to: claim:web-opencode-core-agentic
|
|
46
|
+
evidenceRefs:
|
|
47
|
+
- web-opencode-tui
|
|
48
|
+
- web-opencode-providers
|
|
49
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
|
|
50
|
+
relation: supported_by_claim
|
|
51
|
+
from: capabilitySupport:opencode:ge-0-0-0:stdin-injection
|
|
52
|
+
to: claim:repo-sdk-fallback
|
|
53
|
+
evidenceRefs:
|
|
54
|
+
- repo-sdk-fallback
|
|
55
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:stdin-injection:claim:repo-target-index
|
|
56
|
+
relation: supported_by_claim
|
|
57
|
+
from: capabilitySupport:opencode:ge-0-0-0:stdin-injection
|
|
58
|
+
to: claim:repo-target-index
|
|
59
|
+
evidenceRefs:
|
|
60
|
+
- repo-target-index
|
|
61
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:stdin-injection:claim:web-opencode-stdin-injection
|
|
62
|
+
relation: supported_by_claim
|
|
63
|
+
from: capabilitySupport:opencode:ge-0-0-0:stdin-injection
|
|
64
|
+
to: claim:web-opencode-stdin-injection
|
|
65
|
+
evidenceRefs:
|
|
66
|
+
- web-opencode-tui
|
|
67
|
+
- web-opencode-commands
|
|
68
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:image-input:claim:repo-sdk-fallback
|
|
69
|
+
relation: supported_by_claim
|
|
70
|
+
from: capabilitySupport:opencode:ge-0-0-0:image-input
|
|
71
|
+
to: claim:repo-sdk-fallback
|
|
72
|
+
evidenceRefs:
|
|
73
|
+
- repo-sdk-fallback
|
|
74
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:image-input:claim:repo-target-index
|
|
75
|
+
relation: supported_by_claim
|
|
76
|
+
from: capabilitySupport:opencode:ge-0-0-0:image-input
|
|
77
|
+
to: claim:repo-target-index
|
|
78
|
+
evidenceRefs:
|
|
79
|
+
- repo-target-index
|
|
80
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:image-input:claim:web-opencode-image-input
|
|
81
|
+
relation: supported_by_claim
|
|
82
|
+
from: capabilitySupport:opencode:ge-0-0-0:image-input
|
|
83
|
+
to: claim:web-opencode-image-input
|
|
84
|
+
evidenceRefs:
|
|
85
|
+
- web-opencode-tui
|
|
86
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:runtime-hooks:claim:repo-sdk-fallback
|
|
87
|
+
relation: supported_by_claim
|
|
88
|
+
from: capabilitySupport:opencode:ge-0-0-0:runtime-hooks
|
|
89
|
+
to: claim:repo-sdk-fallback
|
|
90
|
+
evidenceRefs:
|
|
91
|
+
- repo-sdk-fallback
|
|
92
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:runtime-hooks:claim:repo-target-index
|
|
93
|
+
relation: supported_by_claim
|
|
94
|
+
from: capabilitySupport:opencode:ge-0-0-0:runtime-hooks
|
|
95
|
+
to: claim:repo-target-index
|
|
96
|
+
evidenceRefs:
|
|
97
|
+
- repo-target-index
|
|
98
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:runtime-hooks:claim:web-opencode-plugins
|
|
99
|
+
relation: supported_by_claim
|
|
100
|
+
from: capabilitySupport:opencode:ge-0-0-0:runtime-hooks
|
|
101
|
+
to: claim:web-opencode-plugins
|
|
102
|
+
evidenceRefs:
|
|
103
|
+
- web-opencode-plugins
|
|
104
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:stop-hook:claim:repo-sdk-fallback
|
|
105
|
+
relation: supported_by_claim
|
|
106
|
+
from: capabilitySupport:opencode:ge-0-0-0:stop-hook
|
|
107
|
+
to: claim:repo-sdk-fallback
|
|
108
|
+
evidenceRefs:
|
|
109
|
+
- repo-sdk-fallback
|
|
110
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:stop-hook:claim:repo-target-index
|
|
111
|
+
relation: supported_by_claim
|
|
112
|
+
from: capabilitySupport:opencode:ge-0-0-0:stop-hook
|
|
113
|
+
to: claim:repo-target-index
|
|
114
|
+
evidenceRefs:
|
|
115
|
+
- repo-target-index
|
|
116
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:stop-hook:claim:web-opencode-plugins
|
|
117
|
+
relation: supported_by_claim
|
|
118
|
+
from: capabilitySupport:opencode:ge-0-0-0:stop-hook
|
|
119
|
+
to: claim:web-opencode-plugins
|
|
120
|
+
evidenceRefs:
|
|
121
|
+
- web-opencode-plugins
|
|
122
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:session-resume:claim:repo-sdk-fallback
|
|
123
|
+
relation: supported_by_claim
|
|
124
|
+
from: capabilitySupport:opencode:ge-0-0-0:session-resume
|
|
125
|
+
to: claim:repo-sdk-fallback
|
|
126
|
+
evidenceRefs:
|
|
127
|
+
- repo-sdk-fallback
|
|
128
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:session-resume:claim:repo-target-index
|
|
129
|
+
relation: supported_by_claim
|
|
130
|
+
from: capabilitySupport:opencode:ge-0-0-0:session-resume
|
|
131
|
+
to: claim:repo-target-index
|
|
132
|
+
evidenceRefs:
|
|
133
|
+
- repo-target-index
|
|
134
|
+
- id: edge:capabilitySupport:opencode:ge-0-0-0:session-resume:claim:web-opencode-session-storage
|
|
135
|
+
relation: supported_by_claim
|
|
136
|
+
from: capabilitySupport:opencode:ge-0-0-0:session-resume
|
|
137
|
+
to: claim:web-opencode-session-storage
|
|
138
|
+
evidenceRefs:
|
|
139
|
+
- web-opencode-windows-wsl
|
package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
kind: EdgeDocument
|
|
2
|
+
documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml
|
|
3
|
+
generatedAt: 2026-04-23T00:00:00.000Z
|
|
4
|
+
edges:
|
|
5
|
+
- id: edge:capabilitySupport:pi:ge-0-0-0:skills:claim:repo-sdk-fallback
|
|
6
|
+
relation: supported_by_claim
|
|
7
|
+
from: capabilitySupport:pi:ge-0-0-0:skills
|
|
8
|
+
to: claim:repo-sdk-fallback
|
|
9
|
+
evidenceRefs:
|
|
10
|
+
- repo-sdk-fallback
|
|
11
|
+
- id: edge:capabilitySupport:pi:ge-0-0-0:thinking:claim:repo-sdk-fallback
|
|
12
|
+
relation: supported_by_claim
|
|
13
|
+
from: capabilitySupport:pi:ge-0-0-0:thinking
|
|
14
|
+
to: claim:repo-sdk-fallback
|
|
15
|
+
evidenceRefs:
|
|
16
|
+
- repo-sdk-fallback
|
|
17
|
+
- id: edge:capabilitySupport:pi:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
|
|
18
|
+
relation: supported_by_claim
|
|
19
|
+
from: capabilitySupport:pi:ge-0-0-0:interactive-mode
|
|
20
|
+
to: claim:repo-sdk-fallback
|
|
21
|
+
evidenceRefs:
|
|
22
|
+
- repo-sdk-fallback
|
|
23
|
+
- id: edge:capabilitySupport:pi:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
|
|
24
|
+
relation: supported_by_claim
|
|
25
|
+
from: capabilitySupport:pi:ge-0-0-0:stdin-injection
|
|
26
|
+
to: claim:repo-sdk-fallback
|
|
27
|
+
evidenceRefs:
|
|
28
|
+
- repo-sdk-fallback
|
|
29
|
+
- id: edge:capabilitySupport:pi:ge-0-0-0:image-input:claim:repo-sdk-fallback
|
|
30
|
+
relation: supported_by_claim
|
|
31
|
+
from: capabilitySupport:pi:ge-0-0-0:image-input
|
|
32
|
+
to: claim:repo-sdk-fallback
|
|
33
|
+
evidenceRefs:
|
|
34
|
+
- repo-sdk-fallback
|
|
35
|
+
- id: edge:capabilitySupport:pi:ge-0-0-0:session-resume:claim:repo-sdk-fallback
|
|
36
|
+
relation: supported_by_claim
|
|
37
|
+
from: capabilitySupport:pi:ge-0-0-0:session-resume
|
|
38
|
+
to: claim:repo-sdk-fallback
|
|
39
|
+
evidenceRefs:
|
|
40
|
+
- repo-sdk-fallback
|