@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,977 @@
1
+ {
2
+ "kind": "EvidenceShard",
3
+ "entryKind": "claims",
4
+ "group": "vendor-web",
5
+ "generatedAt": "2026-04-24T00:00:00.000Z",
6
+ "entries": [
7
+ {
8
+ "id": "claim:web-anthropic-claude-code",
9
+ "kind": "Claim",
10
+ "claimId": "web-anthropic-claude-code",
11
+ "statement": "Anthropic positions Claude Code as an agentic coding system that edits code, runs tests, and works across the toolchain.",
12
+ "subjectKind": "catalog",
13
+ "subjectId": "graph:agent-catalog",
14
+ "confidence": "medium",
15
+ "provenanceKind": "vendor-documentation",
16
+ "evidenceStrength": "partial",
17
+ "status": "current",
18
+ "evidenceIds": [
19
+ "web-anthropic-claude-code"
20
+ ],
21
+ "unresolvedGaps": [
22
+ "Anthropic's overview page is a single-source product description rather than a capability-by-capability corroboration set."
23
+ ]
24
+ },
25
+ {
26
+ "id": "claim:web-anthropic-claude-code-autonomy",
27
+ "kind": "Claim",
28
+ "claimId": "web-anthropic-claude-code-autonomy",
29
+ "statement": "Anthropic documents Claude Code support for subagents, hooks, checkpoints, and background tasks.",
30
+ "subjectKind": "catalog",
31
+ "subjectId": "graph:agent-catalog",
32
+ "confidence": "medium",
33
+ "provenanceKind": "vendor-documentation",
34
+ "evidenceStrength": "partial",
35
+ "status": "current",
36
+ "evidenceIds": [
37
+ "web-anthropic-claude-code-autonomy"
38
+ ],
39
+ "unresolvedGaps": [
40
+ "The autonomy announcement bundles several features together, so individual capability boundaries still need stronger per-feature corroboration."
41
+ ]
42
+ },
43
+ {
44
+ "id": "claim:web-anthropic-claude-code-safety",
45
+ "kind": "Claim",
46
+ "claimId": "web-anthropic-claude-code-safety",
47
+ "statement": "Anthropic documents Claude Code safety and autonomy controls through both auto mode approval delegation and sandboxing that isolates filesystem and network access.",
48
+ "subjectKind": "catalog",
49
+ "subjectId": "graph:agent-catalog",
50
+ "confidence": "medium",
51
+ "provenanceKind": "vendor-documentation",
52
+ "evidenceStrength": "corroborated",
53
+ "status": "current",
54
+ "evidenceIds": [
55
+ "web-anthropic-claude-code-auto-mode",
56
+ "web-anthropic-claude-code-sandboxing"
57
+ ],
58
+ "unresolvedGaps": []
59
+ },
60
+ {
61
+ "id": "claim:web-claude-code-commands-and-skills",
62
+ "kind": "Claim",
63
+ "claimId": "web-claude-code-commands-and-skills",
64
+ "statement": "Claude Code documents first-class commands and skills, and the .claude directory defines where commands, skills, and related extension assets live.",
65
+ "subjectKind": "catalog",
66
+ "subjectId": "graph:agent-catalog",
67
+ "confidence": "medium",
68
+ "provenanceKind": "vendor-documentation",
69
+ "evidenceStrength": "corroborated",
70
+ "status": "current",
71
+ "evidenceIds": [
72
+ "web-claude-code-commands",
73
+ "web-claude-code-skills",
74
+ "web-claude-code-claude-directory",
75
+ "web-claude-code-features-overview"
76
+ ],
77
+ "unresolvedGaps": []
78
+ },
79
+ {
80
+ "id": "claim:web-claude-code-core-agentic",
81
+ "kind": "Claim",
82
+ "claimId": "web-claude-code-core-agentic",
83
+ "statement": "Claude Code is an agentic coding tool with interactive terminal and multi-surface workflows that reads code, edits files, and runs commands.",
84
+ "subjectKind": "catalog",
85
+ "subjectId": "graph:agent-catalog",
86
+ "confidence": "medium",
87
+ "provenanceKind": "vendor-documentation",
88
+ "evidenceStrength": "corroborated",
89
+ "status": "current",
90
+ "evidenceIds": [
91
+ "web-claude-code-overview",
92
+ "web-claude-code-quickstart",
93
+ "web-claude-code-interactive-mode"
94
+ ],
95
+ "unresolvedGaps": []
96
+ },
97
+ {
98
+ "id": "claim:web-claude-code-hooks",
99
+ "kind": "Claim",
100
+ "claimId": "web-claude-code-hooks",
101
+ "statement": "Claude Code exposes lifecycle hooks with event schemas, stdin payloads, automation guidance, and MCP tool hook support.",
102
+ "subjectKind": "catalog",
103
+ "subjectId": "graph:agent-catalog",
104
+ "confidence": "medium",
105
+ "provenanceKind": "vendor-documentation",
106
+ "evidenceStrength": "corroborated",
107
+ "status": "current",
108
+ "evidenceIds": [
109
+ "web-claude-code-hooks",
110
+ "web-claude-code-hooks-guide"
111
+ ],
112
+ "unresolvedGaps": []
113
+ },
114
+ {
115
+ "id": "claim:web-claude-code-image-input",
116
+ "kind": "Claim",
117
+ "claimId": "web-claude-code-image-input",
118
+ "statement": "Claude models support image input through Claude interfaces, providing the multimodal basis for image-aware Claude Code experiences.",
119
+ "subjectKind": "catalog",
120
+ "subjectId": "graph:agent-catalog",
121
+ "confidence": "low",
122
+ "provenanceKind": "vendor-inference",
123
+ "evidenceStrength": "inferred",
124
+ "status": "current",
125
+ "evidenceIds": [
126
+ "web-claude-platform-vision",
127
+ "web-claude-code-overview"
128
+ ],
129
+ "unresolvedGaps": [
130
+ "Claude Code does not currently publish a dedicated image-input capability page, so this capability is inferred from broader Claude multimodal documentation."
131
+ ]
132
+ },
133
+ {
134
+ "id": "claim:web-claude-code-mcp",
135
+ "kind": "Claim",
136
+ "claimId": "web-claude-code-mcp",
137
+ "statement": "Claude Code connects to external tools through MCP and treats MCP tools as part of its usable tool surface.",
138
+ "subjectKind": "catalog",
139
+ "subjectId": "graph:agent-catalog",
140
+ "confidence": "medium",
141
+ "provenanceKind": "vendor-documentation",
142
+ "evidenceStrength": "corroborated",
143
+ "status": "current",
144
+ "evidenceIds": [
145
+ "web-claude-code-mcp",
146
+ "web-claude-code-tools-reference",
147
+ "web-claude-code-features-overview"
148
+ ],
149
+ "unresolvedGaps": []
150
+ },
151
+ {
152
+ "id": "claim:web-claude-code-parallel-work",
153
+ "kind": "Claim",
154
+ "claimId": "web-claude-code-parallel-work",
155
+ "statement": "Claude Code documents both agent teams and parallel session workflows, so parallel execution is an inherent part of its task decomposition story.",
156
+ "subjectKind": "catalog",
157
+ "subjectId": "graph:agent-catalog",
158
+ "confidence": "medium",
159
+ "provenanceKind": "vendor-inference",
160
+ "evidenceStrength": "partial",
161
+ "status": "current",
162
+ "evidenceIds": [
163
+ "web-claude-code-agent-teams",
164
+ "web-claude-code-subagents",
165
+ "web-claude-code-quickstart"
166
+ ],
167
+ "unresolvedGaps": [
168
+ "The docs support parallel task decomposition, but they do not fully specify scheduler-level guarantees for parallel execution as a normalized capability."
169
+ ]
170
+ },
171
+ {
172
+ "id": "claim:web-claude-code-session-resume",
173
+ "kind": "Claim",
174
+ "claimId": "web-claude-code-session-resume",
175
+ "statement": "Claude Code preserves and resumes session state through checkpointing and documented CLI continue flows.",
176
+ "subjectKind": "catalog",
177
+ "subjectId": "graph:agent-catalog",
178
+ "confidence": "medium",
179
+ "provenanceKind": "vendor-documentation",
180
+ "evidenceStrength": "corroborated",
181
+ "status": "current",
182
+ "evidenceIds": [
183
+ "web-claude-code-checkpointing",
184
+ "web-claude-code-headless",
185
+ "web-claude-code-cli-reference"
186
+ ],
187
+ "unresolvedGaps": []
188
+ },
189
+ {
190
+ "id": "claim:web-claude-code-stdin-injection",
191
+ "kind": "Claim",
192
+ "claimId": "web-claude-code-stdin-injection",
193
+ "statement": "Claude Code documents prompt-mode CLI workflows where input is supplied non-interactively and continues can be driven through CLI flags for scripted usage.",
194
+ "subjectKind": "catalog",
195
+ "subjectId": "graph:agent-catalog",
196
+ "confidence": "medium",
197
+ "provenanceKind": "vendor-documentation",
198
+ "evidenceStrength": "corroborated",
199
+ "status": "current",
200
+ "evidenceIds": [
201
+ "web-claude-code-headless",
202
+ "web-claude-code-cli-reference"
203
+ ],
204
+ "unresolvedGaps": []
205
+ },
206
+ {
207
+ "id": "claim:web-claude-code-stop-hook",
208
+ "kind": "Claim",
209
+ "claimId": "web-claude-code-stop-hook",
210
+ "statement": "Claude Code includes a stop-phase lifecycle hook, so stop handling is part of the native hook surface rather than only a repo-level convention.",
211
+ "subjectKind": "catalog",
212
+ "subjectId": "graph:agent-catalog",
213
+ "confidence": "medium",
214
+ "provenanceKind": "vendor-documentation",
215
+ "evidenceStrength": "partial",
216
+ "status": "current",
217
+ "evidenceIds": [
218
+ "web-claude-code-hooks",
219
+ "repo-target-claude",
220
+ "repo-target-index"
221
+ ],
222
+ "unresolvedGaps": [
223
+ "The stop-phase hook exists in vendor docs, but the normalized stop-hook capability still depends on local target mapping."
224
+ ]
225
+ },
226
+ {
227
+ "id": "claim:web-claude-code-subagents",
228
+ "kind": "Claim",
229
+ "claimId": "web-claude-code-subagents",
230
+ "statement": "Claude Code supports specialized subagents that execute side tasks in isolated context and return summaries to the main session.",
231
+ "subjectKind": "catalog",
232
+ "subjectId": "graph:agent-catalog",
233
+ "confidence": "medium",
234
+ "provenanceKind": "vendor-documentation",
235
+ "evidenceStrength": "corroborated",
236
+ "status": "current",
237
+ "evidenceIds": [
238
+ "web-claude-code-subagents",
239
+ "web-claude-code-features-overview",
240
+ "web-claude-code-claude-directory"
241
+ ],
242
+ "unresolvedGaps": []
243
+ },
244
+ {
245
+ "id": "claim:web-claude-code-tool-approval",
246
+ "kind": "Claim",
247
+ "claimId": "web-claude-code-tool-approval",
248
+ "statement": "Claude Code uses permission modes and permission rules to gate edits, shell commands, and network access, with auto mode offering delegated approvals within explicit boundaries.",
249
+ "subjectKind": "catalog",
250
+ "subjectId": "graph:agent-catalog",
251
+ "confidence": "medium",
252
+ "provenanceKind": "vendor-documentation",
253
+ "evidenceStrength": "corroborated",
254
+ "status": "current",
255
+ "evidenceIds": [
256
+ "web-claude-code-permissions",
257
+ "web-claude-code-permission-modes",
258
+ "web-anthropic-claude-code-auto-mode"
259
+ ],
260
+ "unresolvedGaps": []
261
+ },
262
+ {
263
+ "id": "claim:web-codex-core-agentic",
264
+ "kind": "Claim",
265
+ "claimId": "web-codex-core-agentic",
266
+ "statement": "Codex is documented as an interactive coding agent surface with CLI workflows, tool use, and persistent thread-oriented execution.",
267
+ "subjectKind": "catalog",
268
+ "subjectId": "graph:agent-catalog",
269
+ "confidence": "medium",
270
+ "provenanceKind": "vendor-documentation",
271
+ "evidenceStrength": "corroborated",
272
+ "status": "current",
273
+ "evidenceIds": [
274
+ "web-codex-cli",
275
+ "web-codex-cli-features"
276
+ ],
277
+ "unresolvedGaps": []
278
+ },
279
+ {
280
+ "id": "claim:web-codex-hooks",
281
+ "kind": "Claim",
282
+ "claimId": "web-codex-hooks",
283
+ "statement": "Codex exposes a native hook system for lifecycle automation and command interception.",
284
+ "subjectKind": "catalog",
285
+ "subjectId": "graph:agent-catalog",
286
+ "confidence": "medium",
287
+ "provenanceKind": "vendor-documentation",
288
+ "evidenceStrength": "partial",
289
+ "status": "current",
290
+ "evidenceIds": [
291
+ "web-codex-hooks"
292
+ ],
293
+ "unresolvedGaps": [
294
+ "The vendor docs confirm hooks exist, but exact normalized lifecycle mapping still depends on local ontology interpretation."
295
+ ]
296
+ },
297
+ {
298
+ "id": "claim:web-codex-image-input",
299
+ "kind": "Claim",
300
+ "claimId": "web-codex-image-input",
301
+ "statement": "Codex documents multimodal CLI workflows, providing an official basis for image-aware interactions even though the local ontology still normalizes them as a single image-input capability.",
302
+ "subjectKind": "catalog",
303
+ "subjectId": "graph:agent-catalog",
304
+ "confidence": "low",
305
+ "provenanceKind": "vendor-inference",
306
+ "evidenceStrength": "inferred",
307
+ "status": "current",
308
+ "evidenceIds": [
309
+ "web-codex-cli-features",
310
+ "web-codex-cli"
311
+ ],
312
+ "unresolvedGaps": [
313
+ "Codex documents multimodal workflows broadly, but it does not publish a dedicated CLI image-input capability contract."
314
+ ]
315
+ },
316
+ {
317
+ "id": "claim:web-codex-session-resume",
318
+ "kind": "Claim",
319
+ "claimId": "web-codex-session-resume",
320
+ "statement": "Codex preserves local transcripts and thread state so users can continue prior work instead of starting a fresh session every time.",
321
+ "subjectKind": "catalog",
322
+ "subjectId": "graph:agent-catalog",
323
+ "confidence": "medium",
324
+ "provenanceKind": "vendor-documentation",
325
+ "evidenceStrength": "corroborated",
326
+ "status": "current",
327
+ "evidenceIds": [
328
+ "web-codex-cli-features",
329
+ "web-codex-cli-reference"
330
+ ],
331
+ "unresolvedGaps": []
332
+ },
333
+ {
334
+ "id": "claim:web-codex-skills",
335
+ "kind": "Claim",
336
+ "claimId": "web-codex-skills",
337
+ "statement": "Codex supports discoverable skills that can be activated explicitly or implicitly during CLI and IDE workflows.",
338
+ "subjectKind": "catalog",
339
+ "subjectId": "graph:agent-catalog",
340
+ "confidence": "medium",
341
+ "provenanceKind": "vendor-documentation",
342
+ "evidenceStrength": "partial",
343
+ "status": "current",
344
+ "evidenceIds": [
345
+ "web-codex-skills"
346
+ ],
347
+ "unresolvedGaps": [
348
+ "The public Codex skills documentation is currently a single-source vendor page."
349
+ ]
350
+ },
351
+ {
352
+ "id": "claim:web-codex-stdin-injection",
353
+ "kind": "Claim",
354
+ "claimId": "web-codex-stdin-injection",
355
+ "statement": "Codex documents non-interactive CLI usage for scripted and CI flows, providing an official basis for prompt injection through CLI entrypoints.",
356
+ "subjectKind": "catalog",
357
+ "subjectId": "graph:agent-catalog",
358
+ "confidence": "medium",
359
+ "provenanceKind": "vendor-documentation",
360
+ "evidenceStrength": "corroborated",
361
+ "status": "current",
362
+ "evidenceIds": [
363
+ "web-codex-noninteractive",
364
+ "web-codex-cli-reference"
365
+ ],
366
+ "unresolvedGaps": []
367
+ },
368
+ {
369
+ "id": "claim:web-cursor-core-agentic",
370
+ "kind": "Claim",
371
+ "claimId": "web-cursor-core-agentic",
372
+ "statement": "Cursor documents both IDE and CLI agent surfaces for autonomous coding tasks, command execution, and file editing.",
373
+ "subjectKind": "catalog",
374
+ "subjectId": "graph:agent-catalog",
375
+ "confidence": "medium",
376
+ "provenanceKind": "vendor-documentation",
377
+ "evidenceStrength": "corroborated",
378
+ "status": "current",
379
+ "evidenceIds": [
380
+ "web-cursor-agent-overview",
381
+ "web-cursor-cli-overview",
382
+ "web-cursor-cli-using"
383
+ ],
384
+ "unresolvedGaps": []
385
+ },
386
+ {
387
+ "id": "claim:web-cursor-hooks",
388
+ "kind": "Claim",
389
+ "claimId": "web-cursor-hooks",
390
+ "statement": "Cursor exposes a built-in hook system, with local target metadata refining which hook names map into the normalized ontology.",
391
+ "subjectKind": "catalog",
392
+ "subjectId": "graph:agent-catalog",
393
+ "confidence": "medium",
394
+ "provenanceKind": "vendor-documentation",
395
+ "evidenceStrength": "partial",
396
+ "status": "current",
397
+ "evidenceIds": [
398
+ "web-cursor-hooks",
399
+ "repo-target-cursor",
400
+ "repo-target-index"
401
+ ],
402
+ "unresolvedGaps": [
403
+ "The docs confirm hooks exist, but the normalized hook-name mapping still depends on local target metadata."
404
+ ]
405
+ },
406
+ {
407
+ "id": "claim:web-cursor-image-input",
408
+ "kind": "Claim",
409
+ "claimId": "web-cursor-image-input",
410
+ "statement": "Cursor documents image-capable file reads and image generation within agent workflows, providing a first-party basis for multimodal support.",
411
+ "subjectKind": "catalog",
412
+ "subjectId": "graph:agent-catalog",
413
+ "confidence": "low",
414
+ "provenanceKind": "vendor-inference",
415
+ "evidenceStrength": "inferred",
416
+ "status": "current",
417
+ "evidenceIds": [
418
+ "web-cursor-agent-overview"
419
+ ],
420
+ "unresolvedGaps": [
421
+ "Cursor documents image-aware reads broadly, but it does not publish a standalone capability contract for normalized image-input semantics."
422
+ ]
423
+ },
424
+ {
425
+ "id": "claim:web-cursor-rules",
426
+ "kind": "Claim",
427
+ "claimId": "web-cursor-rules",
428
+ "statement": "Cursor provides persistent rule files and AGENTS.md integration, which is the first-party basis for reusable guidance and skill-like context.",
429
+ "subjectKind": "catalog",
430
+ "subjectId": "graph:agent-catalog",
431
+ "confidence": "medium",
432
+ "provenanceKind": "vendor-inference",
433
+ "evidenceStrength": "partial",
434
+ "status": "current",
435
+ "evidenceIds": [
436
+ "web-cursor-rules"
437
+ ],
438
+ "unresolvedGaps": [
439
+ "Cursor rules are the closest public analogue to reusable skills, but the exact skill-equivalence remains a local normalization choice."
440
+ ]
441
+ },
442
+ {
443
+ "id": "claim:web-cursor-session-resume",
444
+ "kind": "Claim",
445
+ "claimId": "web-cursor-session-resume",
446
+ "statement": "Cursor documents checkpoint restoration and persistent CLI shell-mode context, which together form the strongest first-party basis for resuming work across turns.",
447
+ "subjectKind": "catalog",
448
+ "subjectId": "graph:agent-catalog",
449
+ "confidence": "medium",
450
+ "provenanceKind": "vendor-inference",
451
+ "evidenceStrength": "partial",
452
+ "status": "current",
453
+ "evidenceIds": [
454
+ "web-cursor-agent-overview",
455
+ "web-cursor-cli-shell-mode"
456
+ ],
457
+ "unresolvedGaps": [
458
+ "The current evidence supports checkpoint restoration and persistent context, but a dedicated CLI resume command contract is not explicitly documented."
459
+ ]
460
+ },
461
+ {
462
+ "id": "claim:web-cursor-stdin-injection",
463
+ "kind": "Claim",
464
+ "claimId": "web-cursor-stdin-injection",
465
+ "statement": "Cursor documents headless and CLI prompting flows that support non-interactive execution.",
466
+ "subjectKind": "catalog",
467
+ "subjectId": "graph:agent-catalog",
468
+ "confidence": "medium",
469
+ "provenanceKind": "vendor-documentation",
470
+ "evidenceStrength": "corroborated",
471
+ "status": "current",
472
+ "evidenceIds": [
473
+ "web-cursor-cli-headless",
474
+ "web-cursor-cli-using"
475
+ ],
476
+ "unresolvedGaps": []
477
+ },
478
+ {
479
+ "id": "claim:web-gemini-cli-core-agentic",
480
+ "kind": "Claim",
481
+ "claimId": "web-gemini-cli-core-agentic",
482
+ "statement": "Gemini CLI is documented as a terminal-based coding agent with interactive and automation-oriented workflows.",
483
+ "subjectKind": "catalog",
484
+ "subjectId": "graph:agent-catalog",
485
+ "confidence": "medium",
486
+ "provenanceKind": "vendor-documentation",
487
+ "evidenceStrength": "corroborated",
488
+ "status": "current",
489
+ "evidenceIds": [
490
+ "web-gemini-cli-index",
491
+ "web-gemini-cli-reference"
492
+ ],
493
+ "unresolvedGaps": []
494
+ },
495
+ {
496
+ "id": "claim:web-gemini-cli-hooks",
497
+ "kind": "Claim",
498
+ "claimId": "web-gemini-cli-hooks",
499
+ "statement": "Gemini CLI exposes a native hook system with documented lifecycle events including SessionStart, SessionEnd, and AfterAgent-style end-of-loop controls.",
500
+ "subjectKind": "catalog",
501
+ "subjectId": "graph:agent-catalog",
502
+ "confidence": "medium",
503
+ "provenanceKind": "vendor-documentation",
504
+ "evidenceStrength": "corroborated",
505
+ "status": "current",
506
+ "evidenceIds": [
507
+ "web-gemini-cli-hooks",
508
+ "web-gemini-cli-index"
509
+ ],
510
+ "unresolvedGaps": []
511
+ },
512
+ {
513
+ "id": "claim:web-gemini-cli-image-input",
514
+ "kind": "Claim",
515
+ "claimId": "web-gemini-cli-image-input",
516
+ "statement": "Gemini CLI public docs and release notes include multimodal input surfaces, including recent clipboard image support in the CLI.",
517
+ "subjectKind": "catalog",
518
+ "subjectId": "graph:agent-catalog",
519
+ "confidence": "low",
520
+ "provenanceKind": "vendor-inference",
521
+ "evidenceStrength": "inferred",
522
+ "status": "current",
523
+ "evidenceIds": [
524
+ "web-gemini-cli-index",
525
+ "web-gemini-cli-changelog"
526
+ ],
527
+ "unresolvedGaps": [
528
+ "The public evidence mixes general multimodal support with changelog notes instead of a dedicated CLI image-input contract."
529
+ ]
530
+ },
531
+ {
532
+ "id": "claim:web-gemini-cli-session-resume",
533
+ "kind": "Claim",
534
+ "claimId": "web-gemini-cli-session-resume",
535
+ "statement": "Gemini CLI supports resuming and restoring previous work through session-management and checkpointing flows.",
536
+ "subjectKind": "catalog",
537
+ "subjectId": "graph:agent-catalog",
538
+ "confidence": "medium",
539
+ "provenanceKind": "vendor-documentation",
540
+ "evidenceStrength": "corroborated",
541
+ "status": "current",
542
+ "evidenceIds": [
543
+ "web-gemini-cli-session-management",
544
+ "web-gemini-cli-checkpointing"
545
+ ],
546
+ "unresolvedGaps": []
547
+ },
548
+ {
549
+ "id": "claim:web-gemini-cli-skills",
550
+ "kind": "Claim",
551
+ "claimId": "web-gemini-cli-skills",
552
+ "statement": "Gemini CLI supports discoverable agent skills across workspace, user, and extension tiers.",
553
+ "subjectKind": "catalog",
554
+ "subjectId": "graph:agent-catalog",
555
+ "confidence": "medium",
556
+ "provenanceKind": "vendor-documentation",
557
+ "evidenceStrength": "partial",
558
+ "status": "current",
559
+ "evidenceIds": [
560
+ "web-gemini-cli-skills"
561
+ ],
562
+ "unresolvedGaps": [
563
+ "The skills claim currently rests on one official page rather than multiple corroborating sources."
564
+ ]
565
+ },
566
+ {
567
+ "id": "claim:web-gemini-cli-stdin-injection",
568
+ "kind": "Claim",
569
+ "claimId": "web-gemini-cli-stdin-injection",
570
+ "statement": "Gemini CLI documents headless and piped execution paths, providing a first-party basis for scripted prompt injection.",
571
+ "subjectKind": "catalog",
572
+ "subjectId": "graph:agent-catalog",
573
+ "confidence": "medium",
574
+ "provenanceKind": "vendor-documentation",
575
+ "evidenceStrength": "corroborated",
576
+ "status": "current",
577
+ "evidenceIds": [
578
+ "web-gemini-cli-headless",
579
+ "web-gemini-cli-reference"
580
+ ],
581
+ "unresolvedGaps": []
582
+ },
583
+ {
584
+ "id": "claim:web-gemini-hooks",
585
+ "kind": "Claim",
586
+ "claimId": "web-gemini-hooks",
587
+ "statement": "The first-party Gemini CLI repository documents a hooks surface, supporting the repo's local hook mapping for Gemini CLI.",
588
+ "subjectKind": "catalog",
589
+ "subjectId": "graph:agent-catalog",
590
+ "confidence": "medium",
591
+ "provenanceKind": "vendor-documentation",
592
+ "evidenceStrength": "partial",
593
+ "status": "current",
594
+ "evidenceIds": [
595
+ "web-gemini-hooks"
596
+ ],
597
+ "unresolvedGaps": [
598
+ "This claim depends on one first-party repository page and still relies on local normalization for exact hook-name mapping."
599
+ ]
600
+ },
601
+ {
602
+ "id": "claim:web-github-copilot-agent",
603
+ "kind": "Claim",
604
+ "claimId": "web-github-copilot-agent",
605
+ "statement": "GitHub documents Copilot as a coding agent workflow and references agentic coding tools with MCP support.",
606
+ "subjectKind": "catalog",
607
+ "subjectId": "graph:agent-catalog",
608
+ "confidence": "medium",
609
+ "provenanceKind": "vendor-documentation",
610
+ "evidenceStrength": "partial",
611
+ "status": "current",
612
+ "evidenceIds": [
613
+ "web-github-copilot-agent"
614
+ ],
615
+ "unresolvedGaps": [
616
+ "The agent workflow page is broad product documentation and does not fully separate CLI-native capabilities from wider Copilot surfaces."
617
+ ]
618
+ },
619
+ {
620
+ "id": "claim:web-github-copilot-cli-core-agentic",
621
+ "kind": "Claim",
622
+ "claimId": "web-github-copilot-cli-core-agentic",
623
+ "statement": "GitHub Copilot CLI is documented as an interactive agentic coding workflow with repository-aware execution.",
624
+ "subjectKind": "catalog",
625
+ "subjectId": "graph:agent-catalog",
626
+ "confidence": "medium",
627
+ "provenanceKind": "vendor-documentation",
628
+ "evidenceStrength": "corroborated",
629
+ "status": "current",
630
+ "evidenceIds": [
631
+ "web-github-copilot-cli-overview",
632
+ "web-github-copilot-cli-getting-started"
633
+ ],
634
+ "unresolvedGaps": []
635
+ },
636
+ {
637
+ "id": "claim:web-github-copilot-cli-hooks",
638
+ "kind": "Claim",
639
+ "claimId": "web-github-copilot-cli-hooks",
640
+ "statement": "Copilot CLI exposes a first-party hooks system for repository and CLI execution flows.",
641
+ "subjectKind": "catalog",
642
+ "subjectId": "graph:agent-catalog",
643
+ "confidence": "medium",
644
+ "provenanceKind": "vendor-documentation",
645
+ "evidenceStrength": "corroborated",
646
+ "status": "current",
647
+ "evidenceIds": [
648
+ "web-github-copilot-cli-hooks",
649
+ "web-github-copilot-hooks-config"
650
+ ],
651
+ "unresolvedGaps": []
652
+ },
653
+ {
654
+ "id": "claim:web-github-copilot-cli-mcp",
655
+ "kind": "Claim",
656
+ "claimId": "web-github-copilot-cli-mcp",
657
+ "statement": "Copilot CLI and Copilot cloud agent both document MCP integration as a native extensibility surface.",
658
+ "subjectKind": "catalog",
659
+ "subjectId": "graph:agent-catalog",
660
+ "confidence": "medium",
661
+ "provenanceKind": "vendor-documentation",
662
+ "evidenceStrength": "corroborated",
663
+ "status": "current",
664
+ "evidenceIds": [
665
+ "web-github-copilot-cli-mcp",
666
+ "web-github-copilot-mcp"
667
+ ],
668
+ "unresolvedGaps": []
669
+ },
670
+ {
671
+ "id": "claim:web-github-copilot-cli-session-resume",
672
+ "kind": "Claim",
673
+ "claimId": "web-github-copilot-cli-session-resume",
674
+ "statement": "GitHub documents Copilot CLI session and customization storage in the local configuration directory, providing a first-party basis for persisted session flows.",
675
+ "subjectKind": "catalog",
676
+ "subjectId": "graph:agent-catalog",
677
+ "confidence": "medium",
678
+ "provenanceKind": "vendor-inference",
679
+ "evidenceStrength": "partial",
680
+ "status": "current",
681
+ "evidenceIds": [
682
+ "web-github-copilot-cli-config-dir",
683
+ "web-github-copilot-cli-getting-started"
684
+ ],
685
+ "unresolvedGaps": [
686
+ "GitHub documents persisted local state, but an explicit CLI resume contract is still inferred from storage-oriented docs."
687
+ ]
688
+ },
689
+ {
690
+ "id": "claim:web-github-copilot-cli-skills",
691
+ "kind": "Claim",
692
+ "claimId": "web-github-copilot-cli-skills",
693
+ "statement": "GitHub documents Copilot CLI plugins as reusable packages that can bundle agents, skills, hooks, and integrations.",
694
+ "subjectKind": "catalog",
695
+ "subjectId": "graph:agent-catalog",
696
+ "confidence": "medium",
697
+ "provenanceKind": "vendor-documentation",
698
+ "evidenceStrength": "corroborated",
699
+ "status": "current",
700
+ "evidenceIds": [
701
+ "web-github-copilot-cli-plugins",
702
+ "web-github-copilot-cli-plugin-reference"
703
+ ],
704
+ "unresolvedGaps": []
705
+ },
706
+ {
707
+ "id": "claim:web-github-copilot-custom-instructions",
708
+ "kind": "Claim",
709
+ "claimId": "web-github-copilot-custom-instructions",
710
+ "statement": "GitHub documents persistent custom instructions for Copilot, which is the first-party basis for durable skill-like contextual guidance in the broader Copilot surface.",
711
+ "subjectKind": "catalog",
712
+ "subjectId": "graph:agent-catalog",
713
+ "confidence": "medium",
714
+ "provenanceKind": "vendor-inference",
715
+ "evidenceStrength": "partial",
716
+ "status": "current",
717
+ "evidenceIds": [
718
+ "web-github-copilot-custom-instructions"
719
+ ],
720
+ "unresolvedGaps": [
721
+ "Persistent custom instructions are adjacent to skills, but the reusable-skill equivalence remains an ontology-level inference."
722
+ ]
723
+ },
724
+ {
725
+ "id": "claim:web-github-copilot-image-input",
726
+ "kind": "Claim",
727
+ "claimId": "web-github-copilot-image-input",
728
+ "statement": "Copilot SDK sessions support image attachments, which provides the strongest first-party public evidence for image-aware Copilot agent flows.",
729
+ "subjectKind": "catalog",
730
+ "subjectId": "graph:agent-catalog",
731
+ "confidence": "low",
732
+ "provenanceKind": "vendor-inference",
733
+ "evidenceStrength": "inferred",
734
+ "status": "current",
735
+ "evidenceIds": [
736
+ "web-github-copilot-sdk-image-input"
737
+ ],
738
+ "unresolvedGaps": [
739
+ "Public image-input evidence is SDK-scoped and does not fully corroborate the same capability for Copilot CLI."
740
+ ]
741
+ },
742
+ {
743
+ "id": "claim:web-github-copilot-mcp",
744
+ "kind": "Claim",
745
+ "claimId": "web-github-copilot-mcp",
746
+ "statement": "GitHub documents MCP support for Copilot cloud agent and local/remote MCP server integration.",
747
+ "subjectKind": "catalog",
748
+ "subjectId": "graph:agent-catalog",
749
+ "confidence": "medium",
750
+ "provenanceKind": "vendor-documentation",
751
+ "evidenceStrength": "partial",
752
+ "status": "current",
753
+ "evidenceIds": [
754
+ "web-github-copilot-mcp"
755
+ ],
756
+ "unresolvedGaps": [
757
+ "The linked GitHub MCP documentation confirms support, but broader cloud-agent claims still need cleaner separation from CLI-specific behavior."
758
+ ]
759
+ },
760
+ {
761
+ "id": "claim:web-omp-core-agentic",
762
+ "kind": "Claim",
763
+ "claimId": "web-omp-core-agentic",
764
+ "statement": "Oh-My-Pi is documented as a terminal coding agent with interactive workflows and a broad tool surface.",
765
+ "subjectKind": "catalog",
766
+ "subjectId": "graph:agent-catalog",
767
+ "confidence": "medium",
768
+ "provenanceKind": "vendor-documentation",
769
+ "evidenceStrength": "partial",
770
+ "status": "current",
771
+ "evidenceIds": [
772
+ "web-omp-readme"
773
+ ],
774
+ "unresolvedGaps": [
775
+ "The current evidence is a single README source rather than a multi-page product documentation set."
776
+ ]
777
+ },
778
+ {
779
+ "id": "claim:web-omp-hooks",
780
+ "kind": "Claim",
781
+ "claimId": "web-omp-hooks",
782
+ "statement": "Oh-My-Pi documents a hook subsystem with session and tool lifecycle events, even though the current runtime prefers the extension runner path by default.",
783
+ "subjectKind": "catalog",
784
+ "subjectId": "graph:agent-catalog",
785
+ "confidence": "medium",
786
+ "provenanceKind": "vendor-documentation",
787
+ "evidenceStrength": "partial",
788
+ "status": "current",
789
+ "evidenceIds": [
790
+ "web-omp-hooks"
791
+ ],
792
+ "unresolvedGaps": [
793
+ "The hook subsystem is documented, but stronger corroboration is still needed for normalized lifecycle mapping and default runtime behavior."
794
+ ]
795
+ },
796
+ {
797
+ "id": "claim:web-omp-session-resume",
798
+ "kind": "Claim",
799
+ "claimId": "web-omp-session-resume",
800
+ "statement": "Oh-My-Pi documents resume, continue, fork, and session switching flows as part of the operator-visible session lifecycle.",
801
+ "subjectKind": "catalog",
802
+ "subjectId": "graph:agent-catalog",
803
+ "confidence": "medium",
804
+ "provenanceKind": "vendor-documentation",
805
+ "evidenceStrength": "partial",
806
+ "status": "current",
807
+ "evidenceIds": [
808
+ "web-omp-session-resume"
809
+ ],
810
+ "unresolvedGaps": [
811
+ "The operator-visible session flows are documented on one page, without an additional source corroborating normalized resume semantics."
812
+ ]
813
+ },
814
+ {
815
+ "id": "claim:web-omp-skills",
816
+ "kind": "Claim",
817
+ "claimId": "web-omp-skills",
818
+ "statement": "Oh-My-Pi documents file-backed skills that are discovered at startup and exposed on demand.",
819
+ "subjectKind": "catalog",
820
+ "subjectId": "graph:agent-catalog",
821
+ "confidence": "medium",
822
+ "provenanceKind": "vendor-documentation",
823
+ "evidenceStrength": "partial",
824
+ "status": "current",
825
+ "evidenceIds": [
826
+ "web-omp-skills"
827
+ ],
828
+ "unresolvedGaps": [
829
+ "The skills claim currently relies on one first-party document."
830
+ ]
831
+ },
832
+ {
833
+ "id": "claim:web-omp-stdin-injection",
834
+ "kind": "Claim",
835
+ "claimId": "web-omp-stdin-injection",
836
+ "statement": "Oh-My-Pi publicly documents an interactive terminal agent surface, but non-interactive stdin injection is still inferred rather than described as a dedicated operator workflow.",
837
+ "subjectKind": "catalog",
838
+ "subjectId": "graph:agent-catalog",
839
+ "confidence": "low",
840
+ "provenanceKind": "vendor-inference",
841
+ "evidenceStrength": "inferred",
842
+ "status": "current",
843
+ "evidenceIds": [
844
+ "web-omp-readme"
845
+ ],
846
+ "unresolvedGaps": [
847
+ "The current Oh-My-Pi public docs do not explicitly document piped or headless prompt injection."
848
+ ]
849
+ },
850
+ {
851
+ "id": "claim:web-openai-codex-skills",
852
+ "kind": "Claim",
853
+ "claimId": "web-openai-codex-skills",
854
+ "statement": "OpenAI documents explicit and implicit skill activation for Codex, including CLI and IDE skill discovery.",
855
+ "subjectKind": "catalog",
856
+ "subjectId": "graph:agent-catalog",
857
+ "confidence": "medium",
858
+ "provenanceKind": "vendor-documentation",
859
+ "evidenceStrength": "partial",
860
+ "status": "current",
861
+ "evidenceIds": [
862
+ "web-openai-codex-skills"
863
+ ],
864
+ "unresolvedGaps": [
865
+ "The Codex skills page is a single official source and does not by itself corroborate every local skill-normalization assumption."
866
+ ]
867
+ },
868
+ {
869
+ "id": "claim:web-opencode-commands",
870
+ "kind": "Claim",
871
+ "claimId": "web-opencode-commands",
872
+ "statement": "OpenCode documents built-in and custom command surfaces, which is the strongest first-party basis for reusable task-specific guidance in the local ontology.",
873
+ "subjectKind": "catalog",
874
+ "subjectId": "graph:agent-catalog",
875
+ "confidence": "medium",
876
+ "provenanceKind": "vendor-inference",
877
+ "evidenceStrength": "partial",
878
+ "status": "current",
879
+ "evidenceIds": [
880
+ "web-opencode-commands"
881
+ ],
882
+ "unresolvedGaps": [
883
+ "OpenCode commands are the closest public analogue to reusable skills, but the shared skills capability remains a local normalization."
884
+ ]
885
+ },
886
+ {
887
+ "id": "claim:web-opencode-core-agentic",
888
+ "kind": "Claim",
889
+ "claimId": "web-opencode-core-agentic",
890
+ "statement": "OpenCode documents an interactive terminal UI for project work and provider-backed coding workflows.",
891
+ "subjectKind": "catalog",
892
+ "subjectId": "graph:agent-catalog",
893
+ "confidence": "medium",
894
+ "provenanceKind": "vendor-documentation",
895
+ "evidenceStrength": "corroborated",
896
+ "status": "current",
897
+ "evidenceIds": [
898
+ "web-opencode-tui",
899
+ "web-opencode-providers"
900
+ ],
901
+ "unresolvedGaps": []
902
+ },
903
+ {
904
+ "id": "claim:web-opencode-image-input",
905
+ "kind": "Claim",
906
+ "claimId": "web-opencode-image-input",
907
+ "statement": "OpenCode public docs establish a rich terminal coding surface, but image-input support is still an ontology-level inference rather than a documented first-party capability contract.",
908
+ "subjectKind": "catalog",
909
+ "subjectId": "graph:agent-catalog",
910
+ "confidence": "low",
911
+ "provenanceKind": "vendor-inference",
912
+ "evidenceStrength": "inferred",
913
+ "status": "current",
914
+ "evidenceIds": [
915
+ "web-opencode-tui"
916
+ ],
917
+ "unresolvedGaps": [
918
+ "No first-party OpenCode doc in the current evidence set explicitly documents image attachments or image-aware prompts."
919
+ ]
920
+ },
921
+ {
922
+ "id": "claim:web-opencode-plugins",
923
+ "kind": "Claim",
924
+ "claimId": "web-opencode-plugins",
925
+ "statement": "OpenCode plugins extend runtime behavior through hooks and custom functionality, providing a first-party basis for runtime extensibility.",
926
+ "subjectKind": "catalog",
927
+ "subjectId": "graph:agent-catalog",
928
+ "confidence": "medium",
929
+ "provenanceKind": "vendor-documentation",
930
+ "evidenceStrength": "partial",
931
+ "status": "current",
932
+ "evidenceIds": [
933
+ "web-opencode-plugins"
934
+ ],
935
+ "unresolvedGaps": [
936
+ "Plugin-driven extensibility is documented, but stronger corroboration is still needed for exact runtime-hook and stop-hook semantics."
937
+ ]
938
+ },
939
+ {
940
+ "id": "claim:web-opencode-session-storage",
941
+ "kind": "Claim",
942
+ "claimId": "web-opencode-session-storage",
943
+ "statement": "OpenCode documents where local config and sessions are stored, which is the strongest first-party public basis for persisted session semantics.",
944
+ "subjectKind": "catalog",
945
+ "subjectId": "graph:agent-catalog",
946
+ "confidence": "low",
947
+ "provenanceKind": "vendor-inference",
948
+ "evidenceStrength": "inferred",
949
+ "status": "current",
950
+ "evidenceIds": [
951
+ "web-opencode-windows-wsl"
952
+ ],
953
+ "unresolvedGaps": [
954
+ "Session persistence is inferred from storage documentation rather than an explicit resume or continue feature contract."
955
+ ]
956
+ },
957
+ {
958
+ "id": "claim:web-opencode-stdin-injection",
959
+ "kind": "Claim",
960
+ "claimId": "web-opencode-stdin-injection",
961
+ "statement": "OpenCode's public docs describe interactive command-driven terminal workflows, but non-interactive stdin injection remains an inferred capability rather than an explicitly documented contract.",
962
+ "subjectKind": "catalog",
963
+ "subjectId": "graph:agent-catalog",
964
+ "confidence": "low",
965
+ "provenanceKind": "vendor-inference",
966
+ "evidenceStrength": "inferred",
967
+ "status": "current",
968
+ "evidenceIds": [
969
+ "web-opencode-tui",
970
+ "web-opencode-commands"
971
+ ],
972
+ "unresolvedGaps": [
973
+ "The public docs do not publish a dedicated headless or piped-input mode for OpenCode."
974
+ ]
975
+ }
976
+ ]
977
+ }