@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,254 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/runtime-semantics/discovery-signals-host.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: discovery:claude:host-env
6
+ kind: DiscoverySignal
7
+ signalId: discovery:claude:host-env
8
+ signalKind: env-any
9
+ key: claude
10
+ matchMode: any
11
+ confidence: medium
12
+ scope: host-detection
13
+ signals:
14
+ - CLAUDECODE
15
+ - CLAUDE_CODE_SESSION_ID
16
+ - CLAUDE_CODE
17
+ - CLAUDE_PROJECT_DIR
18
+ absentSignals: []
19
+ metadataFields:
20
+ - key: session_id
21
+ envVars:
22
+ - CLAUDE_CODE_SESSION_ID
23
+ - key: env_file
24
+ envVars:
25
+ - CLAUDE_ENV_FILE
26
+ - key: project_dir
27
+ envVars:
28
+ - CLAUDE_PROJECT_DIR
29
+ argvMatches:
30
+ - claude-code
31
+ consumer: agent-mux-core
32
+ notes: Host harness detection signals used by agent-mux.
33
+ evidenceRefs:
34
+ - repo-agent-mux-host
35
+ - id: discovery:codex:host-env
36
+ kind: DiscoverySignal
37
+ signalId: discovery:codex:host-env
38
+ signalKind: env-any
39
+ key: codex
40
+ matchMode: any
41
+ confidence: medium
42
+ scope: host-detection
43
+ signals:
44
+ - CODEX_SESSION_ID
45
+ - CODEX_RUN_ID
46
+ - CODEX_CLI
47
+ absentSignals: []
48
+ metadataFields:
49
+ - key: session_id
50
+ envVars:
51
+ - CODEX_SESSION_ID
52
+ - key: run_id
53
+ envVars:
54
+ - CODEX_RUN_ID
55
+ argvMatches:
56
+ - codex
57
+ consumer: agent-mux-core
58
+ notes: Host harness detection signals used by agent-mux.
59
+ evidenceRefs:
60
+ - repo-agent-mux-host
61
+ - id: discovery:gemini:host-env
62
+ kind: DiscoverySignal
63
+ signalId: discovery:gemini:host-env
64
+ signalKind: env-any
65
+ key: gemini
66
+ matchMode: any
67
+ confidence: medium
68
+ scope: host-detection
69
+ signals:
70
+ - GEMINI_CLI
71
+ - GEMINI_SESSION_ID
72
+ absentSignals: []
73
+ metadataFields:
74
+ - key: session_id
75
+ envVars:
76
+ - GEMINI_SESSION_ID
77
+ argvMatches:
78
+ - gemini-cli
79
+ consumer: agent-mux-core
80
+ notes: Host harness detection signals used by agent-mux.
81
+ evidenceRefs:
82
+ - repo-agent-mux-host
83
+ - id: discovery:copilot:host-env
84
+ kind: DiscoverySignal
85
+ signalId: discovery:copilot:host-env
86
+ signalKind: env-any
87
+ key: copilot
88
+ matchMode: any
89
+ confidence: medium
90
+ scope: host-detection
91
+ signals:
92
+ - COPILOT_CLI_SESSION
93
+ - GH_COPILOT_SESSION
94
+ absentSignals: []
95
+ metadataFields:
96
+ - key: session_id
97
+ envVars:
98
+ - COPILOT_CLI_SESSION
99
+ - GH_COPILOT_SESSION
100
+ argvMatches:
101
+ - copilot
102
+ consumer: agent-mux-core
103
+ notes: Host harness detection signals used by agent-mux.
104
+ evidenceRefs:
105
+ - repo-agent-mux-host
106
+ - id: discovery:cursor:host-env
107
+ kind: DiscoverySignal
108
+ signalId: discovery:cursor:host-env
109
+ signalKind: env-any
110
+ key: cursor
111
+ matchMode: any
112
+ confidence: medium
113
+ scope: host-detection
114
+ signals:
115
+ - CURSOR_SESSION
116
+ - CURSOR_AGENT_SESSION
117
+ absentSignals: []
118
+ metadataFields:
119
+ - key: session_id
120
+ envVars:
121
+ - CURSOR_SESSION
122
+ - CURSOR_AGENT_SESSION
123
+ argvMatches:
124
+ - cursor-cli
125
+ consumer: agent-mux-core
126
+ notes: Host harness detection signals used by agent-mux.
127
+ evidenceRefs:
128
+ - repo-agent-mux-host
129
+ - id: discovery:opencode:host-env
130
+ kind: DiscoverySignal
131
+ signalId: discovery:opencode:host-env
132
+ signalKind: env-any
133
+ key: opencode
134
+ matchMode: any
135
+ confidence: medium
136
+ scope: host-detection
137
+ signals:
138
+ - OPENCODE_SESSION
139
+ - OPENCODE_RUN_ID
140
+ absentSignals: []
141
+ metadataFields:
142
+ - key: session_id
143
+ envVars:
144
+ - OPENCODE_SESSION
145
+ - key: run_id
146
+ envVars:
147
+ - OPENCODE_RUN_ID
148
+ argvMatches:
149
+ - opencode
150
+ consumer: agent-mux-core
151
+ notes: Host harness detection signals used by agent-mux.
152
+ evidenceRefs:
153
+ - repo-agent-mux-host
154
+ - id: discovery:pi:host-env
155
+ kind: DiscoverySignal
156
+ signalId: discovery:pi:host-env
157
+ signalKind: env-any
158
+ key: pi
159
+ matchMode: any
160
+ confidence: medium
161
+ scope: host-detection
162
+ signals:
163
+ - PI_RUN_ID
164
+ - PI_SESSION_ID
165
+ absentSignals: []
166
+ metadataFields:
167
+ - key: session_id
168
+ envVars:
169
+ - PI_SESSION_ID
170
+ - key: run_id
171
+ envVars:
172
+ - PI_RUN_ID
173
+ argvMatches:
174
+ - pi
175
+ consumer: agent-mux-core
176
+ notes: Host harness detection signals used by agent-mux.
177
+ evidenceRefs:
178
+ - repo-agent-mux-host
179
+ - id: discovery:omp:host-env
180
+ kind: DiscoverySignal
181
+ signalId: discovery:omp:host-env
182
+ signalKind: env-any
183
+ key: omp
184
+ matchMode: any
185
+ confidence: medium
186
+ scope: host-detection
187
+ signals:
188
+ - OMP_RUN_ID
189
+ - OMP_SESSION_ID
190
+ absentSignals: []
191
+ metadataFields:
192
+ - key: session_id
193
+ envVars:
194
+ - OMP_SESSION_ID
195
+ - key: run_id
196
+ envVars:
197
+ - OMP_RUN_ID
198
+ argvMatches:
199
+ - oh-my-pi
200
+ - omp
201
+ consumer: agent-mux-core
202
+ notes: Host harness detection signals used by agent-mux.
203
+ evidenceRefs:
204
+ - repo-agent-mux-host
205
+ - id: discovery:openclaw:host-env
206
+ kind: DiscoverySignal
207
+ signalId: discovery:openclaw:host-env
208
+ signalKind: env-any
209
+ key: openclaw
210
+ matchMode: any
211
+ confidence: medium
212
+ scope: host-detection
213
+ signals:
214
+ - OPENCLAW_SESSION
215
+ - OPENCLAW_RUN_ID
216
+ absentSignals: []
217
+ metadataFields:
218
+ - key: session_id
219
+ envVars:
220
+ - OPENCLAW_SESSION
221
+ - key: run_id
222
+ envVars:
223
+ - OPENCLAW_RUN_ID
224
+ argvMatches:
225
+ - openclaw
226
+ consumer: agent-mux-core
227
+ notes: Host harness detection signals used by agent-mux.
228
+ evidenceRefs:
229
+ - repo-agent-mux-host
230
+ - id: discovery:hermes:host-env
231
+ kind: DiscoverySignal
232
+ signalId: discovery:hermes:host-env
233
+ signalKind: env-any
234
+ key: hermes
235
+ matchMode: any
236
+ confidence: medium
237
+ scope: host-detection
238
+ signals:
239
+ - HERMES_SESSION
240
+ - HERMES_RUN_ID
241
+ absentSignals: []
242
+ metadataFields:
243
+ - key: session_id
244
+ envVars:
245
+ - HERMES_SESSION
246
+ - key: run_id
247
+ envVars:
248
+ - HERMES_RUN_ID
249
+ argvMatches:
250
+ - hermes
251
+ consumer: agent-mux-core
252
+ notes: Host harness detection signals used by agent-mux.
253
+ evidenceRefs:
254
+ - repo-agent-mux-host
@@ -0,0 +1,151 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/runtime-semantics/lifecycle-semantics.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: lifecycleSemantics:claude:ge-0-0-0
6
+ kind: LifecycleSemantics
7
+ lifecycleSemanticsId: lifecycleSemantics:claude:ge-0-0-0
8
+ agentId: claude
9
+ versionRange: ">=0.0.0"
10
+ runtimeHookMode: native-shell-hooks
11
+ stopHookMode: blocking-stop-hook
12
+ backgroundTaskMode: supported
13
+ checkpointMode: documented
14
+ pluginContextMode: plugin.json + marketplace hooks
15
+ platformNuances: []
16
+ evidenceRefs:
17
+ - repo-sdk-fallback
18
+ - repo-target-claude
19
+ - web-anthropic-claude-code-autonomy
20
+ - web-anthropic-claude-code-auto-mode
21
+ - web-anthropic-claude-code-sandboxing
22
+ - id: lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0
23
+ kind: LifecycleSemantics
24
+ lifecycleSemanticsId: lifecycleSemantics:codex:ge-0-0-0-lt-0-119-0
25
+ agentId: codex
26
+ versionRange: ">=0.0.0 <0.119.0"
27
+ runtimeHookMode: native-shell-hooks
28
+ stopHookMode: blocking-stop-hook
29
+ backgroundTaskMode: unsupported-documented
30
+ checkpointMode: unspecified
31
+ pluginContextMode: package.json + hooks.json
32
+ platformNuances:
33
+ - windows-hook-threshold:0.119.0
34
+ evidenceRefs:
35
+ - repo-sdk-fallback
36
+ - repo-target-codex
37
+ - repo-codex-windows-hooks
38
+ - id: lifecycleSemantics:codex:ge-0-119-0
39
+ kind: LifecycleSemantics
40
+ lifecycleSemanticsId: lifecycleSemantics:codex:ge-0-119-0
41
+ agentId: codex
42
+ versionRange: ">=0.119.0"
43
+ runtimeHookMode: native-shell-hooks-with-windows-support
44
+ stopHookMode: blocking-stop-hook
45
+ backgroundTaskMode: unsupported-documented
46
+ checkpointMode: unspecified
47
+ pluginContextMode: package.json + hooks.json
48
+ platformNuances:
49
+ - windows-hook-threshold:0.119.0
50
+ evidenceRefs:
51
+ - repo-sdk-fallback
52
+ - repo-target-codex
53
+ - repo-codex-windows-hooks
54
+ - id: lifecycleSemantics:cursor:ge-0-0-0
55
+ kind: LifecycleSemantics
56
+ lifecycleSemanticsId: lifecycleSemantics:cursor:ge-0-0-0
57
+ agentId: cursor
58
+ versionRange: ">=0.0.0"
59
+ runtimeHookMode: native-shell-hooks
60
+ stopHookMode: blocking-stop-hook
61
+ backgroundTaskMode: unknown
62
+ checkpointMode: unspecified
63
+ pluginContextMode: plugin.json
64
+ platformNuances: []
65
+ evidenceRefs:
66
+ - repo-sdk-fallback
67
+ - repo-target-cursor
68
+ - id: lifecycleSemantics:gemini:ge-0-0-0
69
+ kind: LifecycleSemantics
70
+ lifecycleSemanticsId: lifecycleSemantics:gemini:ge-0-0-0
71
+ agentId: gemini
72
+ versionRange: ">=0.0.0"
73
+ runtimeHookMode: native-hooks-with-extension-manifest
74
+ stopHookMode: after-agent-hook
75
+ backgroundTaskMode: unknown
76
+ checkpointMode: unspecified
77
+ pluginContextMode: plugin.json + gemini-extension.json
78
+ platformNuances: []
79
+ evidenceRefs:
80
+ - repo-sdk-fallback
81
+ - repo-target-gemini
82
+ - web-gemini-hooks
83
+ - id: lifecycleSemantics:copilot:ge-0-0-0
84
+ kind: LifecycleSemantics
85
+ lifecycleSemanticsId: lifecycleSemantics:copilot:ge-0-0-0
86
+ agentId: copilot
87
+ versionRange: ">=0.0.0"
88
+ runtimeHookMode: native-shell-hooks
89
+ stopHookMode: session-end-hook
90
+ backgroundTaskMode: unknown
91
+ checkpointMode: unspecified
92
+ pluginContextMode: plugin.json
93
+ platformNuances: []
94
+ evidenceRefs:
95
+ - repo-sdk-fallback
96
+ - repo-target-copilot
97
+ - web-github-copilot-agent
98
+ - id: lifecycleSemantics:pi:ge-0-0-0
99
+ kind: LifecycleSemantics
100
+ lifecycleSemanticsId: lifecycleSemantics:pi:ge-0-0-0
101
+ agentId: pi
102
+ versionRange: ">=0.0.0"
103
+ runtimeHookMode: unsupported-in-fallback
104
+ stopHookMode: unsupported-in-fallback
105
+ backgroundTaskMode: unknown
106
+ checkpointMode: unspecified
107
+ pluginContextMode: skills-and-state-only
108
+ platformNuances: []
109
+ evidenceRefs:
110
+ - repo-sdk-fallback
111
+ - id: lifecycleSemantics:omp:ge-0-0-0
112
+ kind: LifecycleSemantics
113
+ lifecycleSemanticsId: lifecycleSemantics:omp:ge-0-0-0
114
+ agentId: omp
115
+ versionRange: ">=0.0.0"
116
+ runtimeHookMode: unsupported-in-fallback
117
+ stopHookMode: unsupported-in-fallback
118
+ backgroundTaskMode: unknown
119
+ checkpointMode: unspecified
120
+ pluginContextMode: skills-and-state-only
121
+ platformNuances: []
122
+ evidenceRefs:
123
+ - repo-sdk-fallback
124
+ - id: lifecycleSemantics:opencode:ge-0-0-0
125
+ kind: LifecycleSemantics
126
+ lifecycleSemanticsId: lifecycleSemantics:opencode:ge-0-0-0
127
+ agentId: opencode
128
+ versionRange: ">=0.0.0"
129
+ runtimeHookMode: native-event-hooks
130
+ stopHookMode: session-idle-hook
131
+ backgroundTaskMode: unknown
132
+ checkpointMode: unspecified
133
+ pluginContextMode: plugin.json + event hooks
134
+ platformNuances: []
135
+ evidenceRefs:
136
+ - repo-sdk-fallback
137
+ - repo-target-index
138
+ - id: lifecycleSemantics:openclaw:ge-0-0-0
139
+ kind: LifecycleSemantics
140
+ lifecycleSemanticsId: lifecycleSemantics:openclaw:ge-0-0-0
141
+ agentId: openclaw
142
+ versionRange: ">=0.0.0"
143
+ runtimeHookMode: event-hooks-mapped-but-fallback-unsupported
144
+ stopHookMode: fallback-unsupported
145
+ backgroundTaskMode: unknown
146
+ checkpointMode: unspecified
147
+ pluginContextMode: plugin.json + adapter events
148
+ platformNuances: []
149
+ evidenceRefs:
150
+ - repo-sdk-fallback
151
+ - repo-target-index
@@ -0,0 +1,289 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/runtime-semantics/paths.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: path:.a5c-runs
6
+ kind: PathDescriptor
7
+ pathId: .a5c-runs
8
+ path: .a5c/runs
9
+ pathKind: session-state-dir
10
+ ownerKind: GraphDocument
11
+ ownerId: graph:agent-catalog
12
+ platform: cross-platform
13
+ notes: Shared fallback run/session directory for harness metadata.
14
+ evidenceRefs:
15
+ - repo-sdk-fallback
16
+ - id: path:agent-catalog-graph
17
+ kind: PathDescriptor
18
+ pathId: agent-catalog-graph
19
+ path: packages/agent-catalog/graph
20
+ pathKind: source-of-truth-dir
21
+ ownerKind: PackageSurface
22
+ ownerId: package:@a5c-ai/agent-catalog
23
+ platform: repo
24
+ notes: Authoritative YAML graph source for agent-catalog.
25
+ evidenceRefs:
26
+ - repo-agent-catalog-package
27
+ - id: path:catalog-api
28
+ kind: PathDescriptor
29
+ pathId: catalog-api
30
+ path: packages/catalog/src/app/api/agents
31
+ pathKind: api-surface
32
+ ownerKind: PackageSurface
33
+ ownerId: package:@a5c-ai/catalog
34
+ platform: repo
35
+ notes: UI/API consumer of graph-backed agent catalog rows.
36
+ evidenceRefs:
37
+ - repo-process-catalog
38
+ - id: path:transport-mux
39
+ kind: PathDescriptor
40
+ pathId: transport-mux
41
+ path: packages/transport-mux
42
+ pathKind: ontology-source
43
+ ownerKind: PackageSurface
44
+ ownerId: package:@a5c-ai/transport-mux
45
+ platform: repo
46
+ notes: Protocol/provider ontology reference package.
47
+ evidenceRefs:
48
+ - repo-transport-mux-readme
49
+ - repo-transport-mux-architecture
50
+ - id: path:auto:packages-catalog-process-library-catalog-js
51
+ kind: PathDescriptor
52
+ pathId: path:auto:packages-catalog-process-library-catalog-js
53
+ path: packages/catalog/process-library-catalog.js
54
+ pathKind: repo-path
55
+ ownerKind: ProcessDescriptor
56
+ ownerId: process:packages/catalog/process-library-catalog
57
+ platform: repo
58
+ notes: Process Library Catalog
59
+ evidenceRefs: &a1
60
+ - repo-process-catalog
61
+ - id: path:auto:packages-catalog-src-app
62
+ kind: PathDescriptor
63
+ pathId: path:auto:packages-catalog-src-app
64
+ path: packages/catalog/src/app
65
+ pathKind: repo-path
66
+ ownerKind: ProcessDescriptor
67
+ ownerId: process:packages/catalog/process-library-catalog
68
+ platform: repo
69
+ notes: Process Library Catalog
70
+ evidenceRefs: *a1
71
+ - id: path:auto:packages-catalog-src-lib
72
+ kind: PathDescriptor
73
+ pathId: path:auto:packages-catalog-src-lib
74
+ path: packages/catalog/src/lib
75
+ pathKind: repo-path
76
+ ownerKind: ProcessDescriptor
77
+ ownerId: process:packages/catalog/process-library-catalog
78
+ platform: repo
79
+ notes: Process Library Catalog
80
+ evidenceRefs: *a1
81
+ - id: path:auto:packages-agent-mux-processes-model-catalog-js
82
+ kind: PathDescriptor
83
+ pathId: path:auto:packages-agent-mux-processes-model-catalog-js
84
+ path: packages/agent-mux/processes/model-catalog.js
85
+ pathKind: repo-path
86
+ ownerKind: ProcessDescriptor
87
+ ownerId: process:agent-mux/model-catalog
88
+ platform: repo
89
+ notes: Agent Mux Model Catalog
90
+ evidenceRefs:
91
+ - repo-agent-mux-model-catalog
92
+ - id: path:auto:packages-agent-plugins-mux-src-targets-claude-code-ts
93
+ kind: PathDescriptor
94
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-claude-code-ts
95
+ path: packages/agent-plugins-mux/src/targets/claude-code.ts
96
+ pathKind: manifest
97
+ ownerKind: PluginArtifact
98
+ ownerId: pluginArtifact:claude-code:manifest
99
+ platform: repo
100
+ notes: claude-code
101
+ evidenceRefs:
102
+ - repo-target-index
103
+ - id: path:auto:ghcr-io-anthropics-claude-code
104
+ kind: PathDescriptor
105
+ pathId: path:auto:ghcr-io-anthropics-claude-code
106
+ path: ghcr.io/anthropics/claude-code
107
+ pathKind: container-image
108
+ ownerKind: PluginArtifact
109
+ ownerId: pluginArtifact:claude-code:container-image
110
+ platform: repo
111
+ notes: claude-code
112
+ evidenceRefs:
113
+ - repo-sdk-fallback
114
+ - id: path:auto:packages-agent-plugins-mux-src-targets-codex-ts
115
+ kind: PathDescriptor
116
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-codex-ts
117
+ path: packages/agent-plugins-mux/src/targets/codex.ts
118
+ pathKind: manifest
119
+ ownerKind: PluginArtifact
120
+ ownerId: pluginArtifact:codex:manifest
121
+ platform: repo
122
+ notes: codex
123
+ evidenceRefs:
124
+ - repo-target-index
125
+ - id: path:auto:ghcr-io-openai-codex
126
+ kind: PathDescriptor
127
+ pathId: path:auto:ghcr-io-openai-codex
128
+ path: ghcr.io/openai/codex
129
+ pathKind: container-image
130
+ ownerKind: PluginArtifact
131
+ ownerId: pluginArtifact:codex:container-image
132
+ platform: repo
133
+ notes: codex
134
+ evidenceRefs:
135
+ - repo-sdk-fallback
136
+ - id: path:auto:packages-agent-plugins-mux-src-targets-cursor-ts
137
+ kind: PathDescriptor
138
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-cursor-ts
139
+ path: packages/agent-plugins-mux/src/targets/cursor.ts
140
+ pathKind: manifest
141
+ ownerKind: PluginArtifact
142
+ ownerId: pluginArtifact:cursor:manifest
143
+ platform: repo
144
+ notes: cursor
145
+ evidenceRefs:
146
+ - repo-target-index
147
+ - id: path:auto:ghcr-io-cursor-cursor-agent
148
+ kind: PathDescriptor
149
+ pathId: path:auto:ghcr-io-cursor-cursor-agent
150
+ path: ghcr.io/cursor/cursor-agent
151
+ pathKind: container-image
152
+ ownerKind: PluginArtifact
153
+ ownerId: pluginArtifact:cursor:container-image
154
+ platform: repo
155
+ notes: cursor
156
+ evidenceRefs:
157
+ - repo-sdk-fallback
158
+ - id: path:auto:packages-agent-plugins-mux-src-targets-gemini-ts
159
+ kind: PathDescriptor
160
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-gemini-ts
161
+ path: packages/agent-plugins-mux/src/targets/gemini.ts
162
+ pathKind: manifest
163
+ ownerKind: PluginArtifact
164
+ ownerId: pluginArtifact:gemini:manifest
165
+ platform: repo
166
+ notes: gemini
167
+ evidenceRefs:
168
+ - repo-target-index
169
+ - id: path:auto:ghcr-io-google-gemini-cli
170
+ kind: PathDescriptor
171
+ pathId: path:auto:ghcr-io-google-gemini-cli
172
+ path: ghcr.io/google/gemini-cli
173
+ pathKind: container-image
174
+ ownerKind: PluginArtifact
175
+ ownerId: pluginArtifact:gemini:container-image
176
+ platform: repo
177
+ notes: gemini
178
+ evidenceRefs:
179
+ - repo-sdk-fallback
180
+ - id: path:auto:packages-agent-plugins-mux-src-targets-github-copilot-ts
181
+ kind: PathDescriptor
182
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-github-copilot-ts
183
+ path: packages/agent-plugins-mux/src/targets/github-copilot.ts
184
+ pathKind: manifest
185
+ ownerKind: PluginArtifact
186
+ ownerId: pluginArtifact:github-copilot:manifest
187
+ platform: repo
188
+ notes: github-copilot
189
+ evidenceRefs:
190
+ - repo-target-index
191
+ - id: path:auto:ghcr-io-github-copilot-cli
192
+ kind: PathDescriptor
193
+ pathId: path:auto:ghcr-io-github-copilot-cli
194
+ path: ghcr.io/github/copilot-cli
195
+ pathKind: container-image
196
+ ownerKind: PluginArtifact
197
+ ownerId: pluginArtifact:github-copilot:container-image
198
+ platform: repo
199
+ notes: github-copilot
200
+ evidenceRefs:
201
+ - repo-sdk-fallback
202
+ - id: path:auto:packages-agent-plugins-mux-src-targets-pi-ts
203
+ kind: PathDescriptor
204
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-pi-ts
205
+ path: packages/agent-plugins-mux/src/targets/pi.ts
206
+ pathKind: manifest
207
+ ownerKind: PluginArtifact
208
+ ownerId: pluginArtifact:pi:manifest
209
+ platform: repo
210
+ notes: pi
211
+ evidenceRefs:
212
+ - repo-target-index
213
+ - id: path:auto:ghcr-io-a5c-ai-pi
214
+ kind: PathDescriptor
215
+ pathId: path:auto:ghcr-io-a5c-ai-pi
216
+ path: ghcr.io/a5c-ai/pi
217
+ pathKind: container-image
218
+ ownerKind: PluginArtifact
219
+ ownerId: pluginArtifact:pi:container-image
220
+ platform: repo
221
+ notes: pi
222
+ evidenceRefs:
223
+ - repo-sdk-fallback
224
+ - id: path:auto:packages-agent-plugins-mux-src-targets-oh-my-pi-ts
225
+ kind: PathDescriptor
226
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-oh-my-pi-ts
227
+ path: packages/agent-plugins-mux/src/targets/oh-my-pi.ts
228
+ pathKind: manifest
229
+ ownerKind: PluginArtifact
230
+ ownerId: pluginArtifact:oh-my-pi:manifest
231
+ platform: repo
232
+ notes: oh-my-pi
233
+ evidenceRefs:
234
+ - repo-target-index
235
+ - id: path:auto:ghcr-io-a5c-ai-omp
236
+ kind: PathDescriptor
237
+ pathId: path:auto:ghcr-io-a5c-ai-omp
238
+ path: ghcr.io/a5c-ai/omp
239
+ pathKind: container-image
240
+ ownerKind: PluginArtifact
241
+ ownerId: pluginArtifact:oh-my-pi:container-image
242
+ platform: repo
243
+ notes: oh-my-pi
244
+ evidenceRefs:
245
+ - repo-sdk-fallback
246
+ - id: path:auto:packages-agent-plugins-mux-src-targets-opencode-ts
247
+ kind: PathDescriptor
248
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-opencode-ts
249
+ path: packages/agent-plugins-mux/src/targets/opencode.ts
250
+ pathKind: manifest
251
+ ownerKind: PluginArtifact
252
+ ownerId: pluginArtifact:opencode:manifest
253
+ platform: repo
254
+ notes: opencode
255
+ evidenceRefs:
256
+ - repo-target-index
257
+ - id: path:auto:ghcr-io-anomalyco-opencode
258
+ kind: PathDescriptor
259
+ pathId: path:auto:ghcr-io-anomalyco-opencode
260
+ path: ghcr.io/anomalyco/opencode
261
+ pathKind: container-image
262
+ ownerKind: PluginArtifact
263
+ ownerId: pluginArtifact:opencode:container-image
264
+ platform: repo
265
+ notes: opencode
266
+ evidenceRefs:
267
+ - repo-sdk-fallback
268
+ - id: path:auto:packages-agent-plugins-mux-src-targets-openclaw-ts
269
+ kind: PathDescriptor
270
+ pathId: path:auto:packages-agent-plugins-mux-src-targets-openclaw-ts
271
+ path: packages/agent-plugins-mux/src/targets/openclaw.ts
272
+ pathKind: manifest
273
+ ownerKind: PluginArtifact
274
+ ownerId: pluginArtifact:openclaw:manifest
275
+ platform: repo
276
+ notes: openclaw
277
+ evidenceRefs:
278
+ - repo-target-index
279
+ - id: path:auto:ghcr-io-openclaw-openclaw
280
+ kind: PathDescriptor
281
+ pathId: path:auto:ghcr-io-openclaw-openclaw
282
+ path: ghcr.io/openclaw/openclaw
283
+ pathKind: container-image
284
+ ownerKind: PluginArtifact
285
+ ownerId: pluginArtifact:openclaw:container-image
286
+ platform: repo
287
+ notes: openclaw
288
+ evidenceRefs:
289
+ - repo-sdk-fallback