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

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,71 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/processes-and-packages.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ edges:
5
+ - id: edge:package:@a5c-ai/catalog:process:process:packages/catalog/process-library-catalog
6
+ relation: surfaces_process
7
+ from: package:@a5c-ai/catalog
8
+ to: process:packages/catalog/process-library-catalog
9
+ evidenceRefs:
10
+ - repo-process-catalog
11
+ - id: edge:package:@a5c-ai/agent-mux-core:process:process:agent-mux/model-catalog
12
+ relation: surfaces_process
13
+ from: package:@a5c-ai/agent-mux-core
14
+ to: process:agent-mux/model-catalog
15
+ evidenceRefs:
16
+ - repo-agent-mux-model-catalog
17
+ - id: edge:package:@a5c-ai/agent-catalog:wraps-graph
18
+ relation: wraps_graph
19
+ from: package:@a5c-ai/agent-catalog
20
+ to: graph:agent-catalog
21
+ evidenceRefs:
22
+ - repo-agent-catalog-package
23
+ - id: edge:package:@a5c-ai/babysitter-sdk:wraps-graph
24
+ relation: wraps_graph
25
+ from: package:@a5c-ai/babysitter-sdk
26
+ to: graph:agent-catalog
27
+ evidenceRefs:
28
+ - repo-sdk-fallback
29
+ - id: edge:package:@a5c-ai/hooks-mux-core:wraps-graph
30
+ relation: wraps_graph
31
+ from: package:@a5c-ai/hooks-mux-core
32
+ to: graph:agent-catalog
33
+ evidenceRefs:
34
+ - repo-hooks-detector
35
+ - id: edge:package:@a5c-ai/agent-plugins-mux:wraps-graph
36
+ relation: wraps_graph
37
+ from: package:@a5c-ai/agent-plugins-mux
38
+ to: graph:agent-catalog
39
+ evidenceRefs:
40
+ - repo-target-index
41
+ - id: edge:package:@a5c-ai/agent-mux-core:wraps-graph
42
+ relation: wraps_graph
43
+ from: package:@a5c-ai/agent-mux-core
44
+ to: graph:agent-catalog
45
+ evidenceRefs:
46
+ - repo-agent-mux-host
47
+ - id: edge:package:@a5c-ai/catalog:wraps-graph
48
+ relation: wraps_graph
49
+ from: package:@a5c-ai/catalog
50
+ to: graph:agent-catalog
51
+ evidenceRefs:
52
+ - repo-process-catalog
53
+ - id: edge:package:@a5c-ai/transport-mux:wraps-graph
54
+ relation: wraps_graph
55
+ from: package:@a5c-ai/transport-mux
56
+ to: graph:agent-catalog
57
+ evidenceRefs:
58
+ - repo-transport-mux-readme
59
+ - repo-transport-mux-architecture
60
+ - id: edge:@a5c-ai/agent-catalog:ci
61
+ relation: validated_by_ci
62
+ from: package:@a5c-ai/agent-catalog
63
+ to: ci:@a5c-ai/agent-catalog
64
+ evidenceRefs:
65
+ - repo-agent-catalog-package
66
+ - id: edge:@a5c-ai/catalog:ci
67
+ relation: validated_by_ci
68
+ from: package:@a5c-ai/catalog
69
+ to: ci:@a5c-ai/catalog
70
+ evidenceRefs:
71
+ - repo-process-catalog
@@ -0,0 +1,102 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/babysitter-agent-and-claude-web.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ edges:
5
+ - id: edge:claim:repo-babysitter-agent-package:evidence:repo-babysitter-agent-package
6
+ relation: sourced_from
7
+ from: claim:repo-babysitter-agent-package
8
+ to: evidence:repo-babysitter-agent-package
9
+ evidenceRefs:
10
+ - repo-babysitter-agent-package
11
+ - id: edge:claim:repo-babysitter-agent-cli:evidence:repo-babysitter-agent-package
12
+ relation: sourced_from
13
+ from: claim:repo-babysitter-agent-cli
14
+ to: evidence:repo-babysitter-agent-package
15
+ evidenceRefs:
16
+ - repo-babysitter-agent-package
17
+ - id: edge:claim:repo-babysitter-agent-cli:evidence:repo-babysitter-agent-cli
18
+ relation: sourced_from
19
+ from: claim:repo-babysitter-agent-cli
20
+ to: evidence:repo-babysitter-agent-cli
21
+ evidenceRefs:
22
+ - repo-babysitter-agent-cli
23
+ - id: edge:claim:web-anthropic-claude-code-safety:evidence:web-anthropic-claude-code-auto-mode
24
+ relation: sourced_from
25
+ from: claim:web-anthropic-claude-code-safety
26
+ to: evidence:web-anthropic-claude-code-auto-mode
27
+ evidenceRefs:
28
+ - web-anthropic-claude-code-auto-mode
29
+ - id: edge:claim:web-anthropic-claude-code-safety:evidence:web-anthropic-claude-code-sandboxing
30
+ relation: sourced_from
31
+ from: claim:web-anthropic-claude-code-safety
32
+ to: evidence:web-anthropic-claude-code-sandboxing
33
+ evidenceRefs:
34
+ - web-anthropic-claude-code-sandboxing
35
+ - id: edge:agent:babysitter-agent:claim:repo-babysitter-agent-package
36
+ relation: supported_by_claim
37
+ from: agent:babysitter-agent
38
+ to: claim:repo-babysitter-agent-package
39
+ evidenceRefs: &a1
40
+ - repo-babysitter-agent-package
41
+ - id: edge:agent:babysitter-agent:claim:repo-babysitter-agent-cli
42
+ relation: supported_by_claim
43
+ from: agent:babysitter-agent
44
+ to: claim:repo-babysitter-agent-cli
45
+ evidenceRefs:
46
+ - repo-babysitter-agent-cli
47
+ - id: edge:agentVersion:babysitter-agent:ge-5-0-0:claim:repo-babysitter-agent-package
48
+ relation: supported_by_claim
49
+ from: agentVersion:babysitter-agent:ge-5-0-0
50
+ to: claim:repo-babysitter-agent-package
51
+ evidenceRefs: *a1
52
+ - id: edge:agentVersion:babysitter-agent:ge-5-0-0:claim:repo-babysitter-agent-cli
53
+ relation: supported_by_claim
54
+ from: agentVersion:babysitter-agent:ge-5-0-0
55
+ to: claim:repo-babysitter-agent-cli
56
+ evidenceRefs:
57
+ - repo-babysitter-agent-cli
58
+ - id: edge:agent:claude:claim:web-anthropic-claude-code-safety
59
+ relation: supported_by_claim
60
+ from: agent:claude
61
+ to: claim:web-anthropic-claude-code-safety
62
+ evidenceRefs:
63
+ - web-anthropic-claude-code-auto-mode
64
+ - web-anthropic-claude-code-sandboxing
65
+ - id: edge:agentVersion:claude:ge-0-0-0:claim:web-anthropic-claude-code-safety
66
+ relation: supported_by_claim
67
+ from: agentVersion:claude:ge-0-0-0
68
+ to: claim:web-anthropic-claude-code-safety
69
+ evidenceRefs:
70
+ - web-anthropic-claude-code-auto-mode
71
+ - web-anthropic-claude-code-sandboxing
72
+ - id: edge:lifecycleSemantics:claude:ge-0-0-0:claim:web-anthropic-claude-code-safety
73
+ relation: supported_by_claim
74
+ from: lifecycleSemantics:claude:ge-0-0-0
75
+ to: claim:web-anthropic-claude-code-safety
76
+ evidenceRefs:
77
+ - web-anthropic-claude-code-auto-mode
78
+ - web-anthropic-claude-code-sandboxing
79
+ - id: edge:capabilitySupport:babysitter-agent:ge-5-0-0:mcp:claim:repo-babysitter-agent-cli
80
+ relation: supported_by_claim
81
+ from: capabilitySupport:babysitter-agent:ge-5-0-0:mcp
82
+ to: claim:repo-babysitter-agent-cli
83
+ evidenceRefs:
84
+ - repo-babysitter-agent-cli
85
+ - id: edge:capabilitySupport:babysitter-agent:ge-5-0-0:interactive-mode:claim:repo-babysitter-agent-cli
86
+ relation: supported_by_claim
87
+ from: capabilitySupport:babysitter-agent:ge-5-0-0:interactive-mode
88
+ to: claim:repo-babysitter-agent-cli
89
+ evidenceRefs:
90
+ - repo-babysitter-agent-cli
91
+ - id: edge:capabilitySupport:babysitter-agent:ge-5-0-0:stdin-injection:claim:repo-babysitter-agent-cli
92
+ relation: supported_by_claim
93
+ from: capabilitySupport:babysitter-agent:ge-5-0-0:stdin-injection
94
+ to: claim:repo-babysitter-agent-cli
95
+ evidenceRefs:
96
+ - repo-babysitter-agent-cli
97
+ - id: edge:capabilitySupport:babysitter-agent:ge-5-0-0:session-resume:claim:repo-babysitter-agent-cli
98
+ relation: supported_by_claim
99
+ from: capabilitySupport:babysitter-agent:ge-5-0-0:session-resume
100
+ to: claim:repo-babysitter-agent-cli
101
+ evidenceRefs:
102
+ - repo-babysitter-agent-cli
@@ -0,0 +1,370 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/catalog-core-agents.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ edges:
5
+ - id: edge:agent:claude:claim:repo-sdk-fallback
6
+ relation: supported_by_claim
7
+ from: agent:claude
8
+ to: claim:repo-sdk-fallback
9
+ evidenceRefs:
10
+ - repo-sdk-fallback
11
+ - id: edge:agent:claude:claim:repo-target-claude
12
+ relation: supported_by_claim
13
+ from: agent:claude
14
+ to: claim:repo-target-claude
15
+ evidenceRefs:
16
+ - repo-target-claude
17
+ - id: edge:agent:claude:claim:repo-target-index
18
+ relation: supported_by_claim
19
+ from: agent:claude
20
+ to: claim:repo-target-index
21
+ evidenceRefs:
22
+ - repo-target-index
23
+ - id: edge:agent:claude:claim:web-anthropic-claude-code
24
+ relation: supported_by_claim
25
+ from: agent:claude
26
+ to: claim:web-anthropic-claude-code
27
+ evidenceRefs:
28
+ - web-anthropic-claude-code
29
+ - id: edge:agent:claude:claim:web-anthropic-claude-code-autonomy
30
+ relation: supported_by_claim
31
+ from: agent:claude
32
+ to: claim:web-anthropic-claude-code-autonomy
33
+ evidenceRefs:
34
+ - web-anthropic-claude-code-autonomy
35
+ - id: edge:agent:codex:claim:repo-sdk-fallback
36
+ relation: supported_by_claim
37
+ from: agent:codex
38
+ to: claim:repo-sdk-fallback
39
+ evidenceRefs:
40
+ - repo-sdk-fallback
41
+ - id: edge:agent:codex:claim:repo-target-codex
42
+ relation: supported_by_claim
43
+ from: agent:codex
44
+ to: claim:repo-target-codex
45
+ evidenceRefs:
46
+ - repo-target-codex
47
+ - id: edge:agent:codex:claim:repo-target-index
48
+ relation: supported_by_claim
49
+ from: agent:codex
50
+ to: claim:repo-target-index
51
+ evidenceRefs:
52
+ - repo-target-index
53
+ - id: edge:agent:codex:claim:repo-codex-windows-hooks
54
+ relation: supported_by_claim
55
+ from: agent:codex
56
+ to: claim:repo-codex-windows-hooks
57
+ evidenceRefs:
58
+ - repo-codex-windows-hooks
59
+ - id: edge:agent:codex:claim:web-openai-codex-skills
60
+ relation: supported_by_claim
61
+ from: agent:codex
62
+ to: claim:web-openai-codex-skills
63
+ evidenceRefs:
64
+ - web-openai-codex-skills
65
+ - id: edge:agent:cursor:claim:repo-sdk-fallback
66
+ relation: supported_by_claim
67
+ from: agent:cursor
68
+ to: claim:repo-sdk-fallback
69
+ evidenceRefs:
70
+ - repo-sdk-fallback
71
+ - id: edge:agent:cursor:claim:repo-target-cursor
72
+ relation: supported_by_claim
73
+ from: agent:cursor
74
+ to: claim:repo-target-cursor
75
+ evidenceRefs:
76
+ - repo-target-cursor
77
+ - id: edge:agent:cursor:claim:repo-target-index
78
+ relation: supported_by_claim
79
+ from: agent:cursor
80
+ to: claim:repo-target-index
81
+ evidenceRefs:
82
+ - repo-target-index
83
+ - id: edge:agent:gemini:claim:repo-sdk-fallback
84
+ relation: supported_by_claim
85
+ from: agent:gemini
86
+ to: claim:repo-sdk-fallback
87
+ evidenceRefs:
88
+ - repo-sdk-fallback
89
+ - id: edge:agent:gemini:claim:repo-target-gemini
90
+ relation: supported_by_claim
91
+ from: agent:gemini
92
+ to: claim:repo-target-gemini
93
+ evidenceRefs:
94
+ - repo-target-gemini
95
+ - id: edge:agent:gemini:claim:repo-target-index
96
+ relation: supported_by_claim
97
+ from: agent:gemini
98
+ to: claim:repo-target-index
99
+ evidenceRefs:
100
+ - repo-target-index
101
+ - id: edge:agent:gemini:claim:web-gemini-hooks
102
+ relation: supported_by_claim
103
+ from: agent:gemini
104
+ to: claim:web-gemini-hooks
105
+ evidenceRefs:
106
+ - web-gemini-hooks
107
+ - id: edge:agent:copilot:claim:repo-sdk-fallback
108
+ relation: supported_by_claim
109
+ from: agent:copilot
110
+ to: claim:repo-sdk-fallback
111
+ evidenceRefs:
112
+ - repo-sdk-fallback
113
+ - id: edge:agent:copilot:claim:repo-target-copilot
114
+ relation: supported_by_claim
115
+ from: agent:copilot
116
+ to: claim:repo-target-copilot
117
+ evidenceRefs:
118
+ - repo-target-copilot
119
+ - id: edge:agent:copilot:claim:repo-target-index
120
+ relation: supported_by_claim
121
+ from: agent:copilot
122
+ to: claim:repo-target-index
123
+ evidenceRefs:
124
+ - repo-target-index
125
+ - id: edge:agent:copilot:claim:web-github-copilot-agent
126
+ relation: supported_by_claim
127
+ from: agent:copilot
128
+ to: claim:web-github-copilot-agent
129
+ evidenceRefs:
130
+ - web-github-copilot-agent
131
+ - id: edge:agent:pi:claim:repo-sdk-fallback
132
+ relation: supported_by_claim
133
+ from: agent:pi
134
+ to: claim:repo-sdk-fallback
135
+ evidenceRefs:
136
+ - repo-sdk-fallback
137
+ - id: edge:agent:omp:claim:repo-sdk-fallback
138
+ relation: supported_by_claim
139
+ from: agent:omp
140
+ to: claim:repo-sdk-fallback
141
+ evidenceRefs:
142
+ - repo-sdk-fallback
143
+ - id: edge:agent:opencode:claim:repo-sdk-fallback
144
+ relation: supported_by_claim
145
+ from: agent:opencode
146
+ to: claim:repo-sdk-fallback
147
+ evidenceRefs:
148
+ - repo-sdk-fallback
149
+ - id: edge:agent:opencode:claim:repo-target-index
150
+ relation: supported_by_claim
151
+ from: agent:opencode
152
+ to: claim:repo-target-index
153
+ evidenceRefs:
154
+ - repo-target-index
155
+ - id: edge:agent:openclaw:claim:repo-sdk-fallback
156
+ relation: supported_by_claim
157
+ from: agent:openclaw
158
+ to: claim:repo-sdk-fallback
159
+ evidenceRefs:
160
+ - repo-sdk-fallback
161
+ - id: edge:agent:openclaw:claim:repo-hooks-detector
162
+ relation: supported_by_claim
163
+ from: agent:openclaw
164
+ to: claim:repo-hooks-detector
165
+ evidenceRefs:
166
+ - repo-hooks-detector
167
+ - id: edge:agent:openclaw:claim:repo-target-index
168
+ relation: supported_by_claim
169
+ from: agent:openclaw
170
+ to: claim:repo-target-index
171
+ evidenceRefs:
172
+ - repo-target-index
173
+ - id: edge:agentVersion:claude:ge-0-0-0:claim:repo-sdk-fallback
174
+ relation: supported_by_claim
175
+ from: agentVersion:claude:ge-0-0-0
176
+ to: claim:repo-sdk-fallback
177
+ evidenceRefs:
178
+ - repo-sdk-fallback
179
+ - id: edge:agentVersion:claude:ge-0-0-0:claim:repo-target-claude
180
+ relation: supported_by_claim
181
+ from: agentVersion:claude:ge-0-0-0
182
+ to: claim:repo-target-claude
183
+ evidenceRefs:
184
+ - repo-target-claude
185
+ - id: edge:agentVersion:claude:ge-0-0-0:claim:repo-target-index
186
+ relation: supported_by_claim
187
+ from: agentVersion:claude:ge-0-0-0
188
+ to: claim:repo-target-index
189
+ evidenceRefs:
190
+ - repo-target-index
191
+ - id: edge:agentVersion:claude:ge-0-0-0:claim:web-anthropic-claude-code
192
+ relation: supported_by_claim
193
+ from: agentVersion:claude:ge-0-0-0
194
+ to: claim:web-anthropic-claude-code
195
+ evidenceRefs:
196
+ - web-anthropic-claude-code
197
+ - id: edge:agentVersion:claude:ge-0-0-0:claim:web-anthropic-claude-code-autonomy
198
+ relation: supported_by_claim
199
+ from: agentVersion:claude:ge-0-0-0
200
+ to: claim:web-anthropic-claude-code-autonomy
201
+ evidenceRefs:
202
+ - web-anthropic-claude-code-autonomy
203
+ - id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:claim:repo-sdk-fallback
204
+ relation: supported_by_claim
205
+ from: agentVersion:codex:ge-0-0-0-lt-0-119-0
206
+ to: claim:repo-sdk-fallback
207
+ evidenceRefs:
208
+ - repo-sdk-fallback
209
+ - id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:claim:repo-target-codex
210
+ relation: supported_by_claim
211
+ from: agentVersion:codex:ge-0-0-0-lt-0-119-0
212
+ to: claim:repo-target-codex
213
+ evidenceRefs:
214
+ - repo-target-codex
215
+ - id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:claim:repo-target-index
216
+ relation: supported_by_claim
217
+ from: agentVersion:codex:ge-0-0-0-lt-0-119-0
218
+ to: claim:repo-target-index
219
+ evidenceRefs:
220
+ - repo-target-index
221
+ - id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:claim:repo-codex-windows-hooks
222
+ relation: supported_by_claim
223
+ from: agentVersion:codex:ge-0-0-0-lt-0-119-0
224
+ to: claim:repo-codex-windows-hooks
225
+ evidenceRefs:
226
+ - repo-codex-windows-hooks
227
+ - id: edge:agentVersion:codex:ge-0-0-0-lt-0-119-0:claim:web-openai-codex-skills
228
+ relation: supported_by_claim
229
+ from: agentVersion:codex:ge-0-0-0-lt-0-119-0
230
+ to: claim:web-openai-codex-skills
231
+ evidenceRefs:
232
+ - web-openai-codex-skills
233
+ - id: edge:agentVersion:codex:ge-0-119-0:claim:repo-sdk-fallback
234
+ relation: supported_by_claim
235
+ from: agentVersion:codex:ge-0-119-0
236
+ to: claim:repo-sdk-fallback
237
+ evidenceRefs:
238
+ - repo-sdk-fallback
239
+ - id: edge:agentVersion:codex:ge-0-119-0:claim:repo-target-codex
240
+ relation: supported_by_claim
241
+ from: agentVersion:codex:ge-0-119-0
242
+ to: claim:repo-target-codex
243
+ evidenceRefs:
244
+ - repo-target-codex
245
+ - id: edge:agentVersion:codex:ge-0-119-0:claim:repo-target-index
246
+ relation: supported_by_claim
247
+ from: agentVersion:codex:ge-0-119-0
248
+ to: claim:repo-target-index
249
+ evidenceRefs:
250
+ - repo-target-index
251
+ - id: edge:agentVersion:codex:ge-0-119-0:claim:repo-codex-windows-hooks
252
+ relation: supported_by_claim
253
+ from: agentVersion:codex:ge-0-119-0
254
+ to: claim:repo-codex-windows-hooks
255
+ evidenceRefs:
256
+ - repo-codex-windows-hooks
257
+ - id: edge:agentVersion:codex:ge-0-119-0:claim:web-openai-codex-skills
258
+ relation: supported_by_claim
259
+ from: agentVersion:codex:ge-0-119-0
260
+ to: claim:web-openai-codex-skills
261
+ evidenceRefs:
262
+ - web-openai-codex-skills
263
+ - id: edge:agentVersion:cursor:ge-0-0-0:claim:repo-sdk-fallback
264
+ relation: supported_by_claim
265
+ from: agentVersion:cursor:ge-0-0-0
266
+ to: claim:repo-sdk-fallback
267
+ evidenceRefs:
268
+ - repo-sdk-fallback
269
+ - id: edge:agentVersion:cursor:ge-0-0-0:claim:repo-target-cursor
270
+ relation: supported_by_claim
271
+ from: agentVersion:cursor:ge-0-0-0
272
+ to: claim:repo-target-cursor
273
+ evidenceRefs:
274
+ - repo-target-cursor
275
+ - id: edge:agentVersion:cursor:ge-0-0-0:claim:repo-target-index
276
+ relation: supported_by_claim
277
+ from: agentVersion:cursor:ge-0-0-0
278
+ to: claim:repo-target-index
279
+ evidenceRefs:
280
+ - repo-target-index
281
+ - id: edge:agentVersion:gemini:ge-0-0-0:claim:repo-sdk-fallback
282
+ relation: supported_by_claim
283
+ from: agentVersion:gemini:ge-0-0-0
284
+ to: claim:repo-sdk-fallback
285
+ evidenceRefs:
286
+ - repo-sdk-fallback
287
+ - id: edge:agentVersion:gemini:ge-0-0-0:claim:repo-target-gemini
288
+ relation: supported_by_claim
289
+ from: agentVersion:gemini:ge-0-0-0
290
+ to: claim:repo-target-gemini
291
+ evidenceRefs:
292
+ - repo-target-gemini
293
+ - id: edge:agentVersion:gemini:ge-0-0-0:claim:repo-target-index
294
+ relation: supported_by_claim
295
+ from: agentVersion:gemini:ge-0-0-0
296
+ to: claim:repo-target-index
297
+ evidenceRefs:
298
+ - repo-target-index
299
+ - id: edge:agentVersion:gemini:ge-0-0-0:claim:web-gemini-hooks
300
+ relation: supported_by_claim
301
+ from: agentVersion:gemini:ge-0-0-0
302
+ to: claim:web-gemini-hooks
303
+ evidenceRefs:
304
+ - web-gemini-hooks
305
+ - id: edge:agentVersion:copilot:ge-0-0-0:claim:repo-sdk-fallback
306
+ relation: supported_by_claim
307
+ from: agentVersion:copilot:ge-0-0-0
308
+ to: claim:repo-sdk-fallback
309
+ evidenceRefs:
310
+ - repo-sdk-fallback
311
+ - id: edge:agentVersion:copilot:ge-0-0-0:claim:repo-target-copilot
312
+ relation: supported_by_claim
313
+ from: agentVersion:copilot:ge-0-0-0
314
+ to: claim:repo-target-copilot
315
+ evidenceRefs:
316
+ - repo-target-copilot
317
+ - id: edge:agentVersion:copilot:ge-0-0-0:claim:repo-target-index
318
+ relation: supported_by_claim
319
+ from: agentVersion:copilot:ge-0-0-0
320
+ to: claim:repo-target-index
321
+ evidenceRefs:
322
+ - repo-target-index
323
+ - id: edge:agentVersion:copilot:ge-0-0-0:claim:web-github-copilot-agent
324
+ relation: supported_by_claim
325
+ from: agentVersion:copilot:ge-0-0-0
326
+ to: claim:web-github-copilot-agent
327
+ evidenceRefs:
328
+ - web-github-copilot-agent
329
+ - id: edge:agentVersion:pi:ge-0-0-0:claim:repo-sdk-fallback
330
+ relation: supported_by_claim
331
+ from: agentVersion:pi:ge-0-0-0
332
+ to: claim:repo-sdk-fallback
333
+ evidenceRefs:
334
+ - repo-sdk-fallback
335
+ - id: edge:agentVersion:omp:ge-0-0-0:claim:repo-sdk-fallback
336
+ relation: supported_by_claim
337
+ from: agentVersion:omp:ge-0-0-0
338
+ to: claim:repo-sdk-fallback
339
+ evidenceRefs:
340
+ - repo-sdk-fallback
341
+ - id: edge:agentVersion:opencode:ge-0-0-0:claim:repo-sdk-fallback
342
+ relation: supported_by_claim
343
+ from: agentVersion:opencode:ge-0-0-0
344
+ to: claim:repo-sdk-fallback
345
+ evidenceRefs:
346
+ - repo-sdk-fallback
347
+ - id: edge:agentVersion:opencode:ge-0-0-0:claim:repo-target-index
348
+ relation: supported_by_claim
349
+ from: agentVersion:opencode:ge-0-0-0
350
+ to: claim:repo-target-index
351
+ evidenceRefs:
352
+ - repo-target-index
353
+ - id: edge:agentVersion:openclaw:ge-0-0-0:claim:repo-sdk-fallback
354
+ relation: supported_by_claim
355
+ from: agentVersion:openclaw:ge-0-0-0
356
+ to: claim:repo-sdk-fallback
357
+ evidenceRefs:
358
+ - repo-sdk-fallback
359
+ - id: edge:agentVersion:openclaw:ge-0-0-0:claim:repo-hooks-detector
360
+ relation: supported_by_claim
361
+ from: agentVersion:openclaw:ge-0-0-0
362
+ to: claim:repo-hooks-detector
363
+ evidenceRefs:
364
+ - repo-hooks-detector
365
+ - id: edge:agentVersion:openclaw:ge-0-0-0:claim:repo-target-index
366
+ relation: supported_by_claim
367
+ from: agentVersion:openclaw:ge-0-0-0
368
+ to: claim:repo-target-index
369
+ evidenceRefs:
370
+ - repo-target-index
@@ -0,0 +1,88 @@
1
+ kind: EdgeDocument
2
+ documentPath: edges/relations/provenance/catalog-core-models.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ edges:
5
+ - id: edge:model:claude-code-default:claim:web-anthropic-claude-code
6
+ relation: supported_by_claim
7
+ from: model:claude-code-default
8
+ to: claim:web-anthropic-claude-code
9
+ evidenceRefs:
10
+ - web-anthropic-claude-code
11
+ - id: edge:model:claude-code-default:claim:web-anthropic-claude-code-autonomy
12
+ relation: supported_by_claim
13
+ from: model:claude-code-default
14
+ to: claim:web-anthropic-claude-code-autonomy
15
+ evidenceRefs:
16
+ - web-anthropic-claude-code-autonomy
17
+ - id: edge:model:codex-default:claim:web-openai-codex-skills
18
+ relation: supported_by_claim
19
+ from: model:codex-default
20
+ to: claim:web-openai-codex-skills
21
+ evidenceRefs:
22
+ - web-openai-codex-skills
23
+ - id: edge:model:gemini-cli-default:claim:repo-target-gemini
24
+ relation: supported_by_claim
25
+ from: model:gemini-cli-default
26
+ to: claim:repo-target-gemini
27
+ evidenceRefs:
28
+ - repo-target-gemini
29
+ - id: edge:model:gemini-cli-default:claim:web-gemini-hooks
30
+ relation: supported_by_claim
31
+ from: model:gemini-cli-default
32
+ to: claim:web-gemini-hooks
33
+ evidenceRefs:
34
+ - web-gemini-hooks
35
+ - id: edge:model:copilot-default:claim:repo-target-copilot
36
+ relation: supported_by_claim
37
+ from: model:copilot-default
38
+ to: claim:repo-target-copilot
39
+ evidenceRefs:
40
+ - repo-target-copilot
41
+ - id: edge:model:copilot-default:claim:web-github-copilot-agent
42
+ relation: supported_by_claim
43
+ from: model:copilot-default
44
+ to: claim:web-github-copilot-agent
45
+ evidenceRefs:
46
+ - web-github-copilot-agent
47
+ - id: edge:modelVersion:claude-code-default:ge-0-0-0:claim:web-anthropic-claude-code
48
+ relation: supported_by_claim
49
+ from: modelVersion:claude-code-default:ge-0-0-0
50
+ to: claim:web-anthropic-claude-code
51
+ evidenceRefs:
52
+ - web-anthropic-claude-code
53
+ - id: edge:modelVersion:claude-code-default:ge-0-0-0:claim:web-anthropic-claude-code-autonomy
54
+ relation: supported_by_claim
55
+ from: modelVersion:claude-code-default:ge-0-0-0
56
+ to: claim:web-anthropic-claude-code-autonomy
57
+ evidenceRefs:
58
+ - web-anthropic-claude-code-autonomy
59
+ - id: edge:modelVersion:codex-default:ge-0-0-0:claim:web-openai-codex-skills
60
+ relation: supported_by_claim
61
+ from: modelVersion:codex-default:ge-0-0-0
62
+ to: claim:web-openai-codex-skills
63
+ evidenceRefs:
64
+ - web-openai-codex-skills
65
+ - id: edge:modelVersion:gemini-cli-default:ge-0-0-0:claim:repo-target-gemini
66
+ relation: supported_by_claim
67
+ from: modelVersion:gemini-cli-default:ge-0-0-0
68
+ to: claim:repo-target-gemini
69
+ evidenceRefs:
70
+ - repo-target-gemini
71
+ - id: edge:modelVersion:gemini-cli-default:ge-0-0-0:claim:web-gemini-hooks
72
+ relation: supported_by_claim
73
+ from: modelVersion:gemini-cli-default:ge-0-0-0
74
+ to: claim:web-gemini-hooks
75
+ evidenceRefs:
76
+ - web-gemini-hooks
77
+ - id: edge:modelVersion:copilot-default:ge-0-0-0:claim:repo-target-copilot
78
+ relation: supported_by_claim
79
+ from: modelVersion:copilot-default:ge-0-0-0
80
+ to: claim:repo-target-copilot
81
+ evidenceRefs:
82
+ - repo-target-copilot
83
+ - id: edge:modelVersion:copilot-default:ge-0-0-0:claim:web-github-copilot-agent
84
+ relation: supported_by_claim
85
+ from: modelVersion:copilot-default:ge-0-0-0
86
+ to: claim:web-github-copilot-agent
87
+ evidenceRefs:
88
+ - web-github-copilot-agent