@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,160 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/hooks-and-plugins/hook-surfaces.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: hook:session-start
6
+ kind: HookSurface
7
+ hookId: session-start
8
+ canonicalName: SessionStart
9
+ phase: session
10
+ blocking: false
11
+ payloadSchemaHint: runtime-specific
12
+ resultSchemaHint: runtime-specific
13
+ requiresRuntimeHooks: true
14
+ evidenceRefs:
15
+ - repo-target-index
16
+ - id: hook:stop
17
+ kind: HookSurface
18
+ hookId: stop
19
+ canonicalName: Stop
20
+ phase: agent
21
+ blocking: true
22
+ payloadSchemaHint: runtime-specific
23
+ resultSchemaHint: runtime-specific
24
+ requiresRuntimeHooks: true
25
+ evidenceRefs:
26
+ - repo-target-index
27
+ - id: hook:user-prompt-submit
28
+ kind: HookSurface
29
+ hookId: user-prompt-submit
30
+ canonicalName: UserPromptSubmit
31
+ phase: agent
32
+ blocking: false
33
+ payloadSchemaHint: runtime-specific
34
+ resultSchemaHint: runtime-specific
35
+ requiresRuntimeHooks: true
36
+ evidenceRefs:
37
+ - repo-target-index
38
+ - id: hook:pre-tool-use
39
+ kind: HookSurface
40
+ hookId: pre-tool-use
41
+ canonicalName: PreToolUse
42
+ phase: tool
43
+ blocking: false
44
+ payloadSchemaHint: runtime-specific
45
+ resultSchemaHint: runtime-specific
46
+ requiresRuntimeHooks: true
47
+ evidenceRefs:
48
+ - repo-target-index
49
+ - id: hook:post-tool-use
50
+ kind: HookSurface
51
+ hookId: post-tool-use
52
+ canonicalName: PostToolUse
53
+ phase: tool
54
+ blocking: false
55
+ payloadSchemaHint: runtime-specific
56
+ resultSchemaHint: runtime-specific
57
+ requiresRuntimeHooks: true
58
+ evidenceRefs:
59
+ - repo-target-index
60
+ - id: hook:after-agent
61
+ kind: HookSurface
62
+ hookId: after-agent
63
+ canonicalName: AfterAgent
64
+ phase: agent
65
+ blocking: false
66
+ payloadSchemaHint: runtime-specific
67
+ resultSchemaHint: runtime-specific
68
+ requiresRuntimeHooks: true
69
+ evidenceRefs:
70
+ - repo-target-index
71
+ - repo-target-gemini
72
+ - id: hook:session-end
73
+ kind: HookSurface
74
+ hookId: session-end
75
+ canonicalName: SessionEnd
76
+ phase: session
77
+ blocking: false
78
+ payloadSchemaHint: runtime-specific
79
+ resultSchemaHint: runtime-specific
80
+ requiresRuntimeHooks: true
81
+ evidenceRefs:
82
+ - repo-target-index
83
+ - repo-target-copilot
84
+ - id: hook:session-idle
85
+ kind: HookSurface
86
+ hookId: session-idle
87
+ canonicalName: SessionIdle
88
+ phase: session
89
+ blocking: false
90
+ payloadSchemaHint: runtime-specific
91
+ resultSchemaHint: runtime-specific
92
+ requiresRuntimeHooks: true
93
+ evidenceRefs:
94
+ - repo-target-index
95
+ - id: hook:shell-env
96
+ kind: HookSurface
97
+ hookId: shell-env
98
+ canonicalName: ShellEnv
99
+ phase: agent
100
+ blocking: false
101
+ payloadSchemaHint: runtime-specific
102
+ resultSchemaHint: runtime-specific
103
+ requiresRuntimeHooks: true
104
+ evidenceRefs:
105
+ - repo-target-index
106
+ - id: hook:before-prompt-build
107
+ kind: HookSurface
108
+ hookId: before-prompt-build
109
+ canonicalName: BeforePromptBuild
110
+ phase: agent
111
+ blocking: false
112
+ payloadSchemaHint: runtime-specific
113
+ resultSchemaHint: runtime-specific
114
+ requiresRuntimeHooks: true
115
+ evidenceRefs:
116
+ - repo-target-index
117
+ - id: hook:subagent-stop
118
+ kind: HookSurface
119
+ hookId: subagent-stop
120
+ canonicalName: SubagentStop
121
+ phase: agent
122
+ blocking: false
123
+ payloadSchemaHint: runtime-specific
124
+ resultSchemaHint: runtime-specific
125
+ requiresRuntimeHooks: true
126
+ evidenceRefs:
127
+ - repo-target-index
128
+ - id: hook:notification
129
+ kind: HookSurface
130
+ hookId: notification
131
+ canonicalName: Notification
132
+ phase: agent
133
+ blocking: false
134
+ payloadSchemaHint: runtime-specific
135
+ resultSchemaHint: runtime-specific
136
+ requiresRuntimeHooks: true
137
+ evidenceRefs:
138
+ - repo-target-index
139
+ - id: hook:pre-compact
140
+ kind: HookSurface
141
+ hookId: pre-compact
142
+ canonicalName: PreCompact
143
+ phase: agent
144
+ blocking: false
145
+ payloadSchemaHint: runtime-specific
146
+ resultSchemaHint: runtime-specific
147
+ requiresRuntimeHooks: true
148
+ evidenceRefs:
149
+ - repo-target-index
150
+ - id: hook:before-provider-request
151
+ kind: HookSurface
152
+ hookId: before-provider-request
153
+ canonicalName: BeforeProviderRequest
154
+ phase: agent
155
+ blocking: false
156
+ payloadSchemaHint: runtime-specific
157
+ resultSchemaHint: runtime-specific
158
+ requiresRuntimeHooks: true
159
+ evidenceRefs:
160
+ - repo-target-index
@@ -0,0 +1,229 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/hooks-and-plugins/plugin-artifacts.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: pluginArtifact:claude-code:manifest
6
+ kind: PluginArtifact
7
+ artifactId: pluginArtifact:claude-code:manifest
8
+ targetId: claude-code
9
+ artifactKind: manifest
10
+ pathPattern: packages/agent-plugins-mux/src/targets/claude-code.ts
11
+ scriptVariants:
12
+ - markdown-commands
13
+ contextFiles:
14
+ - packages/agent-plugins-mux/src/targets/claude-code.ts
15
+ installerSurface: plugin.json
16
+ evidenceRefs:
17
+ - repo-target-index
18
+ - id: pluginArtifact:claude-code:container-image
19
+ kind: PluginArtifact
20
+ artifactId: pluginArtifact:claude-code:container-image
21
+ targetId: claude-code
22
+ artifactKind: container-image
23
+ pathPattern: ghcr.io/anthropics/claude-code
24
+ scriptVariants:
25
+ - preinstalled
26
+ contextFiles: []
27
+ installerSurface: latest
28
+ evidenceRefs:
29
+ - repo-sdk-fallback
30
+ - id: pluginArtifact:codex:manifest
31
+ kind: PluginArtifact
32
+ artifactId: pluginArtifact:codex:manifest
33
+ targetId: codex
34
+ artifactKind: manifest
35
+ pathPattern: packages/agent-plugins-mux/src/targets/codex.ts
36
+ scriptVariants:
37
+ - package-json commands
38
+ contextFiles:
39
+ - packages/agent-plugins-mux/src/targets/codex.ts
40
+ installerSurface: package.json + hooks.json
41
+ evidenceRefs:
42
+ - repo-target-index
43
+ - id: pluginArtifact:codex:container-image
44
+ kind: PluginArtifact
45
+ artifactId: pluginArtifact:codex:container-image
46
+ targetId: codex
47
+ artifactKind: container-image
48
+ pathPattern: ghcr.io/openai/codex
49
+ scriptVariants:
50
+ - preinstalled
51
+ contextFiles: []
52
+ installerSurface: latest
53
+ evidenceRefs:
54
+ - repo-sdk-fallback
55
+ - id: pluginArtifact:cursor:manifest
56
+ kind: PluginArtifact
57
+ artifactId: pluginArtifact:cursor:manifest
58
+ targetId: cursor
59
+ artifactKind: manifest
60
+ pathPattern: packages/agent-plugins-mux/src/targets/cursor.ts
61
+ scriptVariants:
62
+ - markdown-commands
63
+ contextFiles:
64
+ - packages/agent-plugins-mux/src/targets/cursor.ts
65
+ installerSurface: plugin.json
66
+ evidenceRefs:
67
+ - repo-target-index
68
+ - id: pluginArtifact:cursor:container-image
69
+ kind: PluginArtifact
70
+ artifactId: pluginArtifact:cursor:container-image
71
+ targetId: cursor
72
+ artifactKind: container-image
73
+ pathPattern: ghcr.io/cursor/cursor-agent
74
+ scriptVariants:
75
+ - preinstalled
76
+ contextFiles: []
77
+ installerSurface: latest
78
+ evidenceRefs:
79
+ - repo-sdk-fallback
80
+ - id: pluginArtifact:gemini:manifest
81
+ kind: PluginArtifact
82
+ artifactId: pluginArtifact:gemini:manifest
83
+ targetId: gemini
84
+ artifactKind: manifest
85
+ pathPattern: packages/agent-plugins-mux/src/targets/gemini.ts
86
+ scriptVariants:
87
+ - extension-manifest
88
+ contextFiles:
89
+ - packages/agent-plugins-mux/src/targets/gemini.ts
90
+ installerSurface: plugin.json + gemini-extension.json
91
+ evidenceRefs:
92
+ - repo-target-index
93
+ - id: pluginArtifact:gemini:container-image
94
+ kind: PluginArtifact
95
+ artifactId: pluginArtifact:gemini:container-image
96
+ targetId: gemini
97
+ artifactKind: container-image
98
+ pathPattern: ghcr.io/google/gemini-cli
99
+ scriptVariants:
100
+ - preinstalled
101
+ contextFiles: []
102
+ installerSurface: latest
103
+ evidenceRefs:
104
+ - repo-sdk-fallback
105
+ - id: pluginArtifact:github-copilot:manifest
106
+ kind: PluginArtifact
107
+ artifactId: pluginArtifact:github-copilot:manifest
108
+ targetId: github-copilot
109
+ artifactKind: manifest
110
+ pathPattern: packages/agent-plugins-mux/src/targets/github-copilot.ts
111
+ scriptVariants:
112
+ - markdown-commands
113
+ contextFiles:
114
+ - packages/agent-plugins-mux/src/targets/github-copilot.ts
115
+ installerSurface: plugin.json
116
+ evidenceRefs:
117
+ - repo-target-index
118
+ - id: pluginArtifact:github-copilot:container-image
119
+ kind: PluginArtifact
120
+ artifactId: pluginArtifact:github-copilot:container-image
121
+ targetId: github-copilot
122
+ artifactKind: container-image
123
+ pathPattern: ghcr.io/github/copilot-cli
124
+ scriptVariants:
125
+ - preinstalled
126
+ contextFiles: []
127
+ installerSurface: latest
128
+ evidenceRefs:
129
+ - repo-sdk-fallback
130
+ - id: pluginArtifact:pi:manifest
131
+ kind: PluginArtifact
132
+ artifactId: pluginArtifact:pi:manifest
133
+ targetId: pi
134
+ artifactKind: manifest
135
+ pathPattern: packages/agent-plugins-mux/src/targets/pi.ts
136
+ scriptVariants:
137
+ - none
138
+ contextFiles:
139
+ - packages/agent-plugins-mux/src/targets/pi.ts
140
+ installerSurface: state-only
141
+ evidenceRefs:
142
+ - repo-target-index
143
+ - id: pluginArtifact:pi:container-image
144
+ kind: PluginArtifact
145
+ artifactId: pluginArtifact:pi:container-image
146
+ targetId: pi
147
+ artifactKind: container-image
148
+ pathPattern: ghcr.io/a5c-ai/pi
149
+ scriptVariants:
150
+ - preinstalled
151
+ contextFiles: []
152
+ installerSurface: latest
153
+ evidenceRefs:
154
+ - repo-sdk-fallback
155
+ - id: pluginArtifact:oh-my-pi:manifest
156
+ kind: PluginArtifact
157
+ artifactId: pluginArtifact:oh-my-pi:manifest
158
+ targetId: oh-my-pi
159
+ artifactKind: manifest
160
+ pathPattern: packages/agent-plugins-mux/src/targets/oh-my-pi.ts
161
+ scriptVariants:
162
+ - none
163
+ contextFiles:
164
+ - packages/agent-plugins-mux/src/targets/oh-my-pi.ts
165
+ installerSurface: state-only
166
+ evidenceRefs:
167
+ - repo-target-index
168
+ - id: pluginArtifact:oh-my-pi:container-image
169
+ kind: PluginArtifact
170
+ artifactId: pluginArtifact:oh-my-pi:container-image
171
+ targetId: oh-my-pi
172
+ artifactKind: container-image
173
+ pathPattern: ghcr.io/a5c-ai/omp
174
+ scriptVariants:
175
+ - preinstalled
176
+ contextFiles: []
177
+ installerSurface: latest
178
+ evidenceRefs:
179
+ - repo-sdk-fallback
180
+ - id: pluginArtifact:opencode:manifest
181
+ kind: PluginArtifact
182
+ artifactId: pluginArtifact:opencode:manifest
183
+ targetId: opencode
184
+ artifactKind: manifest
185
+ pathPattern: packages/agent-plugins-mux/src/targets/opencode.ts
186
+ scriptVariants:
187
+ - event-hooks
188
+ contextFiles:
189
+ - packages/agent-plugins-mux/src/targets/opencode.ts
190
+ installerSurface: plugin.json
191
+ evidenceRefs:
192
+ - repo-target-index
193
+ - id: pluginArtifact:opencode:container-image
194
+ kind: PluginArtifact
195
+ artifactId: pluginArtifact:opencode:container-image
196
+ targetId: opencode
197
+ artifactKind: container-image
198
+ pathPattern: ghcr.io/anomalyco/opencode
199
+ scriptVariants:
200
+ - preinstalled
201
+ contextFiles: []
202
+ installerSurface: latest
203
+ evidenceRefs:
204
+ - repo-sdk-fallback
205
+ - id: pluginArtifact:openclaw:manifest
206
+ kind: PluginArtifact
207
+ artifactId: pluginArtifact:openclaw:manifest
208
+ targetId: openclaw
209
+ artifactKind: manifest
210
+ pathPattern: packages/agent-plugins-mux/src/targets/openclaw.ts
211
+ scriptVariants:
212
+ - event-hooks
213
+ contextFiles:
214
+ - packages/agent-plugins-mux/src/targets/openclaw.ts
215
+ installerSurface: plugin.json
216
+ evidenceRefs:
217
+ - repo-target-index
218
+ - id: pluginArtifact:openclaw:container-image
219
+ kind: PluginArtifact
220
+ artifactId: pluginArtifact:openclaw:container-image
221
+ targetId: openclaw
222
+ artifactKind: container-image
223
+ pathPattern: ghcr.io/openclaw/openclaw
224
+ scriptVariants:
225
+ - preinstalled
226
+ contextFiles: []
227
+ installerSurface: latest
228
+ evidenceRefs:
229
+ - repo-sdk-fallback
@@ -0,0 +1,330 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/hooks-and-plugins/plugin-targets.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: pluginTarget:claude-code
6
+ kind: PluginTarget
7
+ targetId: claude-code
8
+ displayName: Claude Code
9
+ adapterName: claude
10
+ pluginRootEnvVar: CLAUDE_PLUGIN_ROOT
11
+ pluginRootEnvVarForExtension: null
12
+ manifestFormat: plugin.json + openclaw.plugin.json
13
+ commandFormat: markdown-commands
14
+ skillHandling: native
15
+ hookRegistrationFormat: claude-code
16
+ scriptVariants:
17
+ - bash
18
+ adapterFamily: shell-hook
19
+ distribution: marketplace
20
+ distributionModel: workspace-generated
21
+ marketplacePath: .claude-plugin/marketplace.json
22
+ installLayout:
23
+ harnessHomeRelative: null
24
+ pluginsDirRelative: null
25
+ marketplacePathRelative: null
26
+ packageMetadata:
27
+ moduleType: commonjs
28
+ binScriptExt: .js
29
+ installLifecycle: none
30
+ activationMessage: restart
31
+ extraPackageFiles: []
32
+ extraScripts: {}
33
+ emitCjsWrappers: false
34
+ componentSupport:
35
+ agents: unsupported
36
+ context: unsupported
37
+ npmPublishable: false
38
+ evidenceRefs:
39
+ - repo-target-index
40
+ - id: pluginTarget:codex
41
+ kind: PluginTarget
42
+ targetId: codex
43
+ displayName: Codex
44
+ adapterName: codex
45
+ pluginRootEnvVar: null
46
+ pluginRootEnvVarForExtension: null
47
+ manifestFormat: package.json + hooks.json
48
+ commandFormat: package-json commands
49
+ skillHandling: derived-from-commands
50
+ hookRegistrationFormat: codex
51
+ scriptVariants:
52
+ - bash
53
+ adapterFamily: shell-hook
54
+ distribution: npm-cli
55
+ distributionModel: workspace-generated
56
+ marketplacePath: .agents/plugins/marketplace.json
57
+ npmPublishable: false
58
+ installLayout:
59
+ harnessHomeRelative: .codex
60
+ pluginsDirRelative: .agents/plugins
61
+ marketplacePathRelative: .agents/plugins/marketplace.json
62
+ packageMetadata:
63
+ moduleType: commonjs
64
+ binScriptExt: .js
65
+ installLifecycle: none
66
+ activationMessage: codex-open-plugins
67
+ extraPackageFiles: []
68
+ extraScripts: {}
69
+ emitCjsWrappers: false
70
+ componentSupport:
71
+ agents: unsupported
72
+ context: unsupported
73
+ evidenceRefs:
74
+ - repo-target-index
75
+ - id: pluginTarget:cursor
76
+ kind: PluginTarget
77
+ targetId: cursor
78
+ displayName: Cursor
79
+ adapterName: cursor
80
+ pluginRootEnvVar: CURSOR_PLUGIN_ROOT
81
+ pluginRootEnvVarForExtension: null
82
+ manifestFormat: plugin.json
83
+ commandFormat: markdown-commands
84
+ skillHandling: derived-from-commands
85
+ hookRegistrationFormat: cursor
86
+ scriptVariants:
87
+ - bash
88
+ - powershell
89
+ adapterFamily: shell-hook
90
+ distribution: both
91
+ distributionModel: workspace-generated
92
+ marketplacePath: null
93
+ npmPublishable: false
94
+ installLayout:
95
+ harnessHomeRelative: .cursor
96
+ pluginsDirRelative: null
97
+ marketplacePathRelative: null
98
+ packageMetadata:
99
+ moduleType: commonjs
100
+ binScriptExt: .js
101
+ installLifecycle: postinstall
102
+ activationMessage: restart
103
+ extraPackageFiles:
104
+ - hooks.json
105
+ extraScripts: {}
106
+ emitCjsWrappers: false
107
+ componentSupport:
108
+ agents: unsupported
109
+ context: unsupported
110
+ evidenceRefs:
111
+ - repo-target-index
112
+ - id: pluginTarget:gemini
113
+ kind: PluginTarget
114
+ targetId: gemini
115
+ displayName: Gemini CLI
116
+ adapterName: gemini
117
+ pluginRootEnvVar: GEMINI_EXTENSION_PATH
118
+ pluginRootEnvVarForExtension: null
119
+ manifestFormat: plugin.json + gemini-extension.json
120
+ commandFormat: extension-manifest
121
+ skillHandling: native
122
+ hookRegistrationFormat: gemini
123
+ scriptVariants:
124
+ - bash
125
+ adapterFamily: shell-hook
126
+ distribution: npm-cli
127
+ distributionModel: workspace-generated
128
+ marketplacePath: null
129
+ npmPublishable: false
130
+ installLayout:
131
+ harnessHomeRelative: null
132
+ pluginsDirRelative: null
133
+ marketplacePathRelative: null
134
+ packageMetadata:
135
+ moduleType: commonjs
136
+ binScriptExt: .js
137
+ installLifecycle: plugin-scripts
138
+ activationMessage: restart
139
+ extraPackageFiles: []
140
+ extraScripts: {}
141
+ emitCjsWrappers: false
142
+ componentSupport:
143
+ agents: unsupported
144
+ context: native
145
+ evidenceRefs:
146
+ - repo-target-index
147
+ - id: pluginTarget:github-copilot
148
+ kind: PluginTarget
149
+ targetId: github-copilot
150
+ displayName: GitHub Copilot
151
+ adapterName: copilot
152
+ pluginRootEnvVar: COPILOT_PLUGIN_DIR
153
+ pluginRootEnvVarForExtension: null
154
+ manifestFormat: plugin.json
155
+ commandFormat: markdown-commands
156
+ skillHandling: derived-from-commands
157
+ hookRegistrationFormat: github-copilot
158
+ scriptVariants:
159
+ - bash
160
+ - powershell
161
+ adapterFamily: shell-hook
162
+ distribution: both
163
+ distributionModel: workspace-generated
164
+ marketplacePath: null
165
+ npmPublishable: true
166
+ installLayout:
167
+ harnessHomeRelative: .copilot
168
+ pluginsDirRelative: null
169
+ marketplacePathRelative: null
170
+ packageMetadata:
171
+ moduleType: commonjs
172
+ binScriptExt: .js
173
+ installLifecycle: plugin-scripts
174
+ activationMessage: restart
175
+ extraPackageFiles:
176
+ - hooks.json
177
+ - AGENTS.md
178
+ extraScripts: {}
179
+ emitCjsWrappers: false
180
+ componentSupport:
181
+ agents: native
182
+ context: native
183
+ evidenceRefs:
184
+ - repo-target-index
185
+ - id: pluginTarget:pi
186
+ kind: PluginTarget
187
+ targetId: pi
188
+ displayName: Pi
189
+ adapterName: pi
190
+ pluginRootEnvVar: null
191
+ pluginRootEnvVarForExtension: PI_PLUGIN_ROOT
192
+ manifestFormat: state-only
193
+ commandFormat: markdown-commands
194
+ skillHandling: derived-from-commands
195
+ hookRegistrationFormat: null
196
+ scriptVariants:
197
+ - javascript
198
+ adapterFamily: programmatic
199
+ distribution: npm-cli
200
+ distributionModel: workspace-generated
201
+ marketplacePath: null
202
+ npmPublishable: true
203
+ installLayout:
204
+ harnessHomeRelative: null
205
+ pluginsDirRelative: null
206
+ marketplacePathRelative: null
207
+ packageMetadata:
208
+ moduleType: module
209
+ binScriptExt: .cjs
210
+ installLifecycle: none
211
+ activationMessage: restart
212
+ extraPackageFiles: []
213
+ extraScripts: {}
214
+ peerDependencyPackage: '@mariozechner/pi-coding-agent'
215
+ emitCjsWrappers: false
216
+ componentSupport:
217
+ agents: native
218
+ context: native
219
+ evidenceRefs:
220
+ - repo-target-index
221
+ - id: pluginTarget:oh-my-pi
222
+ kind: PluginTarget
223
+ targetId: oh-my-pi
224
+ displayName: Oh-My-Pi
225
+ adapterName: omp
226
+ pluginRootEnvVar: null
227
+ pluginRootEnvVarForExtension: OMP_PLUGIN_ROOT
228
+ manifestFormat: state-only
229
+ commandFormat: markdown-commands
230
+ skillHandling: derived-from-commands
231
+ hookRegistrationFormat: null
232
+ scriptVariants:
233
+ - javascript
234
+ adapterFamily: programmatic
235
+ distribution: npm-cli
236
+ distributionModel: workspace-generated
237
+ marketplacePath: null
238
+ npmPublishable: true
239
+ installLayout:
240
+ harnessHomeRelative: null
241
+ pluginsDirRelative: null
242
+ marketplacePathRelative: null
243
+ packageMetadata:
244
+ moduleType: module
245
+ binScriptExt: .cjs
246
+ installLifecycle: none
247
+ activationMessage: restart
248
+ extraPackageFiles: []
249
+ extraScripts: {}
250
+ peerDependencyPackage: '@oh-my-pi/pi-coding-agent'
251
+ emitCjsWrappers: false
252
+ componentSupport:
253
+ agents: native
254
+ context: native
255
+ evidenceRefs:
256
+ - repo-target-index
257
+ - id: pluginTarget:opencode
258
+ kind: PluginTarget
259
+ targetId: opencode
260
+ displayName: OpenCode
261
+ adapterName: opencode
262
+ pluginRootEnvVar: OPENCODE_PLUGIN_ROOT
263
+ pluginRootEnvVarForExtension: null
264
+ manifestFormat: plugin.json
265
+ commandFormat: event-hooks
266
+ skillHandling: derived-from-commands
267
+ hookRegistrationFormat: opencode
268
+ scriptVariants:
269
+ - javascript
270
+ adapterFamily: programmatic
271
+ distribution: npm-cli
272
+ distributionModel: workspace-generated
273
+ marketplacePath: null
274
+ npmPublishable: false
275
+ installLayout:
276
+ harnessHomeRelative: .opencode
277
+ pluginsDirRelative: null
278
+ marketplacePathRelative: null
279
+ packageMetadata:
280
+ moduleType: commonjs
281
+ binScriptExt: .js
282
+ installLifecycle: postinstall
283
+ activationMessage: restart
284
+ extraPackageFiles: []
285
+ extraScripts:
286
+ test: node test/integration.test.js
287
+ "sync:commands": node scripts/sync-command-docs.cjs
288
+ emitCjsWrappers: true
289
+ componentSupport:
290
+ agents: unsupported
291
+ context: unsupported
292
+ evidenceRefs:
293
+ - repo-target-index
294
+ - id: pluginTarget:openclaw
295
+ kind: PluginTarget
296
+ targetId: openclaw
297
+ displayName: OpenClaw
298
+ adapterName: openclaw
299
+ pluginRootEnvVar: null
300
+ pluginRootEnvVarForExtension: null
301
+ manifestFormat: plugin.json
302
+ commandFormat: event-hooks
303
+ skillHandling: derived-from-commands
304
+ hookRegistrationFormat: openclaw
305
+ scriptVariants:
306
+ - bash
307
+ - typescript
308
+ adapterFamily: programmatic
309
+ distribution: npm-cli
310
+ distributionModel: workspace-generated
311
+ marketplacePath: null
312
+ npmPublishable: false
313
+ installLayout:
314
+ harnessHomeRelative: .openclaw
315
+ pluginsDirRelative: null
316
+ marketplacePathRelative: null
317
+ packageMetadata:
318
+ moduleType: module
319
+ binScriptExt: .cjs
320
+ installLifecycle: none
321
+ activationMessage: restart
322
+ extraPackageFiles: []
323
+ extraScripts: {}
324
+ peerDependencyPackage: openclaw
325
+ emitCjsWrappers: false
326
+ componentSupport:
327
+ agents: unsupported
328
+ context: unsupported
329
+ evidenceRefs:
330
+ - repo-target-index