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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/README.md +117 -0
  2. package/dist/assets.d.ts +4 -0
  3. package/dist/assets.d.ts.map +1 -0
  4. package/dist/assets.js +76 -0
  5. package/dist/cli.d.ts +168 -0
  6. package/dist/cli.d.ts.map +1 -0
  7. package/dist/cli.js +336 -0
  8. package/dist/data.d.ts +54 -0
  9. package/dist/data.d.ts.map +1 -0
  10. package/dist/data.js +636 -0
  11. package/dist/discovery-snapshot.json +319345 -0
  12. package/dist/discovery.d.ts +143 -0
  13. package/dist/discovery.d.ts.map +1 -0
  14. package/dist/discovery.js +728 -0
  15. package/dist/evidence-projection.d.ts +4 -0
  16. package/dist/evidence-projection.d.ts.map +1 -0
  17. package/dist/evidence-projection.js +34 -0
  18. package/dist/evidence.d.ts +13 -0
  19. package/dist/evidence.d.ts.map +1 -0
  20. package/dist/evidence.js +227 -0
  21. package/dist/graph.d.ts +20 -0
  22. package/dist/graph.d.ts.map +1 -0
  23. package/dist/graph.js +194 -0
  24. package/dist/index.d.ts +11 -0
  25. package/dist/index.d.ts.map +1 -0
  26. package/dist/index.js +28 -0
  27. package/dist/models.d.ts +559 -0
  28. package/dist/models.d.ts.map +1 -0
  29. package/dist/models.js +2 -0
  30. package/dist/sdk.d.ts +48 -0
  31. package/dist/sdk.d.ts.map +1 -0
  32. package/dist/sdk.js +902 -0
  33. package/dist/transport-mux-cutover.d.ts +9 -0
  34. package/dist/transport-mux-cutover.d.ts.map +1 -0
  35. package/dist/transport-mux-cutover.js +158 -0
  36. package/dist/ui.d.ts +2 -0
  37. package/dist/ui.d.ts.map +1 -0
  38. package/dist/ui.js +8 -0
  39. package/docs/ontology-evidence.md +82 -0
  40. package/evidence/ontology-evidence/claims/catalog-processes-and-packaging.json +89 -0
  41. package/evidence/ontology-evidence/claims/plugins-hooks-discovery.json +136 -0
  42. package/evidence/ontology-evidence/claims/runtime-core.json +113 -0
  43. package/evidence/ontology-evidence/claims/vendor-web.json +977 -0
  44. package/evidence/ontology-evidence/evidence-sources/catalog-processes-and-packaging.json +48 -0
  45. package/evidence/ontology-evidence/evidence-sources/plugins-hooks-discovery.json +88 -0
  46. package/evidence/ontology-evidence/evidence-sources/runtime-core.json +78 -0
  47. package/evidence/ontology-evidence/evidence-sources/vendor-web.json +918 -0
  48. package/evidence/ontology-evidence/manifest.json +56 -0
  49. package/graph/agent-catalog.graph.yaml +43 -0
  50. package/graph/edges/relations/agent-runtime/babysitter-agent.yaml +31 -0
  51. package/graph/edges/relations/agent-runtime/discovery-and-paths.yaml +433 -0
  52. package/graph/edges/relations/agent-runtime/session-and-lifecycle.yaml +137 -0
  53. package/graph/edges/relations/agent-runtime/transports-and-modalities.yaml +387 -0
  54. package/graph/edges/relations/capabilities/babysitter-agent-links.yaml +46 -0
  55. package/graph/edges/relations/capabilities/capability-vocabulary-links-agents.yaml +478 -0
  56. package/graph/edges/relations/capabilities/capability-vocabulary-links-providers.yaml +40 -0
  57. package/graph/edges/relations/capabilities/capability-vocabulary-links-transports.yaml +70 -0
  58. package/graph/edges/relations/capabilities/support-record-links-agents.yaml +478 -0
  59. package/graph/edges/relations/capabilities/support-record-links-providers.yaml +40 -0
  60. package/graph/edges/relations/capabilities/support-record-links-transports.yaml +70 -0
  61. package/graph/edges/relations/evolution.yaml +16 -0
  62. package/graph/edges/relations/hooks-and-plugins.yaml +462 -0
  63. package/graph/edges/relations/identity-babysitter-agent.yaml +11 -0
  64. package/graph/edges/relations/identity.yaml +218 -0
  65. package/graph/edges/relations/processes-and-packages.yaml +71 -0
  66. package/graph/edges/relations/provenance/babysitter-agent-and-claude-web.yaml +102 -0
  67. package/graph/edges/relations/provenance/catalog-core-agents.yaml +370 -0
  68. package/graph/edges/relations/provenance/catalog-core-models.yaml +88 -0
  69. package/graph/edges/relations/provenance/catalog-core-providers.yaml +220 -0
  70. package/graph/edges/relations/provenance/evidence-sources.yaml +136 -0
  71. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-discovery.yaml +124 -0
  72. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-hooks.yaml +244 -0
  73. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-plugins.yaml +166 -0
  74. package/graph/edges/relations/provenance/processes-packages-and-paths.yaml +490 -0
  75. package/graph/edges/relations/provenance/runtime-and-capabilities-capability.yaml +202 -0
  76. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-claude.yaml +210 -0
  77. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-codex.yaml +302 -0
  78. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-copilot.yaml +170 -0
  79. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-cursor.yaml +146 -0
  80. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-gemini.yaml +143 -0
  81. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml +76 -0
  82. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-openclaw.yaml +112 -0
  83. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-opencode.yaml +139 -0
  84. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml +40 -0
  85. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml +112 -0
  86. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml +190 -0
  87. package/graph/edges/relations/provenance/runtime-and-capabilities-modality.yaml +88 -0
  88. package/graph/edges/relations/provenance/runtime-and-capabilities-transport.yaml +172 -0
  89. package/graph/nodes/agents/babysitter-agent.yaml +43 -0
  90. package/graph/nodes/agents/products.yaml +163 -0
  91. package/graph/nodes/agents/versions.yaml +282 -0
  92. package/graph/nodes/capabilities/capabilities.yaml +234 -0
  93. package/graph/nodes/capabilities/modalities.yaml +74 -0
  94. package/graph/nodes/capabilities/supports/agents/babysitter-agent.yaml +46 -0
  95. package/graph/nodes/capabilities/supports/agents/claude.yaml +166 -0
  96. package/graph/nodes/capabilities/supports/agents/codex.yaml +190 -0
  97. package/graph/nodes/capabilities/supports/agents/copilot.yaml +121 -0
  98. package/graph/nodes/capabilities/supports/agents/cursor.yaml +104 -0
  99. package/graph/nodes/capabilities/supports/agents/gemini.yaml +104 -0
  100. package/graph/nodes/capabilities/supports/agents/omp.yaml +74 -0
  101. package/graph/nodes/capabilities/supports/agents/openclaw.yaml +67 -0
  102. package/graph/nodes/capabilities/supports/agents/opencode.yaml +103 -0
  103. package/graph/nodes/capabilities/supports/agents/pi.yaml +65 -0
  104. package/graph/nodes/capabilities/supports/provider-versions.yaml +73 -0
  105. package/graph/nodes/capabilities/supports/transport-runtimes.yaml +122 -0
  106. package/graph/nodes/evidence/babysitter-agent-and-claude-web.yaml +83 -0
  107. package/graph/nodes/evidence/claims.yaml +315 -0
  108. package/graph/nodes/evidence/claude-code-capability-claims.yaml +170 -0
  109. package/graph/nodes/evidence/claude-code-docs-core.yaml +103 -0
  110. package/graph/nodes/evidence/claude-code-docs-extensions.yaml +114 -0
  111. package/graph/nodes/evidence/codex-web.yaml +155 -0
  112. package/graph/nodes/evidence/copilot-web.yaml +213 -0
  113. package/graph/nodes/evidence/cursor-web.yaml +191 -0
  114. package/graph/nodes/evidence/evidence-sources.yaml +206 -0
  115. package/graph/nodes/evidence/gemini-cli-web.yaml +177 -0
  116. package/graph/nodes/evidence/omp-web.yaml +129 -0
  117. package/graph/nodes/evidence/opencode-web.yaml +144 -0
  118. package/graph/nodes/hooks-and-plugins/hook-mappings.yaml +399 -0
  119. package/graph/nodes/hooks-and-plugins/hook-surfaces.yaml +160 -0
  120. package/graph/nodes/hooks-and-plugins/plugin-artifacts.yaml +229 -0
  121. package/graph/nodes/hooks-and-plugins/plugin-targets.yaml +330 -0
  122. package/graph/nodes/models.yaml +103 -0
  123. package/graph/nodes/processes-and-packages/ci-surfaces.yaml +45 -0
  124. package/graph/nodes/processes-and-packages/packages.yaml +89 -0
  125. package/graph/nodes/processes-and-packages/processes.yaml +44 -0
  126. package/graph/nodes/providers/products.yaml +102 -0
  127. package/graph/nodes/providers/versions.yaml +108 -0
  128. package/graph/nodes/runtime-semantics/discovery-signals-hooks.yaml +185 -0
  129. package/graph/nodes/runtime-semantics/discovery-signals-host.yaml +254 -0
  130. package/graph/nodes/runtime-semantics/lifecycle-semantics.yaml +151 -0
  131. package/graph/nodes/runtime-semantics/paths.yaml +289 -0
  132. package/graph/nodes/runtime-semantics/session-semantics.yaml +214 -0
  133. package/graph/nodes/transports.yaml +202 -0
  134. package/graph/schema/ontology-schema.yaml +529 -0
  135. package/package.json +65 -0
