@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,104 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/cursor.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:cursor:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:cursor:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:cursor:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: Cursor rules and AGENTS.md support provide the strongest first-party basis for reusable persistent guidance in the local skills abstraction.
14
+ evidenceRefs: &cursorSkills
15
+ - repo-sdk-fallback
16
+ - repo-target-cursor
17
+ - repo-target-index
18
+ - web-cursor-rules
19
+ - id: capabilitySupport:cursor:ge-0-0-0:thinking
20
+ kind: CapabilitySupport
21
+ supportId: capabilitySupport:cursor:ge-0-0-0:thinking
22
+ capabilityId: thinking
23
+ supportLevel: native
24
+ subjectKind: AgentVersion
25
+ subjectId: agentVersion:cursor:ge-0-0-0
26
+ versionRange: ">=0.0.0"
27
+ notes: Cursor documents both IDE and terminal agent surfaces for autonomous coding tasks.
28
+ evidenceRefs: &cursorCore
29
+ - repo-sdk-fallback
30
+ - web-cursor-agent-overview
31
+ - web-cursor-cli-overview
32
+ - web-cursor-cli-using
33
+ - id: capabilitySupport:cursor:ge-0-0-0:interactive-mode
34
+ kind: CapabilitySupport
35
+ supportId: capabilitySupport:cursor:ge-0-0-0:interactive-mode
36
+ capabilityId: interactive-mode
37
+ supportLevel: native
38
+ subjectKind: AgentVersion
39
+ subjectId: agentVersion:cursor:ge-0-0-0
40
+ versionRange: ">=0.0.0"
41
+ notes: Interactive Cursor behavior is backed by the CLI and agent docs rather than repo-only target metadata.
42
+ evidenceRefs: *cursorCore
43
+ - id: capabilitySupport:cursor:ge-0-0-0:stdin-injection
44
+ kind: CapabilitySupport
45
+ supportId: capabilitySupport:cursor:ge-0-0-0:stdin-injection
46
+ capabilityId: stdin-injection
47
+ supportLevel: native
48
+ subjectKind: AgentVersion
49
+ subjectId: agentVersion:cursor:ge-0-0-0
50
+ versionRange: ">=0.0.0"
51
+ notes: Cursor documents headless and terminal-driven execution flows for non-interactive usage.
52
+ evidenceRefs: &cursorStdin
53
+ - repo-sdk-fallback
54
+ - web-cursor-cli-headless
55
+ - web-cursor-cli-using
56
+ - id: capabilitySupport:cursor:ge-0-0-0:image-input
57
+ kind: CapabilitySupport
58
+ supportId: capabilitySupport:cursor:ge-0-0-0:image-input
59
+ capabilityId: image-input
60
+ supportLevel: native
61
+ subjectKind: AgentVersion
62
+ subjectId: agentVersion:cursor:ge-0-0-0
63
+ versionRange: ">=0.0.0"
64
+ notes: Cursor's agent overview documents image-capable reads and image generation, which is the strongest public basis for multimodal support.
65
+ evidenceRefs: &cursorImages
66
+ - repo-sdk-fallback
67
+ - web-cursor-agent-overview
68
+ - id: capabilitySupport:cursor:ge-0-0-0:runtime-hooks
69
+ kind: CapabilitySupport
70
+ supportId: capabilitySupport:cursor:ge-0-0-0:runtime-hooks
71
+ capabilityId: runtime-hooks
72
+ supportLevel: native
73
+ subjectKind: AgentVersion
74
+ subjectId: agentVersion:cursor:ge-0-0-0
75
+ versionRange: ">=0.0.0"
76
+ notes: Cursor exposes hooks directly and the local target profile refines which canonical hook names map into the shared ontology.
77
+ evidenceRefs: &cursorHooks
78
+ - repo-sdk-fallback
79
+ - repo-target-cursor
80
+ - repo-target-index
81
+ - web-cursor-hooks
82
+ - id: capabilitySupport:cursor:ge-0-0-0:stop-hook
83
+ kind: CapabilitySupport
84
+ supportId: capabilitySupport:cursor:ge-0-0-0:stop-hook
85
+ capabilityId: stop-hook
86
+ supportLevel: native
87
+ subjectKind: AgentVersion
88
+ subjectId: agentVersion:cursor:ge-0-0-0
89
+ versionRange: ">=0.0.0"
90
+ notes: The normalized stop-hook capability is grounded in Cursor hooks plus the local stop-name mapping.
91
+ evidenceRefs: *cursorHooks
92
+ - id: capabilitySupport:cursor:ge-0-0-0:session-resume
93
+ kind: CapabilitySupport
94
+ supportId: capabilitySupport:cursor:ge-0-0-0:session-resume
95
+ capabilityId: session-resume
96
+ supportLevel: native
97
+ subjectKind: AgentVersion
98
+ subjectId: agentVersion:cursor:ge-0-0-0
99
+ versionRange: ">=0.0.0"
100
+ notes: Cursor documents checkpoint restoration and persistent shell-mode context, which is the strongest public basis for resuming work.
101
+ evidenceRefs: &cursorResume
102
+ - repo-sdk-fallback
103
+ - web-cursor-agent-overview
104
+ - web-cursor-cli-shell-mode
@@ -0,0 +1,104 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/gemini.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:gemini:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:gemini:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:gemini:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: Gemini CLI documents first-class agent skills across workspace, user, and extension tiers.
14
+ evidenceRefs: &geminiSkills
15
+ - repo-sdk-fallback
16
+ - repo-target-gemini
17
+ - repo-target-index
18
+ - web-gemini-cli-skills
19
+ - id: capabilitySupport:gemini:ge-0-0-0:thinking
20
+ kind: CapabilitySupport
21
+ supportId: capabilitySupport:gemini:ge-0-0-0:thinking
22
+ capabilityId: thinking
23
+ supportLevel: native
24
+ subjectKind: AgentVersion
25
+ subjectId: agentVersion:gemini:ge-0-0-0
26
+ versionRange: ">=0.0.0"
27
+ notes: Gemini CLI is documented as an interactive and automation-capable terminal agent surface.
28
+ evidenceRefs: &geminiCore
29
+ - repo-sdk-fallback
30
+ - web-gemini-cli-index
31
+ - web-gemini-cli-reference
32
+ - id: capabilitySupport:gemini:ge-0-0-0:interactive-mode
33
+ kind: CapabilitySupport
34
+ supportId: capabilitySupport:gemini:ge-0-0-0:interactive-mode
35
+ capabilityId: interactive-mode
36
+ supportLevel: native
37
+ subjectKind: AgentVersion
38
+ subjectId: agentVersion:gemini:ge-0-0-0
39
+ versionRange: ">=0.0.0"
40
+ notes: Interactive REPL semantics are documented directly in the Gemini CLI reference.
41
+ evidenceRefs: *geminiCore
42
+ - id: capabilitySupport:gemini:ge-0-0-0:stdin-injection
43
+ kind: CapabilitySupport
44
+ supportId: capabilitySupport:gemini:ge-0-0-0:stdin-injection
45
+ capabilityId: stdin-injection
46
+ supportLevel: native
47
+ subjectKind: AgentVersion
48
+ subjectId: agentVersion:gemini:ge-0-0-0
49
+ versionRange: ">=0.0.0"
50
+ notes: Headless and piped execution are documented separately from interactive usage.
51
+ evidenceRefs: &geminiStdin
52
+ - repo-sdk-fallback
53
+ - web-gemini-cli-headless
54
+ - web-gemini-cli-reference
55
+ - id: capabilitySupport:gemini:ge-0-0-0:image-input
56
+ kind: CapabilitySupport
57
+ supportId: capabilitySupport:gemini:ge-0-0-0:image-input
58
+ capabilityId: image-input
59
+ supportLevel: native
60
+ subjectKind: AgentVersion
61
+ subjectId: agentVersion:gemini:ge-0-0-0
62
+ versionRange: ">=0.0.0"
63
+ notes: Public Gemini CLI evidence for image input is weaker than for hooks or resume, but the docs and changelog do describe multimodal CLI support.
64
+ evidenceRefs: &geminiImages
65
+ - repo-sdk-fallback
66
+ - web-gemini-cli-index
67
+ - web-gemini-cli-changelog
68
+ - id: capabilitySupport:gemini:ge-0-0-0:runtime-hooks
69
+ kind: CapabilitySupport
70
+ supportId: capabilitySupport:gemini:ge-0-0-0:runtime-hooks
71
+ capabilityId: runtime-hooks
72
+ supportLevel: native
73
+ subjectKind: AgentVersion
74
+ subjectId: agentVersion:gemini:ge-0-0-0
75
+ versionRange: ">=0.0.0"
76
+ notes: Gemini CLI hook events are documented directly, instead of relying on local hook-name mapping alone.
77
+ evidenceRefs: &geminiHooks
78
+ - repo-sdk-fallback
79
+ - repo-target-gemini
80
+ - repo-target-index
81
+ - web-gemini-cli-hooks
82
+ - id: capabilitySupport:gemini:ge-0-0-0:stop-hook
83
+ kind: CapabilitySupport
84
+ supportId: capabilitySupport:gemini:ge-0-0-0:stop-hook
85
+ capabilityId: stop-hook
86
+ supportLevel: native
87
+ subjectKind: AgentVersion
88
+ subjectId: agentVersion:gemini:ge-0-0-0
89
+ versionRange: ">=0.0.0"
90
+ notes: The normalized stop-hook capability is backed by Gemini's documented end-of-loop hook events rather than a literal Stop event name.
91
+ evidenceRefs: *geminiHooks
92
+ - id: capabilitySupport:gemini:ge-0-0-0:session-resume
93
+ kind: CapabilitySupport
94
+ supportId: capabilitySupport:gemini:ge-0-0-0:session-resume
95
+ capabilityId: session-resume
96
+ supportLevel: native
97
+ subjectKind: AgentVersion
98
+ subjectId: agentVersion:gemini:ge-0-0-0
99
+ versionRange: ">=0.0.0"
100
+ notes: Gemini CLI resume semantics are documented through both session management and checkpoint restoration.
101
+ evidenceRefs: &geminiResume
102
+ - repo-sdk-fallback
103
+ - web-gemini-cli-session-management
104
+ - web-gemini-cli-checkpointing
@@ -0,0 +1,74 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/omp.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:omp:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:omp:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:omp:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: Oh-My-Pi documents file-backed skills explicitly, so this row no longer relies only on the fallback metadata.
14
+ evidenceRefs: &ompSkills
15
+ - repo-sdk-fallback
16
+ - web-omp-skills
17
+ - id: capabilitySupport:omp:ge-0-0-0:thinking
18
+ kind: CapabilitySupport
19
+ supportId: capabilitySupport:omp:ge-0-0-0:thinking
20
+ capabilityId: thinking
21
+ supportLevel: native
22
+ subjectKind: AgentVersion
23
+ subjectId: agentVersion:omp:ge-0-0-0
24
+ versionRange: ">=0.0.0"
25
+ notes: Oh-My-Pi publicly describes itself as a terminal coding agent with a broad tool surface.
26
+ evidenceRefs: &ompCore
27
+ - repo-sdk-fallback
28
+ - web-omp-readme
29
+ - id: capabilitySupport:omp:ge-0-0-0:interactive-mode
30
+ kind: CapabilitySupport
31
+ supportId: capabilitySupport:omp:ge-0-0-0:interactive-mode
32
+ capabilityId: interactive-mode
33
+ supportLevel: native
34
+ subjectKind: AgentVersion
35
+ subjectId: agentVersion:omp:ge-0-0-0
36
+ versionRange: ">=0.0.0"
37
+ notes: Interactive terminal behavior is grounded in the upstream product README instead of only the local fallback metadata.
38
+ evidenceRefs: *ompCore
39
+ - id: capabilitySupport:omp:ge-0-0-0:stdin-injection
40
+ kind: CapabilitySupport
41
+ supportId: capabilitySupport:omp:ge-0-0-0:stdin-injection
42
+ capabilityId: stdin-injection
43
+ supportLevel: native
44
+ subjectKind: AgentVersion
45
+ subjectId: agentVersion:omp:ge-0-0-0
46
+ versionRange: ">=0.0.0"
47
+ notes: Public operator docs are thin for non-interactive prompting, so this row keeps the local fallback metadata as the main source of truth.
48
+ evidenceRefs:
49
+ - repo-sdk-fallback
50
+ - web-omp-readme
51
+ - id: capabilitySupport:omp:ge-0-0-0:image-input
52
+ kind: CapabilitySupport
53
+ supportId: capabilitySupport:omp:ge-0-0-0:image-input
54
+ capabilityId: image-input
55
+ supportLevel: native
56
+ subjectKind: AgentVersion
57
+ subjectId: agentVersion:omp:ge-0-0-0
58
+ versionRange: ">=0.0.0"
59
+ notes: The public README advertises image support, but public technical detail is thinner than for sessions or hooks.
60
+ evidenceRefs:
61
+ - repo-sdk-fallback
62
+ - web-omp-readme
63
+ - id: capabilitySupport:omp:ge-0-0-0:session-resume
64
+ kind: CapabilitySupport
65
+ supportId: capabilitySupport:omp:ge-0-0-0:session-resume
66
+ capabilityId: session-resume
67
+ supportLevel: native
68
+ subjectKind: AgentVersion
69
+ subjectId: agentVersion:omp:ge-0-0-0
70
+ versionRange: ">=0.0.0"
71
+ notes: Oh-My-Pi documents resume, continue, fork, and session switching as first-class session operations.
72
+ evidenceRefs: &ompResume
73
+ - repo-sdk-fallback
74
+ - web-omp-session-resume
@@ -0,0 +1,67 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/openclaw.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:openclaw:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:openclaw:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:openclaw:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: OpenClaw has mapped hook names in plugins-mux but current fallback metadata still marks runtime hooks and stop hooks unsupported.
14
+ evidenceRefs: &a1
15
+ - repo-sdk-fallback
16
+ - repo-hooks-detector
17
+ - repo-target-index
18
+ - id: capabilitySupport:openclaw:ge-0-0-0:thinking
19
+ kind: CapabilitySupport
20
+ supportId: capabilitySupport:openclaw:ge-0-0-0:thinking
21
+ capabilityId: thinking
22
+ supportLevel: native
23
+ subjectKind: AgentVersion
24
+ subjectId: agentVersion:openclaw:ge-0-0-0
25
+ versionRange: ">=0.0.0"
26
+ notes: OpenClaw has mapped hook names in plugins-mux but current fallback metadata still marks runtime hooks and stop hooks unsupported.
27
+ evidenceRefs: *a1
28
+ - id: capabilitySupport:openclaw:ge-0-0-0:interactive-mode
29
+ kind: CapabilitySupport
30
+ supportId: capabilitySupport:openclaw:ge-0-0-0:interactive-mode
31
+ capabilityId: interactive-mode
32
+ supportLevel: native
33
+ subjectKind: AgentVersion
34
+ subjectId: agentVersion:openclaw:ge-0-0-0
35
+ versionRange: ">=0.0.0"
36
+ notes: OpenClaw has mapped hook names in plugins-mux but current fallback metadata still marks runtime hooks and stop hooks unsupported.
37
+ evidenceRefs: *a1
38
+ - id: capabilitySupport:openclaw:ge-0-0-0:stdin-injection
39
+ kind: CapabilitySupport
40
+ supportId: capabilitySupport:openclaw:ge-0-0-0:stdin-injection
41
+ capabilityId: stdin-injection
42
+ supportLevel: native
43
+ subjectKind: AgentVersion
44
+ subjectId: agentVersion:openclaw:ge-0-0-0
45
+ versionRange: ">=0.0.0"
46
+ notes: OpenClaw has mapped hook names in plugins-mux but current fallback metadata still marks runtime hooks and stop hooks unsupported.
47
+ evidenceRefs: *a1
48
+ - id: capabilitySupport:openclaw:ge-0-0-0:image-input
49
+ kind: CapabilitySupport
50
+ supportId: capabilitySupport:openclaw:ge-0-0-0:image-input
51
+ capabilityId: image-input
52
+ supportLevel: native
53
+ subjectKind: AgentVersion
54
+ subjectId: agentVersion:openclaw:ge-0-0-0
55
+ versionRange: ">=0.0.0"
56
+ notes: OpenClaw has mapped hook names in plugins-mux but current fallback metadata still marks runtime hooks and stop hooks unsupported.
57
+ evidenceRefs: *a1
58
+ - id: capabilitySupport:openclaw:ge-0-0-0:session-resume
59
+ kind: CapabilitySupport
60
+ supportId: capabilitySupport:openclaw:ge-0-0-0:session-resume
61
+ capabilityId: session-resume
62
+ supportLevel: native
63
+ subjectKind: AgentVersion
64
+ subjectId: agentVersion:openclaw:ge-0-0-0
65
+ versionRange: ">=0.0.0"
66
+ notes: OpenClaw has mapped hook names in plugins-mux but current fallback metadata still marks runtime hooks and stop hooks unsupported.
67
+ evidenceRefs: *a1
@@ -0,0 +1,103 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/opencode.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:opencode:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:opencode:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:opencode:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: OpenCode documents reusable command surfaces, which is the strongest first-party basis for the local skills abstraction.
14
+ evidenceRefs: &opencodeSkills
15
+ - repo-sdk-fallback
16
+ - repo-target-index
17
+ - web-opencode-commands
18
+ - id: capabilitySupport:opencode:ge-0-0-0:thinking
19
+ kind: CapabilitySupport
20
+ supportId: capabilitySupport:opencode:ge-0-0-0:thinking
21
+ capabilityId: thinking
22
+ supportLevel: native
23
+ subjectKind: AgentVersion
24
+ subjectId: agentVersion:opencode:ge-0-0-0
25
+ versionRange: ">=0.0.0"
26
+ notes: OpenCode is documented as an interactive terminal coding surface backed by configurable providers.
27
+ evidenceRefs: &opencodeCore
28
+ - repo-sdk-fallback
29
+ - web-opencode-tui
30
+ - web-opencode-providers
31
+ - id: capabilitySupport:opencode:ge-0-0-0:interactive-mode
32
+ kind: CapabilitySupport
33
+ supportId: capabilitySupport:opencode:ge-0-0-0:interactive-mode
34
+ capabilityId: interactive-mode
35
+ supportLevel: native
36
+ subjectKind: AgentVersion
37
+ subjectId: agentVersion:opencode:ge-0-0-0
38
+ versionRange: ">=0.0.0"
39
+ notes: Interactive terminal use is documented directly in the OpenCode TUI docs.
40
+ evidenceRefs: *opencodeCore
41
+ - id: capabilitySupport:opencode:ge-0-0-0:stdin-injection
42
+ kind: CapabilitySupport
43
+ supportId: capabilitySupport:opencode:ge-0-0-0:stdin-injection
44
+ capabilityId: stdin-injection
45
+ supportLevel: native
46
+ subjectKind: AgentVersion
47
+ subjectId: agentVersion:opencode:ge-0-0-0
48
+ versionRange: ">=0.0.0"
49
+ notes: Public docs are thinner for non-interactive prompt injection, so the local fallback metadata remains the primary source of truth.
50
+ evidenceRefs:
51
+ - repo-sdk-fallback
52
+ - repo-target-index
53
+ - web-opencode-tui
54
+ - web-opencode-commands
55
+ - id: capabilitySupport:opencode:ge-0-0-0:image-input
56
+ kind: CapabilitySupport
57
+ supportId: capabilitySupport:opencode:ge-0-0-0:image-input
58
+ capabilityId: image-input
59
+ supportLevel: native
60
+ subjectKind: AgentVersion
61
+ subjectId: agentVersion:opencode:ge-0-0-0
62
+ versionRange: ">=0.0.0"
63
+ notes: Public OpenCode docs do not provide strong technical detail for image input, so this row keeps the local fallback metadata only.
64
+ evidenceRefs:
65
+ - repo-sdk-fallback
66
+ - repo-target-index
67
+ - web-opencode-tui
68
+ - id: capabilitySupport:opencode:ge-0-0-0:runtime-hooks
69
+ kind: CapabilitySupport
70
+ supportId: capabilitySupport:opencode:ge-0-0-0:runtime-hooks
71
+ capabilityId: runtime-hooks
72
+ supportLevel: native
73
+ subjectKind: AgentVersion
74
+ subjectId: agentVersion:opencode:ge-0-0-0
75
+ versionRange: ">=0.0.0"
76
+ notes: OpenCode plugins expose hook-based extensibility, which is the strongest first-party basis for runtime hooks.
77
+ evidenceRefs: &opencodeHooks
78
+ - repo-sdk-fallback
79
+ - repo-target-index
80
+ - web-opencode-plugins
81
+ - id: capabilitySupport:opencode:ge-0-0-0:stop-hook
82
+ kind: CapabilitySupport
83
+ supportId: capabilitySupport:opencode:ge-0-0-0:stop-hook
84
+ capabilityId: stop-hook
85
+ supportLevel: native
86
+ subjectKind: AgentVersion
87
+ subjectId: agentVersion:opencode:ge-0-0-0
88
+ versionRange: ">=0.0.0"
89
+ notes: The local ontology still normalizes stop-hook separately, but the public first-party support is the broader plugin hook system.
90
+ evidenceRefs: *opencodeHooks
91
+ - id: capabilitySupport:opencode:ge-0-0-0:session-resume
92
+ kind: CapabilitySupport
93
+ supportId: capabilitySupport:opencode:ge-0-0-0:session-resume
94
+ capabilityId: session-resume
95
+ supportLevel: native
96
+ subjectKind: AgentVersion
97
+ subjectId: agentVersion:opencode:ge-0-0-0
98
+ versionRange: ">=0.0.0"
99
+ notes: Public OpenCode docs describe where sessions are stored, which is useful but still weaker than the local fallback metadata for full resume semantics.
100
+ evidenceRefs:
101
+ - repo-sdk-fallback
102
+ - repo-target-index
103
+ - web-opencode-windows-wsl
@@ -0,0 +1,65 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/pi.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:pi:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:pi:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:pi:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: Pi fallback harness with interactive sessions but no runtime-hook support in current shared metadata.
14
+ evidenceRefs: &a1
15
+ - repo-sdk-fallback
16
+ - id: capabilitySupport:pi:ge-0-0-0:thinking
17
+ kind: CapabilitySupport
18
+ supportId: capabilitySupport:pi:ge-0-0-0:thinking
19
+ capabilityId: thinking
20
+ supportLevel: native
21
+ subjectKind: AgentVersion
22
+ subjectId: agentVersion:pi:ge-0-0-0
23
+ versionRange: ">=0.0.0"
24
+ notes: Pi fallback harness with interactive sessions but no runtime-hook support in current shared metadata.
25
+ evidenceRefs: *a1
26
+ - id: capabilitySupport:pi:ge-0-0-0:interactive-mode
27
+ kind: CapabilitySupport
28
+ supportId: capabilitySupport:pi:ge-0-0-0:interactive-mode
29
+ capabilityId: interactive-mode
30
+ supportLevel: native
31
+ subjectKind: AgentVersion
32
+ subjectId: agentVersion:pi:ge-0-0-0
33
+ versionRange: ">=0.0.0"
34
+ notes: Pi fallback harness with interactive sessions but no runtime-hook support in current shared metadata.
35
+ evidenceRefs: *a1
36
+ - id: capabilitySupport:pi:ge-0-0-0:stdin-injection
37
+ kind: CapabilitySupport
38
+ supportId: capabilitySupport:pi:ge-0-0-0:stdin-injection
39
+ capabilityId: stdin-injection
40
+ supportLevel: native
41
+ subjectKind: AgentVersion
42
+ subjectId: agentVersion:pi:ge-0-0-0
43
+ versionRange: ">=0.0.0"
44
+ notes: Pi fallback harness with interactive sessions but no runtime-hook support in current shared metadata.
45
+ evidenceRefs: *a1
46
+ - id: capabilitySupport:pi:ge-0-0-0:image-input
47
+ kind: CapabilitySupport
48
+ supportId: capabilitySupport:pi:ge-0-0-0:image-input
49
+ capabilityId: image-input
50
+ supportLevel: native
51
+ subjectKind: AgentVersion
52
+ subjectId: agentVersion:pi:ge-0-0-0
53
+ versionRange: ">=0.0.0"
54
+ notes: Pi fallback harness with interactive sessions but no runtime-hook support in current shared metadata.
55
+ evidenceRefs: *a1
56
+ - id: capabilitySupport:pi:ge-0-0-0:session-resume
57
+ kind: CapabilitySupport
58
+ supportId: capabilitySupport:pi:ge-0-0-0:session-resume
59
+ capabilityId: session-resume
60
+ supportLevel: native
61
+ subjectKind: AgentVersion
62
+ subjectId: agentVersion:pi:ge-0-0-0
63
+ versionRange: ">=0.0.0"
64
+ notes: Pi fallback harness with interactive sessions but no runtime-hook support in current shared metadata.
65
+ evidenceRefs: *a1
@@ -0,0 +1,73 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/provider-versions.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:anthropic:streaming
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:anthropic:streaming
8
+ capabilityId: streaming
9
+ supportLevel: provider-specific
10
+ subjectKind: ModelProviderVersion
11
+ subjectId: providerVersion:anthropic:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: anthropic
14
+ evidenceRefs: &a1
15
+ - repo-sdk-fallback
16
+ - repo-agent-mux-host
17
+ - web-anthropic-claude-code
18
+ - id: capabilitySupport:anthropic:tool-calling
19
+ kind: CapabilitySupport
20
+ supportId: capabilitySupport:anthropic:tool-calling
21
+ capabilityId: tool-calling
22
+ supportLevel: provider-specific
23
+ subjectKind: ModelProviderVersion
24
+ subjectId: providerVersion:anthropic:ge-0-0-0
25
+ versionRange: ">=0.0.0"
26
+ notes: anthropic
27
+ evidenceRefs: *a1
28
+ - id: capabilitySupport:openai:streaming
29
+ kind: CapabilitySupport
30
+ supportId: capabilitySupport:openai:streaming
31
+ capabilityId: streaming
32
+ supportLevel: provider-specific
33
+ subjectKind: ModelProviderVersion
34
+ subjectId: providerVersion:openai:ge-0-0-0
35
+ versionRange: ">=0.0.0"
36
+ notes: openai
37
+ evidenceRefs: &a2
38
+ - repo-sdk-fallback
39
+ - repo-hooks-detector
40
+ - web-openai-codex-skills
41
+ - id: capabilitySupport:openai:tool-calling
42
+ kind: CapabilitySupport
43
+ supportId: capabilitySupport:openai:tool-calling
44
+ capabilityId: tool-calling
45
+ supportLevel: provider-specific
46
+ subjectKind: ModelProviderVersion
47
+ subjectId: providerVersion:openai:ge-0-0-0
48
+ versionRange: ">=0.0.0"
49
+ notes: openai
50
+ evidenceRefs: *a2
51
+ - id: capabilitySupport:google:streaming
52
+ kind: CapabilitySupport
53
+ supportId: capabilitySupport:google:streaming
54
+ capabilityId: streaming
55
+ supportLevel: provider-specific
56
+ subjectKind: ModelProviderVersion
57
+ subjectId: providerVersion:google:ge-0-0-0
58
+ versionRange: ">=0.0.0"
59
+ notes: google
60
+ evidenceRefs: &a3
61
+ - repo-sdk-fallback
62
+ - repo-target-gemini
63
+ - web-gemini-hooks
64
+ - id: capabilitySupport:google:tool-calling
65
+ kind: CapabilitySupport
66
+ supportId: capabilitySupport:google:tool-calling
67
+ capabilityId: tool-calling
68
+ supportLevel: provider-specific
69
+ subjectKind: ModelProviderVersion
70
+ subjectId: providerVersion:google:ge-0-0-0
71
+ versionRange: ">=0.0.0"
72
+ notes: google
73
+ evidenceRefs: *a3