@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,74 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/modalities.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: modality:text
6
+ kind: Modality
7
+ modalityId: text
8
+ direction: bidirectional
9
+ label: Text prompts and responses
10
+ mediaType: text/plain
11
+ semanticCategory: text
12
+ evidenceRefs:
13
+ - repo-sdk-fallback
14
+ - web-anthropic-claude-code
15
+ - id: modality:image
16
+ kind: Modality
17
+ modalityId: image
18
+ direction: input
19
+ label: Image input
20
+ mediaType: image/*
21
+ semanticCategory: image
22
+ evidenceRefs:
23
+ - repo-sdk-fallback
24
+ - id: modality:hooks
25
+ kind: Modality
26
+ modalityId: hooks
27
+ direction: bidirectional
28
+ label: Lifecycle hooks
29
+ mediaType: text/plain
30
+ semanticCategory: hooks
31
+ evidenceRefs:
32
+ - repo-target-index
33
+ - web-gemini-hooks
34
+ - id: modality:mcp
35
+ kind: Modality
36
+ modalityId: mcp
37
+ direction: bidirectional
38
+ label: Model Context Protocol
39
+ mediaType: text/plain
40
+ semanticCategory: mcp
41
+ evidenceRefs:
42
+ - repo-sdk-fallback
43
+ - web-github-copilot-agent
44
+ - id: modality:commands
45
+ kind: Modality
46
+ modalityId: commands
47
+ direction: input
48
+ label: Slash commands and command surfaces
49
+ mediaType: text/plain
50
+ semanticCategory: commands
51
+ evidenceRefs:
52
+ - repo-target-claude
53
+ - repo-target-codex
54
+ - repo-target-cursor
55
+ - repo-target-copilot
56
+ - id: modality:json
57
+ kind: Modality
58
+ modalityId: json
59
+ direction: bidirectional
60
+ label: Structured JSON payloads
61
+ mediaType: application/json
62
+ semanticCategory: json
63
+ evidenceRefs:
64
+ - repo-transport-mux-architecture
65
+ - id: modality:stream-events
66
+ kind: Modality
67
+ modalityId: stream-events
68
+ direction: output
69
+ label: Streaming events
70
+ mediaType: text/plain
71
+ semanticCategory: stream-events
72
+ evidenceRefs:
73
+ - repo-transport-mux-readme
74
+ - repo-transport-mux-architecture
@@ -0,0 +1,46 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/babysitter-agent.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:babysitter-agent:ge-5-0-0:mcp
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:babysitter-agent:ge-5-0-0:mcp
8
+ capabilityId: mcp
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:babysitter-agent:ge-5-0-0
12
+ versionRange: ">=5.0.0"
13
+ notes: babysitter-agent can launch a built-in MCP server and agent-facing MCP integration surfaces.
14
+ evidenceRefs: &a1
15
+ - repo-babysitter-agent-package
16
+ - repo-babysitter-agent-cli
17
+ - id: capabilitySupport:babysitter-agent:ge-5-0-0:interactive-mode
18
+ kind: CapabilitySupport
19
+ supportId: capabilitySupport:babysitter-agent:ge-5-0-0:interactive-mode
20
+ capabilityId: interactive-mode
21
+ supportLevel: native
22
+ subjectKind: AgentVersion
23
+ subjectId: agentVersion:babysitter-agent:ge-5-0-0
24
+ versionRange: ">=5.0.0"
25
+ notes: babysitter-agent is a terminal-first runtime CLI with interactive create-run, observe, and orchestration flows.
26
+ evidenceRefs: *a1
27
+ - id: capabilitySupport:babysitter-agent:ge-5-0-0:stdin-injection
28
+ kind: CapabilitySupport
29
+ supportId: capabilitySupport:babysitter-agent:ge-5-0-0:stdin-injection
30
+ capabilityId: stdin-injection
31
+ supportLevel: native
32
+ subjectKind: AgentVersion
33
+ subjectId: agentVersion:babysitter-agent:ge-5-0-0
34
+ versionRange: ">=5.0.0"
35
+ notes: babysitter-agent accepts prompts, command templates, and harness invocations via CLI input arguments.
36
+ evidenceRefs: *a1
37
+ - id: capabilitySupport:babysitter-agent:ge-5-0-0:session-resume
38
+ kind: CapabilitySupport
39
+ supportId: capabilitySupport:babysitter-agent:ge-5-0-0:session-resume
40
+ capabilityId: session-resume
41
+ supportLevel: native
42
+ subjectKind: AgentVersion
43
+ subjectId: agentVersion:babysitter-agent:ge-5-0-0
44
+ versionRange: ">=5.0.0"
45
+ notes: babysitter-agent resumes runs and sessions through explicit resume-run and session-history command surfaces.
46
+ evidenceRefs: *a1
@@ -0,0 +1,166 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/claude.yaml
3
+ generatedAt: 2026-04-23T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:claude:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:claude:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:claude:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: Claude Code documents skills and slash commands directly, while the local target mapping anchors how plugin surfaces map into the ontology.
14
+ evidenceRefs: &skillsEvidence
15
+ - repo-sdk-fallback
16
+ - repo-target-claude
17
+ - repo-target-index
18
+ - web-claude-code-commands
19
+ - web-claude-code-skills
20
+ - web-claude-code-claude-directory
21
+ - id: capabilitySupport:claude:ge-0-0-0:thinking
22
+ kind: CapabilitySupport
23
+ supportId: capabilitySupport:claude:ge-0-0-0:thinking
24
+ capabilityId: thinking
25
+ supportLevel: native
26
+ subjectKind: AgentVersion
27
+ subjectId: agentVersion:claude:ge-0-0-0
28
+ versionRange: ">=0.0.0"
29
+ notes: Claude Code is documented as an interactive agentic coding surface that reasons over the codebase and executes tool-assisted work.
30
+ evidenceRefs: &coreAgenticEvidence
31
+ - repo-sdk-fallback
32
+ - web-anthropic-claude-code
33
+ - web-claude-code-overview
34
+ - web-claude-code-quickstart
35
+ - web-claude-code-interactive-mode
36
+ - id: capabilitySupport:claude:ge-0-0-0:mcp
37
+ kind: CapabilitySupport
38
+ supportId: capabilitySupport:claude:ge-0-0-0:mcp
39
+ capabilityId: mcp
40
+ supportLevel: native
41
+ subjectKind: AgentVersion
42
+ subjectId: agentVersion:claude:ge-0-0-0
43
+ versionRange: ">=0.0.0"
44
+ notes: MCP support now points to official Claude Code documentation instead of inheriting only the generic Claude product pages.
45
+ evidenceRefs: &mcpEvidence
46
+ - repo-sdk-fallback
47
+ - web-claude-code-mcp
48
+ - web-claude-code-tools-reference
49
+ - web-claude-code-features-overview
50
+ - id: capabilitySupport:claude:ge-0-0-0:tool-approval
51
+ kind: CapabilitySupport
52
+ supportId: capabilitySupport:claude:ge-0-0-0:tool-approval
53
+ capabilityId: tool-approval
54
+ supportLevel: native
55
+ subjectKind: AgentVersion
56
+ subjectId: agentVersion:claude:ge-0-0-0
57
+ versionRange: ">=0.0.0"
58
+ notes: Permission modes and auto mode document Claude Code's native approval boundary model for tools and edits.
59
+ evidenceRefs: &toolApprovalEvidence
60
+ - repo-sdk-fallback
61
+ - web-claude-code-permissions
62
+ - web-claude-code-permission-modes
63
+ - web-anthropic-claude-code-auto-mode
64
+ - id: capabilitySupport:claude:ge-0-0-0:interactive-mode
65
+ kind: CapabilitySupport
66
+ supportId: capabilitySupport:claude:ge-0-0-0:interactive-mode
67
+ capabilityId: interactive-mode
68
+ supportLevel: native
69
+ subjectKind: AgentVersion
70
+ subjectId: agentVersion:claude:ge-0-0-0
71
+ versionRange: ">=0.0.0"
72
+ notes: Interactive CLI usage is directly documented rather than inferred from generic product marketing.
73
+ evidenceRefs: *coreAgenticEvidence
74
+ - id: capabilitySupport:claude:ge-0-0-0:stdin-injection
75
+ kind: CapabilitySupport
76
+ supportId: capabilitySupport:claude:ge-0-0-0:stdin-injection
77
+ capabilityId: stdin-injection
78
+ supportLevel: native
79
+ subjectKind: AgentVersion
80
+ subjectId: agentVersion:claude:ge-0-0-0
81
+ versionRange: ">=0.0.0"
82
+ notes: Scripted prompt-mode CLI flows and continue flags provide the strongest official basis for non-interactive input semantics.
83
+ evidenceRefs: &stdinEvidence
84
+ - repo-sdk-fallback
85
+ - web-claude-code-headless
86
+ - web-claude-code-cli-reference
87
+ - id: capabilitySupport:claude:ge-0-0-0:image-input
88
+ kind: CapabilitySupport
89
+ supportId: capabilitySupport:claude:ge-0-0-0:image-input
90
+ capabilityId: image-input
91
+ supportLevel: native
92
+ subjectKind: AgentVersion
93
+ subjectId: agentVersion:claude:ge-0-0-0
94
+ versionRange: ">=0.0.0"
95
+ notes: Image input remains backed by official Claude multimodal documentation, with lower confidence than the Claude Code-specific docs used elsewhere.
96
+ evidenceRefs: &imageEvidence
97
+ - repo-sdk-fallback
98
+ - web-claude-platform-vision
99
+ - web-claude-code-overview
100
+ - id: capabilitySupport:claude:ge-0-0-0:runtime-hooks
101
+ kind: CapabilitySupport
102
+ supportId: capabilitySupport:claude:ge-0-0-0:runtime-hooks
103
+ capabilityId: runtime-hooks
104
+ supportLevel: native
105
+ subjectKind: AgentVersion
106
+ subjectId: agentVersion:claude:ge-0-0-0
107
+ versionRange: ">=0.0.0"
108
+ notes: Runtime hooks are now tied to the official hook reference and guide plus the local plugin target shape.
109
+ evidenceRefs: &hookEvidence
110
+ - repo-sdk-fallback
111
+ - repo-target-claude
112
+ - repo-target-index
113
+ - web-claude-code-hooks
114
+ - web-claude-code-hooks-guide
115
+ - id: capabilitySupport:claude:ge-0-0-0:stop-hook
116
+ kind: CapabilitySupport
117
+ supportId: capabilitySupport:claude:ge-0-0-0:stop-hook
118
+ capabilityId: stop-hook
119
+ supportLevel: native
120
+ subjectKind: AgentVersion
121
+ subjectId: agentVersion:claude:ge-0-0-0
122
+ versionRange: ">=0.0.0"
123
+ notes: Stop-hook support is modeled separately so the stop lifecycle claim is not diluted into the generic hook bundle.
124
+ evidenceRefs: *hookEvidence
125
+ - id: capabilitySupport:claude:ge-0-0-0:subagent-dispatch
126
+ kind: CapabilitySupport
127
+ supportId: capabilitySupport:claude:ge-0-0-0:subagent-dispatch
128
+ capabilityId: subagent-dispatch
129
+ supportLevel: native
130
+ subjectKind: AgentVersion
131
+ subjectId: agentVersion:claude:ge-0-0-0
132
+ versionRange: ">=0.0.0"
133
+ notes: Subagent dispatch is backed by the official custom-subagents documentation.
134
+ evidenceRefs: &subagentEvidence
135
+ - repo-sdk-fallback
136
+ - web-claude-code-subagents
137
+ - web-claude-code-features-overview
138
+ - web-claude-code-claude-directory
139
+ - id: capabilitySupport:claude:ge-0-0-0:parallel-execution
140
+ kind: CapabilitySupport
141
+ supportId: capabilitySupport:claude:ge-0-0-0:parallel-execution
142
+ capabilityId: parallel-execution
143
+ supportLevel: native
144
+ subjectKind: AgentVersion
145
+ subjectId: agentVersion:claude:ge-0-0-0
146
+ versionRange: ">=0.0.0"
147
+ notes: Parallel execution is tied to official subagent and agent-team references rather than the generic autonomy announcement alone.
148
+ evidenceRefs: &parallelEvidence
149
+ - repo-sdk-fallback
150
+ - web-claude-code-subagents
151
+ - web-claude-code-agent-teams
152
+ - web-claude-code-quickstart
153
+ - id: capabilitySupport:claude:ge-0-0-0:session-resume
154
+ kind: CapabilitySupport
155
+ supportId: capabilitySupport:claude:ge-0-0-0:session-resume
156
+ capabilityId: session-resume
157
+ supportLevel: native
158
+ subjectKind: AgentVersion
159
+ subjectId: agentVersion:claude:ge-0-0-0
160
+ versionRange: ">=0.0.0"
161
+ notes: Session resume is tied to checkpointing and continue flows rather than only background-agent marketing.
162
+ evidenceRefs: &sessionEvidence
163
+ - repo-sdk-fallback
164
+ - web-claude-code-checkpointing
165
+ - web-claude-code-headless
166
+ - web-claude-code-cli-reference
@@ -0,0 +1,190 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/codex.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
12
+ versionRange: ">=0.0.0 <0.119.0"
13
+ notes: Codex skills are documented directly, while the local target profile explains how command-derived skills map into the shared ontology.
14
+ evidenceRefs: &codexSkills
15
+ - repo-sdk-fallback
16
+ - repo-target-codex
17
+ - repo-target-index
18
+ - web-codex-skills
19
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:thinking
20
+ kind: CapabilitySupport
21
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:thinking
22
+ capabilityId: thinking
23
+ supportLevel: native
24
+ subjectKind: AgentVersion
25
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
26
+ versionRange: ">=0.0.0 <0.119.0"
27
+ notes: Codex CLI is documented as an interactive coding-agent surface with persistent threads and tool-assisted execution.
28
+ evidenceRefs: &codexCore
29
+ - repo-sdk-fallback
30
+ - web-codex-cli
31
+ - web-codex-cli-features
32
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:interactive-mode
33
+ kind: CapabilitySupport
34
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:interactive-mode
35
+ capabilityId: interactive-mode
36
+ supportLevel: native
37
+ subjectKind: AgentVersion
38
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
39
+ versionRange: ">=0.0.0 <0.119.0"
40
+ notes: Interactive terminal usage is grounded in Codex CLI docs rather than inferred from the skills page.
41
+ evidenceRefs: *codexCore
42
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stdin-injection
43
+ kind: CapabilitySupport
44
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stdin-injection
45
+ capabilityId: stdin-injection
46
+ supportLevel: native
47
+ subjectKind: AgentVersion
48
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
49
+ versionRange: ">=0.0.0 <0.119.0"
50
+ notes: Non-interactive Codex execution is documented separately for scripting and CI usage.
51
+ evidenceRefs: &codexStdin
52
+ - repo-sdk-fallback
53
+ - web-codex-noninteractive
54
+ - web-codex-cli-reference
55
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:image-input
56
+ kind: CapabilitySupport
57
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:image-input
58
+ capabilityId: image-input
59
+ supportLevel: native
60
+ subjectKind: AgentVersion
61
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
62
+ versionRange: ">=0.0.0 <0.119.0"
63
+ notes: Multimodal Codex support is documented, but the public evidence is broader than a single CLI-only image-input flag.
64
+ evidenceRefs: &codexImages
65
+ - repo-sdk-fallback
66
+ - web-codex-cli
67
+ - web-codex-cli-features
68
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks
69
+ kind: CapabilitySupport
70
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:runtime-hooks
71
+ capabilityId: runtime-hooks
72
+ supportLevel: native
73
+ subjectKind: AgentVersion
74
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
75
+ versionRange: ">=0.0.0 <0.119.0"
76
+ notes: Codex has first-party hook docs, while pre-0.119.0 Windows hook support remains a repo-specific lifecycle nuance.
77
+ evidenceRefs: &codexHooksPre119
78
+ - repo-sdk-fallback
79
+ - repo-target-codex
80
+ - repo-target-index
81
+ - repo-codex-windows-hooks
82
+ - web-codex-hooks
83
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook
84
+ kind: CapabilitySupport
85
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:stop-hook
86
+ capabilityId: stop-hook
87
+ supportLevel: native
88
+ subjectKind: AgentVersion
89
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
90
+ versionRange: ">=0.0.0 <0.119.0"
91
+ notes: Stop-hook mapping is normalized from the documented Codex hook system plus the local target-name mapping, with the Windows version nuance kept explicit.
92
+ evidenceRefs: *codexHooksPre119
93
+ - id: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:session-resume
94
+ kind: CapabilitySupport
95
+ supportId: capabilitySupport:codex:ge-0-0-0-lt-0-119-0:session-resume
96
+ capabilityId: session-resume
97
+ supportLevel: native
98
+ subjectKind: AgentVersion
99
+ subjectId: agentVersion:codex:ge-0-0-0-lt-0-119-0
100
+ versionRange: ">=0.0.0 <0.119.0"
101
+ notes: Session continuation is supported through transcript and thread persistence rather than piggybacking on the hooks docs.
102
+ evidenceRefs: &codexResume
103
+ - repo-sdk-fallback
104
+ - web-codex-cli-features
105
+ - web-codex-cli-reference
106
+ - id: capabilitySupport:codex:ge-0-119-0:skills
107
+ kind: CapabilitySupport
108
+ supportId: capabilitySupport:codex:ge-0-119-0:skills
109
+ capabilityId: skills
110
+ supportLevel: native
111
+ subjectKind: AgentVersion
112
+ subjectId: agentVersion:codex:ge-0-119-0
113
+ versionRange: ">=0.119.0"
114
+ notes: Codex skills are documented directly, while the local target profile explains how command-derived skills map into the shared ontology.
115
+ evidenceRefs: *codexSkills
116
+ - id: capabilitySupport:codex:ge-0-119-0:thinking
117
+ kind: CapabilitySupport
118
+ supportId: capabilitySupport:codex:ge-0-119-0:thinking
119
+ capabilityId: thinking
120
+ supportLevel: native
121
+ subjectKind: AgentVersion
122
+ subjectId: agentVersion:codex:ge-0-119-0
123
+ versionRange: ">=0.119.0"
124
+ notes: Codex CLI is documented as an interactive coding-agent surface with persistent threads and tool-assisted execution.
125
+ evidenceRefs: *codexCore
126
+ - id: capabilitySupport:codex:ge-0-119-0:interactive-mode
127
+ kind: CapabilitySupport
128
+ supportId: capabilitySupport:codex:ge-0-119-0:interactive-mode
129
+ capabilityId: interactive-mode
130
+ supportLevel: native
131
+ subjectKind: AgentVersion
132
+ subjectId: agentVersion:codex:ge-0-119-0
133
+ versionRange: ">=0.119.0"
134
+ notes: Interactive terminal usage is grounded in Codex CLI docs rather than inferred from the skills page.
135
+ evidenceRefs: *codexCore
136
+ - id: capabilitySupport:codex:ge-0-119-0:stdin-injection
137
+ kind: CapabilitySupport
138
+ supportId: capabilitySupport:codex:ge-0-119-0:stdin-injection
139
+ capabilityId: stdin-injection
140
+ supportLevel: native
141
+ subjectKind: AgentVersion
142
+ subjectId: agentVersion:codex:ge-0-119-0
143
+ versionRange: ">=0.119.0"
144
+ notes: Non-interactive Codex execution is documented separately for scripting and CI usage.
145
+ evidenceRefs: *codexStdin
146
+ - id: capabilitySupport:codex:ge-0-119-0:image-input
147
+ kind: CapabilitySupport
148
+ supportId: capabilitySupport:codex:ge-0-119-0:image-input
149
+ capabilityId: image-input
150
+ supportLevel: native
151
+ subjectKind: AgentVersion
152
+ subjectId: agentVersion:codex:ge-0-119-0
153
+ versionRange: ">=0.119.0"
154
+ notes: Multimodal Codex support is documented, but the public evidence is broader than a single CLI-only image-input flag.
155
+ evidenceRefs: *codexImages
156
+ - id: capabilitySupport:codex:ge-0-119-0:runtime-hooks
157
+ kind: CapabilitySupport
158
+ supportId: capabilitySupport:codex:ge-0-119-0:runtime-hooks
159
+ capabilityId: runtime-hooks
160
+ supportLevel: native
161
+ subjectKind: AgentVersion
162
+ subjectId: agentVersion:codex:ge-0-119-0
163
+ versionRange: ">=0.119.0"
164
+ notes: Codex has first-party hook docs, and 0.119.0+ removes the local Windows hook caveat.
165
+ evidenceRefs: &codexHooksPost119
166
+ - repo-sdk-fallback
167
+ - repo-target-codex
168
+ - repo-target-index
169
+ - repo-codex-windows-hooks
170
+ - web-codex-hooks
171
+ - id: capabilitySupport:codex:ge-0-119-0:stop-hook
172
+ kind: CapabilitySupport
173
+ supportId: capabilitySupport:codex:ge-0-119-0:stop-hook
174
+ capabilityId: stop-hook
175
+ supportLevel: native
176
+ subjectKind: AgentVersion
177
+ subjectId: agentVersion:codex:ge-0-119-0
178
+ versionRange: ">=0.119.0"
179
+ notes: Stop-hook mapping is normalized from the documented Codex hook system plus the local target-name mapping.
180
+ evidenceRefs: *codexHooksPost119
181
+ - id: capabilitySupport:codex:ge-0-119-0:session-resume
182
+ kind: CapabilitySupport
183
+ supportId: capabilitySupport:codex:ge-0-119-0:session-resume
184
+ capabilityId: session-resume
185
+ supportLevel: native
186
+ subjectKind: AgentVersion
187
+ subjectId: agentVersion:codex:ge-0-119-0
188
+ versionRange: ">=0.119.0"
189
+ notes: Session continuation is supported through transcript and thread persistence rather than piggybacking on the hooks docs.
190
+ evidenceRefs: *codexResume
@@ -0,0 +1,121 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/capabilities/supports/agents/copilot.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: capabilitySupport:copilot:ge-0-0-0:skills
6
+ kind: CapabilitySupport
7
+ supportId: capabilitySupport:copilot:ge-0-0-0:skills
8
+ capabilityId: skills
9
+ supportLevel: native
10
+ subjectKind: AgentVersion
11
+ subjectId: agentVersion:copilot:ge-0-0-0
12
+ versionRange: ">=0.0.0"
13
+ notes: Copilot CLI plugins explicitly bundle reusable agents, skills, hooks, and integrations.
14
+ evidenceRefs: &copilotSkills
15
+ - repo-sdk-fallback
16
+ - repo-target-copilot
17
+ - repo-target-index
18
+ - web-github-copilot-cli-plugins
19
+ - web-github-copilot-cli-plugin-reference
20
+ - id: capabilitySupport:copilot:ge-0-0-0:thinking
21
+ kind: CapabilitySupport
22
+ supportId: capabilitySupport:copilot:ge-0-0-0:thinking
23
+ capabilityId: thinking
24
+ supportLevel: native
25
+ subjectKind: AgentVersion
26
+ subjectId: agentVersion:copilot:ge-0-0-0
27
+ versionRange: ">=0.0.0"
28
+ notes: GitHub documents Copilot CLI and Copilot coding-agent workflows as interactive agentic coding surfaces.
29
+ evidenceRefs: &copilotCore
30
+ - repo-sdk-fallback
31
+ - web-github-copilot-cli-overview
32
+ - web-github-copilot-cli-getting-started
33
+ - web-github-copilot-agent
34
+ - id: capabilitySupport:copilot:ge-0-0-0:interactive-mode
35
+ kind: CapabilitySupport
36
+ supportId: capabilitySupport:copilot:ge-0-0-0:interactive-mode
37
+ capabilityId: interactive-mode
38
+ supportLevel: native
39
+ subjectKind: AgentVersion
40
+ subjectId: agentVersion:copilot:ge-0-0-0
41
+ versionRange: ">=0.0.0"
42
+ notes: Interactive Copilot CLI usage is documented directly instead of being inferred from the cloud-agent docs.
43
+ evidenceRefs: *copilotCore
44
+ - id: capabilitySupport:copilot:ge-0-0-0:stdin-injection
45
+ kind: CapabilitySupport
46
+ supportId: capabilitySupport:copilot:ge-0-0-0:stdin-injection
47
+ capabilityId: stdin-injection
48
+ supportLevel: native
49
+ subjectKind: AgentVersion
50
+ subjectId: agentVersion:copilot:ge-0-0-0
51
+ versionRange: ">=0.0.0"
52
+ notes: The public Copilot CLI docs cover command-line prompting flows, which is the strongest official basis for non-interactive input semantics.
53
+ evidenceRefs: &copilotStdin
54
+ - repo-sdk-fallback
55
+ - web-github-copilot-cli-overview
56
+ - web-github-copilot-cli-getting-started
57
+ - id: capabilitySupport:copilot:ge-0-0-0:image-input
58
+ kind: CapabilitySupport
59
+ supportId: capabilitySupport:copilot:ge-0-0-0:image-input
60
+ capabilityId: image-input
61
+ supportLevel: native
62
+ subjectKind: AgentVersion
63
+ subjectId: agentVersion:copilot:ge-0-0-0
64
+ versionRange: ">=0.0.0"
65
+ notes: Public image-input evidence is strongest in the Copilot SDK rather than the CLI docs, so this row keeps lower-confidence external support.
66
+ evidenceRefs: &copilotImages
67
+ - repo-sdk-fallback
68
+ - web-github-copilot-sdk-image-input
69
+ - id: capabilitySupport:copilot:ge-0-0-0:runtime-hooks
70
+ kind: CapabilitySupport
71
+ supportId: capabilitySupport:copilot:ge-0-0-0:runtime-hooks
72
+ capabilityId: runtime-hooks
73
+ supportLevel: native
74
+ subjectKind: AgentVersion
75
+ subjectId: agentVersion:copilot:ge-0-0-0
76
+ versionRange: ">=0.0.0"
77
+ notes: Copilot CLI exposes hooks directly and the local target profile refines the canonical hook-name mapping into the ontology.
78
+ evidenceRefs: &copilotHooks
79
+ - repo-sdk-fallback
80
+ - repo-target-copilot
81
+ - repo-target-index
82
+ - web-github-copilot-cli-hooks
83
+ - web-github-copilot-hooks-config
84
+ - id: capabilitySupport:copilot:ge-0-0-0:stop-hook
85
+ kind: CapabilitySupport
86
+ supportId: capabilitySupport:copilot:ge-0-0-0:stop-hook
87
+ capabilityId: stop-hook
88
+ supportLevel: native
89
+ subjectKind: AgentVersion
90
+ subjectId: agentVersion:copilot:ge-0-0-0
91
+ versionRange: ">=0.0.0"
92
+ notes: The normalized stop-hook capability is derived from Copilot's documented lifecycle hooks plus the local hook-name mapping.
93
+ evidenceRefs: *copilotHooks
94
+ - id: capabilitySupport:copilot:ge-0-0-0:mcp
95
+ kind: CapabilitySupport
96
+ supportId: capabilitySupport:copilot:ge-0-0-0:mcp
97
+ capabilityId: mcp
98
+ supportLevel: native
99
+ subjectKind: AgentVersion
100
+ subjectId: agentVersion:copilot:ge-0-0-0
101
+ versionRange: ">=0.0.0"
102
+ notes: GitHub documents MCP both for Copilot CLI and for the Copilot cloud agent.
103
+ evidenceRefs: &copilotMcp
104
+ - repo-sdk-fallback
105
+ - repo-target-copilot
106
+ - repo-target-index
107
+ - web-github-copilot-cli-mcp
108
+ - web-github-copilot-mcp
109
+ - id: capabilitySupport:copilot:ge-0-0-0:session-resume
110
+ kind: CapabilitySupport
111
+ supportId: capabilitySupport:copilot:ge-0-0-0:session-resume
112
+ capabilityId: session-resume
113
+ supportLevel: native
114
+ subjectKind: AgentVersion
115
+ subjectId: agentVersion:copilot:ge-0-0-0
116
+ versionRange: ">=0.0.0"
117
+ notes: Public session persistence evidence comes from Copilot CLI config-directory documentation rather than the generic coding-agent docs.
118
+ evidenceRefs: &copilotResume
119
+ - repo-sdk-fallback
120
+ - web-github-copilot-cli-config-dir
121
+ - web-github-copilot-cli-getting-started