@@ -0,0 +1,210 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-claude.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ edges:
5
+ - id: edge:capabilitySupport:claude:ge-0-0-0:skills:claim:repo-sdk-fallback
6
+ relation: supported_by_claim
7
+ from: capabilitySupport:claude:ge-0-0-0:skills
8
+ to: claim:repo-sdk-fallback
9
+ evidenceRefs:
10
+ - repo-sdk-fallback
11
+ - id: edge:capabilitySupport:claude:ge-0-0-0:skills:claim:repo-target-claude
12
+ relation: supported_by_claim
13
+ from: capabilitySupport:claude:ge-0-0-0:skills
14
+ to: claim:repo-target-claude
15
+ evidenceRefs:
16
+ - repo-target-claude
17
+ - id: edge:capabilitySupport:claude:ge-0-0-0:skills:claim:repo-target-index
18
+ relation: supported_by_claim
19
+ from: capabilitySupport:claude:ge-0-0-0:skills
20
+ to: claim:repo-target-index
21
+ evidenceRefs:
22
+ - repo-target-index
23
+ - id: edge:capabilitySupport:claude:ge-0-0-0:skills:claim:web-claude-code-commands-and-skills
24
+ relation: supported_by_claim
25
+ from: capabilitySupport:claude:ge-0-0-0:skills
26
+ to: claim:web-claude-code-commands-and-skills
27
+ evidenceRefs:
28
+ - web-claude-code-commands
29
+ - web-claude-code-skills
30
+ - web-claude-code-claude-directory
31
+ - id: edge:capabilitySupport:claude:ge-0-0-0:thinking:claim:repo-sdk-fallback
32
+ relation: supported_by_claim
33
+ from: capabilitySupport:claude:ge-0-0-0:thinking
34
+ to: claim:repo-sdk-fallback
35
+ evidenceRefs:
36
+ - repo-sdk-fallback
37
+ - id: edge:capabilitySupport:claude:ge-0-0-0:thinking:claim:web-anthropic-claude-code
38
+ relation: supported_by_claim
39
+ from: capabilitySupport:claude:ge-0-0-0:thinking
40
+ to: claim:web-anthropic-claude-code
41
+ evidenceRefs:
42
+ - web-anthropic-claude-code
43
+ - id: edge:capabilitySupport:claude:ge-0-0-0:thinking:claim:web-claude-code-core-agentic
44
+ relation: supported_by_claim
45
+ from: capabilitySupport:claude:ge-0-0-0:thinking
46
+ to: claim:web-claude-code-core-agentic
47
+ evidenceRefs:
48
+ - web-claude-code-overview
49
+ - web-claude-code-quickstart
50
+ - web-claude-code-interactive-mode
51
+ - id: edge:capabilitySupport:claude:ge-0-0-0:mcp:claim:repo-sdk-fallback
52
+ relation: supported_by_claim
53
+ from: capabilitySupport:claude:ge-0-0-0:mcp
54
+ to: claim:repo-sdk-fallback
55
+ evidenceRefs:
56
+ - repo-sdk-fallback
57
+ - id: edge:capabilitySupport:claude:ge-0-0-0:mcp:claim:web-claude-code-mcp
58
+ relation: supported_by_claim
59
+ from: capabilitySupport:claude:ge-0-0-0:mcp
60
+ to: claim:web-claude-code-mcp
61
+ evidenceRefs:
62
+ - web-claude-code-mcp
63
+ - web-claude-code-tools-reference
64
+ - id: edge:capabilitySupport:claude:ge-0-0-0:tool-approval:claim:repo-sdk-fallback
65
+ relation: supported_by_claim
66
+ from: capabilitySupport:claude:ge-0-0-0:tool-approval
67
+ to: claim:repo-sdk-fallback
68
+ evidenceRefs:
69
+ - repo-sdk-fallback
70
+ - id: edge:capabilitySupport:claude:ge-0-0-0:tool-approval:claim:web-claude-code-tool-approval
71
+ relation: supported_by_claim
72
+ from: capabilitySupport:claude:ge-0-0-0:tool-approval
73
+ to: claim:web-claude-code-tool-approval
74
+ evidenceRefs:
75
+ - web-claude-code-permissions
76
+ - web-claude-code-permission-modes
77
+ - web-anthropic-claude-code-auto-mode
78
+ - id: edge:capabilitySupport:claude:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
79
+ relation: supported_by_claim
80
+ from: capabilitySupport:claude:ge-0-0-0:interactive-mode
81
+ to: claim:repo-sdk-fallback
82
+ evidenceRefs:
83
+ - repo-sdk-fallback
84
+ - id: edge:capabilitySupport:claude:ge-0-0-0:interactive-mode:claim:web-claude-code-core-agentic
85
+ relation: supported_by_claim
86
+ from: capabilitySupport:claude:ge-0-0-0:interactive-mode
87
+ to: claim:web-claude-code-core-agentic
88
+ evidenceRefs:
89
+ - web-claude-code-overview
90
+ - web-claude-code-quickstart
91
+ - web-claude-code-interactive-mode
92
+ - id: edge:capabilitySupport:claude:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
93
+ relation: supported_by_claim
94
+ from: capabilitySupport:claude:ge-0-0-0:stdin-injection
95
+ to: claim:repo-sdk-fallback
96
+ evidenceRefs:
97
+ - repo-sdk-fallback
98
+ - id: edge:capabilitySupport:claude:ge-0-0-0:stdin-injection:claim:web-claude-code-stdin-injection
99
+ relation: supported_by_claim
100
+ from: capabilitySupport:claude:ge-0-0-0:stdin-injection
101
+ to: claim:web-claude-code-stdin-injection
102
+ evidenceRefs:
103
+ - web-claude-code-headless
104
+ - web-claude-code-cli-reference
105
+ - id: edge:capabilitySupport:claude:ge-0-0-0:image-input:claim:repo-sdk-fallback
106
+ relation: supported_by_claim
107
+ from: capabilitySupport:claude:ge-0-0-0:image-input
108
+ to: claim:repo-sdk-fallback
109
+ evidenceRefs:
110
+ - repo-sdk-fallback
111
+ - id: edge:capabilitySupport:claude:ge-0-0-0:image-input:claim:web-claude-code-image-input
112
+ relation: supported_by_claim
113
+ from: capabilitySupport:claude:ge-0-0-0:image-input
114
+ to: claim:web-claude-code-image-input
115
+ evidenceRefs:
116
+ - web-claude-platform-vision
117
+ - web-claude-code-overview
118
+ - id: edge:capabilitySupport:claude:ge-0-0-0:runtime-hooks:claim:repo-sdk-fallback
119
+ relation: supported_by_claim
120
+ from: capabilitySupport:claude:ge-0-0-0:runtime-hooks
121
+ to: claim:repo-sdk-fallback
122
+ evidenceRefs:
123
+ - repo-sdk-fallback
124
+ - id: edge:capabilitySupport:claude:ge-0-0-0:runtime-hooks:claim:repo-target-claude
125
+ relation: supported_by_claim
126
+ from: capabilitySupport:claude:ge-0-0-0:runtime-hooks
127
+ to: claim:repo-target-claude
128
+ evidenceRefs:
129
+ - repo-target-claude
130
+ - id: edge:capabilitySupport:claude:ge-0-0-0:runtime-hooks:claim:repo-target-index
131
+ relation: supported_by_claim
132
+ from: capabilitySupport:claude:ge-0-0-0:runtime-hooks
133
+ to: claim:repo-target-index
134
+ evidenceRefs:
135
+ - repo-target-index
136
+ - id: edge:capabilitySupport:claude:ge-0-0-0:runtime-hooks:claim:web-claude-code-hooks
137
+ relation: supported_by_claim
138
+ from: capabilitySupport:claude:ge-0-0-0:runtime-hooks
139
+ to: claim:web-claude-code-hooks
140
+ evidenceRefs:
141
+ - web-claude-code-hooks
142
+ - web-claude-code-hooks-guide
143
+ - id: edge:capabilitySupport:claude:ge-0-0-0:stop-hook:claim:repo-sdk-fallback
144
+ relation: supported_by_claim
145
+ from: capabilitySupport:claude:ge-0-0-0:stop-hook
146
+ to: claim:repo-sdk-fallback
147
+ evidenceRefs:
148
+ - repo-sdk-fallback
149
+ - id: edge:capabilitySupport:claude:ge-0-0-0:stop-hook:claim:repo-target-claude
150
+ relation: supported_by_claim
151
+ from: capabilitySupport:claude:ge-0-0-0:stop-hook
152
+ to: claim:repo-target-claude
153
+ evidenceRefs:
154
+ - repo-target-claude
155
+ - id: edge:capabilitySupport:claude:ge-0-0-0:stop-hook:claim:repo-target-index
156
+ relation: supported_by_claim
157
+ from: capabilitySupport:claude:ge-0-0-0:stop-hook
158
+ to: claim:repo-target-index
159
+ evidenceRefs:
160
+ - repo-target-index
161
+ - id: edge:capabilitySupport:claude:ge-0-0-0:stop-hook:claim:web-claude-code-stop-hook
162
+ relation: supported_by_claim
163
+ from: capabilitySupport:claude:ge-0-0-0:stop-hook
164
+ to: claim:web-claude-code-stop-hook
165
+ evidenceRefs:
166
+ - web-claude-code-hooks
167
+ - repo-target-claude
168
+ - repo-target-index
169
+ - id: edge:capabilitySupport:claude:ge-0-0-0:subagent-dispatch:claim:repo-sdk-fallback
170
+ relation: supported_by_claim
171
+ from: capabilitySupport:claude:ge-0-0-0:subagent-dispatch
172
+ to: claim:repo-sdk-fallback
173
+ evidenceRefs:
174
+ - repo-sdk-fallback
175
+ - id: edge:capabilitySupport:claude:ge-0-0-0:subagent-dispatch:claim:web-claude-code-subagents
176
+ relation: supported_by_claim
177
+ from: capabilitySupport:claude:ge-0-0-0:subagent-dispatch
178
+ to: claim:web-claude-code-subagents
179
+ evidenceRefs:
180
+ - web-claude-code-subagents
181
+ - web-claude-code-features-overview
182
+ - web-claude-code-claude-directory
183
+ - id: edge:capabilitySupport:claude:ge-0-0-0:parallel-execution:claim:repo-sdk-fallback
184
+ relation: supported_by_claim
185
+ from: capabilitySupport:claude:ge-0-0-0:parallel-execution
186
+ to: claim:repo-sdk-fallback
187
+ evidenceRefs:
188
+ - repo-sdk-fallback
189
+ - id: edge:capabilitySupport:claude:ge-0-0-0:parallel-execution:claim:web-claude-code-parallel-work
190
+ relation: supported_by_claim
191
+ from: capabilitySupport:claude:ge-0-0-0:parallel-execution
192
+ to: claim:web-claude-code-parallel-work
193
+ evidenceRefs:
194
+ - web-claude-code-agent-teams
195
+ - web-claude-code-subagents
196
+ - web-claude-code-quickstart
197
+ - id: edge:capabilitySupport:claude:ge-0-0-0:session-resume:claim:repo-sdk-fallback
198
+ relation: supported_by_claim
199
+ from: capabilitySupport:claude:ge-0-0-0:session-resume
200
+ to: claim:repo-sdk-fallback
201
+ evidenceRefs:
202
+ - repo-sdk-fallback
203
+ - id: edge:capabilitySupport:claude:ge-0-0-0:session-resume:claim:web-claude-code-session-resume
204
+ relation: supported_by_claim
205
+ from: capabilitySupport:claude:ge-0-0-0:session-resume
206
+ to: claim:web-claude-code-session-resume
207
+ evidenceRefs:
208
+ - web-claude-code-checkpointing
209
+ - web-claude-code-headless
210
+ - web-claude-code-cli-reference
@@ -0,0 +1,302 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-codex.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ edges:
5
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills:claim:repo-sdk-fallback
6
+ relation: supported_by_claim
7
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills
8
+ to: claim:repo-sdk-fallback
9
+ evidenceRefs:
10
+ - repo-sdk-fallback
11
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills:claim:repo-target-codex
12
+ relation: supported_by_claim
13
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills
14
+ to: claim:repo-target-codex
15
+ evidenceRefs:
16
+ - repo-target-codex
17
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills:claim:repo-target-index
18
+ relation: supported_by_claim
19
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills
20
+ to: claim:repo-target-index
21
+ evidenceRefs:
22
+ - repo-target-index
23
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills:claim:web-codex-skills
24
+ relation: supported_by_claim
25
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills
26
+ to: claim:web-codex-skills
27
+ evidenceRefs:
28
+ - web-codex-skills
29
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:thinking:claim:repo-sdk-fallback
30
+ relation: supported_by_claim
31
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:thinking
32
+ to: claim:repo-sdk-fallback
33
+ evidenceRefs:
34
+ - repo-sdk-fallback
35
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:thinking:claim:web-codex-core-agentic
36
+ relation: supported_by_claim
37
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:thinking
38
+ to: claim:web-codex-core-agentic
39
+ evidenceRefs:
40
+ - web-codex-cli
41
+ - web-codex-cli-features
42
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:interactive-mode:claim:repo-sdk-fallback
43
+ relation: supported_by_claim
44
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:interactive-mode
45
+ to: claim:repo-sdk-fallback
46
+ evidenceRefs:
47
+ - repo-sdk-fallback
48
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:interactive-mode:claim:web-codex-core-agentic
49
+ relation: supported_by_claim
50
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:interactive-mode
51
+ to: claim:web-codex-core-agentic
52
+ evidenceRefs:
53
+ - web-codex-cli
54
+ - web-codex-cli-features
55
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stdin-injection:claim:repo-sdk-fallback
56
+ relation: supported_by_claim
57
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stdin-injection
58
+ to: claim:repo-sdk-fallback
59
+ evidenceRefs:
60
+ - repo-sdk-fallback
61
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stdin-injection:claim:web-codex-stdin-injection
62
+ relation: supported_by_claim
63
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stdin-injection
64
+ to: claim:web-codex-stdin-injection
65
+ evidenceRefs:
66
+ - web-codex-noninteractive
67
+ - web-codex-cli-reference
68
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:image-input:claim:repo-sdk-fallback
69
+ relation: supported_by_claim
70
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:image-input
71
+ to: claim:repo-sdk-fallback
72
+ evidenceRefs:
73
+ - repo-sdk-fallback
74
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:image-input:claim:web-codex-image-input
75
+ relation: supported_by_claim
76
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:image-input
77
+ to: claim:web-codex-image-input
78
+ evidenceRefs:
79
+ - web-codex-cli
80
+ - web-codex-cli-features
81
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks:claim:repo-sdk-fallback
82
+ relation: supported_by_claim
83
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks
84
+ to: claim:repo-sdk-fallback
85
+ evidenceRefs:
86
+ - repo-sdk-fallback
87
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks:claim:repo-target-codex
88
+ relation: supported_by_claim
89
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks
90
+ to: claim:repo-target-codex
91
+ evidenceRefs:
92
+ - repo-target-codex
93
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks:claim:repo-target-index
94
+ relation: supported_by_claim
95
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks
96
+ to: claim:repo-target-index
97
+ evidenceRefs:
98
+ - repo-target-index
99
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks:claim:repo-codex-windows-hooks
100
+ relation: supported_by_claim
101
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks
102
+ to: claim:repo-codex-windows-hooks
103
+ evidenceRefs:
104
+ - repo-codex-windows-hooks
105
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks:claim:web-codex-hooks
106
+ relation: supported_by_claim
107
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks
108
+ to: claim:web-codex-hooks
109
+ evidenceRefs:
110
+ - web-codex-hooks
111
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook:claim:repo-sdk-fallback
112
+ relation: supported_by_claim
113
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook
114
+ to: claim:repo-sdk-fallback
115
+ evidenceRefs:
116
+ - repo-sdk-fallback
117
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook:claim:repo-target-codex
118
+ relation: supported_by_claim
119
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook
120
+ to: claim:repo-target-codex
121
+ evidenceRefs:
122
+ - repo-target-codex
123
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook:claim:repo-target-index
124
+ relation: supported_by_claim
125
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook
126
+ to: claim:repo-target-index
127
+ evidenceRefs:
128
+ - repo-target-index
129
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook:claim:repo-codex-windows-hooks
130
+ relation: supported_by_claim
131
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook
132
+ to: claim:repo-codex-windows-hooks
133
+ evidenceRefs:
134
+ - repo-codex-windows-hooks
135
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook:claim:web-codex-hooks
136
+ relation: supported_by_claim
137
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook
138
+ to: claim:web-codex-hooks
139
+ evidenceRefs:
140
+ - web-codex-hooks
141
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:session-resume:claim:repo-sdk-fallback
142
+ relation: supported_by_claim
143
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:session-resume
144
+ to: claim:repo-sdk-fallback
145
+ evidenceRefs:
146
+ - repo-sdk-fallback
147
+ - id: edge:capabilitySupport:codex:ge-0-0-0-lt-0-119-0:session-resume:claim:web-codex-session-resume
148
+ relation: supported_by_claim
149
+ from: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:session-resume
150
+ to: claim:web-codex-session-resume
151
+ evidenceRefs:
152
+ - web-codex-cli-features
153
+ - web-codex-cli-reference
154
+ - id: edge:capabilitySupport:codex:ge-0-119-0:skills:claim:repo-sdk-fallback
155
+ relation: supported_by_claim
156
+ from: capabilitySupport:codex:ge-0-119-0:skills
157
+ to: claim:repo-sdk-fallback
158
+ evidenceRefs:
159
+ - repo-sdk-fallback
160
+ - id: edge:capabilitySupport:codex:ge-0-119-0:skills:claim:repo-target-codex
161
+ relation: supported_by_claim
162
+ from: capabilitySupport:codex:ge-0-119-0:skills
163
+ to: claim:repo-target-codex
164
+ evidenceRefs:
165
+ - repo-target-codex
166
+ - id: edge:capabilitySupport:codex:ge-0-119-0:skills:claim:repo-target-index
167
+ relation: supported_by_claim
168
+ from: capabilitySupport:codex:ge-0-119-0:skills
169
+ to: claim:repo-target-index
170
+ evidenceRefs:
171
+ - repo-target-index
172
+ - id: edge:capabilitySupport:codex:ge-0-119-0:skills:claim:web-codex-skills
173
+ relation: supported_by_claim
174
+ from: capabilitySupport:codex:ge-0-119-0:skills
175
+ to: claim:web-codex-skills
176
+ evidenceRefs:
177
+ - web-codex-skills
178
+ - id: edge:capabilitySupport:codex:ge-0-119-0:thinking:claim:repo-sdk-fallback
179
+ relation: supported_by_claim
180
+ from: capabilitySupport:codex:ge-0-119-0:thinking
181
+ to: claim:repo-sdk-fallback
182
+ evidenceRefs:
183
+ - repo-sdk-fallback
184
+ - id: edge:capabilitySupport:codex:ge-0-119-0:thinking:claim:web-codex-core-agentic
185
+ relation: supported_by_claim
186
+ from: capabilitySupport:codex:ge-0-119-0:thinking
187
+ to: claim:web-codex-core-agentic
188
+ evidenceRefs:
189
+ - web-codex-cli
190
+ - web-codex-cli-features
191
+ - id: edge:capabilitySupport:codex:ge-0-119-0:interactive-mode:claim:repo-sdk-fallback
192
+ relation: supported_by_claim
193
+ from: capabilitySupport:codex:ge-0-119-0:interactive-mode
194
+ to: claim:repo-sdk-fallback
195
+ evidenceRefs:
196
+ - repo-sdk-fallback
197
+ - id: edge:capabilitySupport:codex:ge-0-119-0:interactive-mode:claim:web-codex-core-agentic
198
+ relation: supported_by_claim
199
+ from: capabilitySupport:codex:ge-0-119-0:interactive-mode
200
+ to: claim:web-codex-core-agentic
201
+ evidenceRefs:
202
+ - web-codex-cli
203
+ - web-codex-cli-features
204
+ - id: edge:capabilitySupport:codex:ge-0-119-0:stdin-injection:claim:repo-sdk-fallback
205
+ relation: supported_by_claim
206
+ from: capabilitySupport:codex:ge-0-119-0:stdin-injection
207
+ to: claim:repo-sdk-fallback
208
+ evidenceRefs:
209
+ - repo-sdk-fallback
210
+ - id: edge:capabilitySupport:codex:ge-0-119-0:stdin-injection:claim:web-codex-stdin-injection
211
+ relation: supported_by_claim
212
+ from: capabilitySupport:codex:ge-0-119-0:stdin-injection
213
+ to: claim:web-codex-stdin-injection
214
+ evidenceRefs:
215
+ - web-codex-noninteractive
216
+ - web-codex-cli-reference
217
+ - id: edge:capabilitySupport:codex:ge-0-119-0:image-input:claim:repo-sdk-fallback
218
+ relation: supported_by_claim
219
+ from: capabilitySupport:codex:ge-0-119-0:image-input
220
+ to: claim:repo-sdk-fallback
221
+ evidenceRefs:
222
+ - repo-sdk-fallback
223
+ - id: edge:capabilitySupport:codex:ge-0-119-0:image-input:claim:web-codex-image-input
224
+ relation: supported_by_claim
225
+ from: capabilitySupport:codex:ge-0-119-0:image-input
226
+ to: claim:web-codex-image-input
227
+ evidenceRefs:
228
+ - web-codex-cli
229
+ - web-codex-cli-features
230
+ - id: edge:capabilitySupport:codex:ge-0-119-0:runtime-hooks:claim:repo-sdk-fallback
231
+ relation: supported_by_claim
232
+ from: capabilitySupport:codex:ge-0-119-0:runtime-hooks
233
+ to: claim:repo-sdk-fallback
234
+ evidenceRefs:
235
+ - repo-sdk-fallback
236
+ - id: edge:capabilitySupport:codex:ge-0-119-0:runtime-hooks:claim:repo-target-codex
237
+ relation: supported_by_claim
238
+ from: capabilitySupport:codex:ge-0-119-0:runtime-hooks
239
+ to: claim:repo-target-codex
240
+ evidenceRefs:
241
+ - repo-target-codex
242
+ - id: edge:capabilitySupport:codex:ge-0-119-0:runtime-hooks:claim:repo-target-index
243
+ relation: supported_by_claim
244
+ from: capabilitySupport:codex:ge-0-119-0:runtime-hooks
245
+ to: claim:repo-target-index
246
+ evidenceRefs:
247
+ - repo-target-index
248
+ - id: edge:capabilitySupport:codex:ge-0-119-0:runtime-hooks:claim:repo-codex-windows-hooks
249
+ relation: supported_by_claim
250
+ from: capabilitySupport:codex:ge-0-119-0:runtime-hooks
251
+ to: claim:repo-codex-windows-hooks
252
+ evidenceRefs:
253
+ - repo-codex-windows-hooks
254
+ - id: edge:capabilitySupport:codex:ge-0-119-0:runtime-hooks:claim:web-codex-hooks
255
+ relation: supported_by_claim
256
+ from: capabilitySupport:codex:ge-0-119-0:runtime-hooks
257
+ to: claim:web-codex-hooks
258
+ evidenceRefs:
259
+ - web-codex-hooks
260
+ - id: edge:capabilitySupport:codex:ge-0-119-0:stop-hook:claim:repo-sdk-fallback
261
+ relation: supported_by_claim
262
+ from: capabilitySupport:codex:ge-0-119-0:stop-hook
263
+ to: claim:repo-sdk-fallback
264
+ evidenceRefs:
265
+ - repo-sdk-fallback
266
+ - id: edge:capabilitySupport:codex:ge-0-119-0:stop-hook:claim:repo-target-codex
267
+ relation: supported_by_claim
268
+ from: capabilitySupport:codex:ge-0-119-0:stop-hook
269
+ to: claim:repo-target-codex
270
+ evidenceRefs:
271
+ - repo-target-codex
272
+ - id: edge:capabilitySupport:codex:ge-0-119-0:stop-hook:claim:repo-target-index
273
+ relation: supported_by_claim
274
+ from: capabilitySupport:codex:ge-0-119-0:stop-hook
275
+ to: claim:repo-target-index
276
+ evidenceRefs:
277
+ - repo-target-index
278
+ - id: edge:capabilitySupport:codex:ge-0-119-0:stop-hook:claim:repo-codex-windows-hooks
279
+ relation: supported_by_claim
280
+ from: capabilitySupport:codex:ge-0-119-0:stop-hook
281
+ to: claim:repo-codex-windows-hooks
282
+ evidenceRefs:
283
+ - repo-codex-windows-hooks
284
+ - id: edge:capabilitySupport:codex:ge-0-119-0:stop-hook:claim:web-codex-hooks
285
+ relation: supported_by_claim
286
+ from: capabilitySupport:codex:ge-0-119-0:stop-hook
287
+ to: claim:web-codex-hooks
288
+ evidenceRefs:
289
+ - web-codex-hooks
290
+ - id: edge:capabilitySupport:codex:ge-0-119-0:session-resume:claim:repo-sdk-fallback
291
+ relation: supported_by_claim
292
+ from: capabilitySupport:codex:ge-0-119-0:session-resume
293
+ to: claim:repo-sdk-fallback
294
+ evidenceRefs:
295
+ - repo-sdk-fallback
296
+ - id: edge:capabilitySupport:codex:ge-0-119-0:session-resume:claim:web-codex-session-resume
297
+ relation: supported_by_claim
298
+ from: capabilitySupport:codex:ge-0-119-0:session-resume
299
+ to: claim:web-codex-session-resume
300
+ evidenceRefs:
301
+ - web-codex-cli-features
302
+ - web-codex-cli-reference
@@ -0,0 +1,170 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-copilot.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ edges:
5
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:skills:claim:repo-sdk-fallback
6
+ relation: supported_by_claim
7
+ from: capabilitySupport:copilot:ge-0-0-0:skills
8
+ to: claim:repo-sdk-fallback
9
+ evidenceRefs:
10
+ - repo-sdk-fallback
11
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:skills:claim:repo-target-copilot
12
+ relation: supported_by_claim
13
+ from: capabilitySupport:copilot:ge-0-0-0:skills
14
+ to: claim:repo-target-copilot
15
+ evidenceRefs:
16
+ - repo-target-copilot
17
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:skills:claim:repo-target-index
18
+ relation: supported_by_claim
19
+ from: capabilitySupport:copilot:ge-0-0-0:skills
20
+ to: claim:repo-target-index
21
+ evidenceRefs:
22
+ - repo-target-index
23
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:skills:claim:web-github-copilot-cli-skills
24
+ relation: supported_by_claim
25
+ from: capabilitySupport:copilot:ge-0-0-0:skills
26
+ to: claim:web-github-copilot-cli-skills
27
+ evidenceRefs:
28
+ - web-github-copilot-cli-plugins
29
+ - web-github-copilot-cli-plugin-reference
30
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:thinking:claim:repo-sdk-fallback
31
+ relation: supported_by_claim
32
+ from: capabilitySupport:copilot:ge-0-0-0:thinking
33
+ to: claim:repo-sdk-fallback
34
+ evidenceRefs:
35
+ - repo-sdk-fallback
36
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:thinking:claim:web-github-copilot-cli-core-agentic
37
+ relation: supported_by_claim
38
+ from: capabilitySupport:copilot:ge-0-0-0:thinking
39
+ to: claim:web-github-copilot-cli-core-agentic
40
+ evidenceRefs:
41
+ - web-github-copilot-cli-overview
42
+ - web-github-copilot-cli-getting-started
43
+ - web-github-copilot-agent
44
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:interactive-mode:claim:repo-sdk-fallback
45
+ relation: supported_by_claim
46
+ from: capabilitySupport:copilot:ge-0-0-0:interactive-mode
47
+ to: claim:repo-sdk-fallback
48
+ evidenceRefs:
49
+ - repo-sdk-fallback
50
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:interactive-mode:claim:web-github-copilot-cli-core-agentic
51
+ relation: supported_by_claim
52
+ from: capabilitySupport:copilot:ge-0-0-0:interactive-mode
53
+ to: claim:web-github-copilot-cli-core-agentic
54
+ evidenceRefs:
55
+ - web-github-copilot-cli-overview
56
+ - web-github-copilot-cli-getting-started
57
+ - web-github-copilot-agent
58
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:stdin-injection:claim:repo-sdk-fallback
59
+ relation: supported_by_claim
60
+ from: capabilitySupport:copilot:ge-0-0-0:stdin-injection
61
+ to: claim:repo-sdk-fallback
62
+ evidenceRefs:
63
+ - repo-sdk-fallback
64
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:stdin-injection:claim:web-github-copilot-cli-core-agentic
65
+ relation: supported_by_claim
66
+ from: capabilitySupport:copilot:ge-0-0-0:stdin-injection
67
+ to: claim:web-github-copilot-cli-core-agentic
68
+ evidenceRefs:
69
+ - web-github-copilot-cli-overview
70
+ - web-github-copilot-cli-getting-started
71
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:image-input:claim:repo-sdk-fallback
72
+ relation: supported_by_claim
73
+ from: capabilitySupport:copilot:ge-0-0-0:image-input
74
+ to: claim:repo-sdk-fallback
75
+ evidenceRefs:
76
+ - repo-sdk-fallback
77
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:image-input:claim:web-github-copilot-image-input
78
+ relation: supported_by_claim
79
+ from: capabilitySupport:copilot:ge-0-0-0:image-input
80
+ to: claim:web-github-copilot-image-input
81
+ evidenceRefs:
82
+ - web-github-copilot-sdk-image-input
83
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:runtime-hooks:claim:repo-sdk-fallback
84
+ relation: supported_by_claim
85
+ from: capabilitySupport:copilot:ge-0-0-0:runtime-hooks
86
+ to: claim:repo-sdk-fallback
87
+ evidenceRefs:
88
+ - repo-sdk-fallback
89
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:runtime-hooks:claim:repo-target-copilot
90
+ relation: supported_by_claim
91
+ from: capabilitySupport:copilot:ge-0-0-0:runtime-hooks
92
+ to: claim:repo-target-copilot
93
+ evidenceRefs:
94
+ - repo-target-copilot
95
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:runtime-hooks:claim:repo-target-index
96
+ relation: supported_by_claim
97
+ from: capabilitySupport:copilot:ge-0-0-0:runtime-hooks
98
+ to: claim:repo-target-index
99
+ evidenceRefs:
100
+ - repo-target-index
101
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:runtime-hooks:claim:web-github-copilot-cli-hooks
102
+ relation: supported_by_claim
103
+ from: capabilitySupport:copilot:ge-0-0-0:runtime-hooks
104
+ to: claim:web-github-copilot-cli-hooks
105
+ evidenceRefs:
106
+ - web-github-copilot-cli-hooks
107
+ - web-github-copilot-hooks-config
108
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:stop-hook:claim:repo-sdk-fallback
109
+ relation: supported_by_claim
110
+ from: capabilitySupport:copilot:ge-0-0-0:stop-hook
111
+ to: claim:repo-sdk-fallback
112
+ evidenceRefs:
113
+ - repo-sdk-fallback
114
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:stop-hook:claim:repo-target-copilot
115
+ relation: supported_by_claim
116
+ from: capabilitySupport:copilot:ge-0-0-0:stop-hook
117
+ to: claim:repo-target-copilot
118
+ evidenceRefs:
119
+ - repo-target-copilot
120
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:stop-hook:claim:repo-target-index
121
+ relation: supported_by_claim
122
+ from: capabilitySupport:copilot:ge-0-0-0:stop-hook
123
+ to: claim:repo-target-index
124
+ evidenceRefs:
125
+ - repo-target-index
126
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:stop-hook:claim:web-github-copilot-cli-hooks
127
+ relation: supported_by_claim
128
+ from: capabilitySupport:copilot:ge-0-0-0:stop-hook
129
+ to: claim:web-github-copilot-cli-hooks
130
+ evidenceRefs:
131
+ - web-github-copilot-cli-hooks
132
+ - web-github-copilot-hooks-config
133
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:mcp:claim:repo-sdk-fallback
134
+ relation: supported_by_claim
135
+ from: capabilitySupport:copilot:ge-0-0-0:mcp
136
+ to: claim:repo-sdk-fallback
137
+ evidenceRefs:
138
+ - repo-sdk-fallback
139
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:mcp:claim:repo-target-copilot
140
+ relation: supported_by_claim
141
+ from: capabilitySupport:copilot:ge-0-0-0:mcp
142
+ to: claim:repo-target-copilot
143
+ evidenceRefs:
144
+ - repo-target-copilot
145
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:mcp:claim:repo-target-index
146
+ relation: supported_by_claim
147
+ from: capabilitySupport:copilot:ge-0-0-0:mcp
148
+ to: claim:repo-target-index
149
+ evidenceRefs:
150
+ - repo-target-index
151
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:mcp:claim:web-github-copilot-cli-mcp
152
+ relation: supported_by_claim
153
+ from: capabilitySupport:copilot:ge-0-0-0:mcp
154
+ to: claim:web-github-copilot-cli-mcp
155
+ evidenceRefs:
156
+ - web-github-copilot-cli-mcp
157
+ - web-github-copilot-mcp
158
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:session-resume:claim:repo-sdk-fallback
159
+ relation: supported_by_claim
160
+ from: capabilitySupport:copilot:ge-0-0-0:session-resume
161
+ to: claim:repo-sdk-fallback
162
+ evidenceRefs:
163
+ - repo-sdk-fallback
164
+ - id: edge:capabilitySupport:copilot:ge-0-0-0:session-resume:claim:web-github-copilot-cli-session-resume
165
+ relation: supported_by_claim
166
+ from: capabilitySupport:copilot:ge-0-0-0:session-resume
167
+ to: claim:web-github-copilot-cli-session-resume
168
+ evidenceRefs:
169
+ - web-github-copilot-cli-config-dir
170
+ - web-github-copilot-cli-getting-started