@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,191 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/evidence/cursor-web.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: evidence:web-cursor-agent-overview
6
+ kind: EvidenceSource
7
+ evidenceId: web-cursor-agent-overview
8
+ kindLabel: web
9
+ sourcePathOrUrl: https://cursor.com/docs/agent/overview
10
+ capturedAt: 2026-04-24T00:00:00.000Z
11
+ locator: agent overview, tools, checkpoints, and image-capable reads
12
+ trustLevel: official-web
13
+ reviewOwner: "@a5c-ai/agent-catalog"
14
+ reviewedAt: 2026-04-24T00:00:00.000Z
15
+ freshnessWindowDays: 45
16
+ - id: evidence:web-cursor-cli-overview
17
+ kind: EvidenceSource
18
+ evidenceId: web-cursor-cli-overview
19
+ kindLabel: web
20
+ sourcePathOrUrl: https://cursor.com/docs/cli/overview
21
+ capturedAt: 2026-04-24T00:00:00.000Z
22
+ locator: terminal CLI overview
23
+ trustLevel: official-web
24
+ reviewOwner: "@a5c-ai/agent-catalog"
25
+ reviewedAt: 2026-04-24T00:00:00.000Z
26
+ freshnessWindowDays: 45
27
+ - id: evidence:web-cursor-cli-using
28
+ kind: EvidenceSource
29
+ evidenceId: web-cursor-cli-using
30
+ kindLabel: web
31
+ sourcePathOrUrl: https://cursor.com/docs/cli/using
32
+ capturedAt: 2026-04-24T00:00:00.000Z
33
+ locator: agent use from the CLI
34
+ trustLevel: official-web
35
+ reviewOwner: "@a5c-ai/agent-catalog"
36
+ reviewedAt: 2026-04-24T00:00:00.000Z
37
+ freshnessWindowDays: 45
38
+ - id: evidence:web-cursor-cli-headless
39
+ kind: EvidenceSource
40
+ evidenceId: web-cursor-cli-headless
41
+ kindLabel: web
42
+ sourcePathOrUrl: https://cursor.com/docs/cli/headless
43
+ capturedAt: 2026-04-24T00:00:00.000Z
44
+ locator: non-interactive and CI usage
45
+ trustLevel: official-web
46
+ reviewOwner: "@a5c-ai/agent-catalog"
47
+ reviewedAt: 2026-04-24T00:00:00.000Z
48
+ freshnessWindowDays: 45
49
+ - id: evidence:web-cursor-cli-shell-mode
50
+ kind: EvidenceSource
51
+ evidenceId: web-cursor-cli-shell-mode
52
+ kindLabel: web
53
+ sourcePathOrUrl: https://cursor.com/docs/cli/shell-mode
54
+ capturedAt: 2026-04-24T00:00:00.000Z
55
+ locator: persistent CLI context and command history
56
+ trustLevel: official-web
57
+ reviewOwner: "@a5c-ai/agent-catalog"
58
+ reviewedAt: 2026-04-24T00:00:00.000Z
59
+ freshnessWindowDays: 45
60
+ - id: evidence:web-cursor-rules
61
+ kind: EvidenceSource
62
+ evidenceId: web-cursor-rules
63
+ kindLabel: web
64
+ sourcePathOrUrl: https://cursor.com/docs/rules
65
+ capturedAt: 2026-04-24T00:00:00.000Z
66
+ locator: persistent instructions and project rules
67
+ trustLevel: official-web
68
+ reviewOwner: "@a5c-ai/agent-catalog"
69
+ reviewedAt: 2026-04-24T00:00:00.000Z
70
+ freshnessWindowDays: 45
71
+ - id: evidence:web-cursor-hooks
72
+ kind: EvidenceSource
73
+ evidenceId: web-cursor-hooks
74
+ kindLabel: web
75
+ sourcePathOrUrl: https://cursor.com/docs/hooks
76
+ capturedAt: 2026-04-24T00:00:00.000Z
77
+ locator: built-in hook system
78
+ trustLevel: official-web
79
+ reviewOwner: "@a5c-ai/agent-catalog"
80
+ reviewedAt: 2026-04-24T00:00:00.000Z
81
+ freshnessWindowDays: 45
82
+ - id: evidence:web-cursor-mcp
83
+ kind: EvidenceSource
84
+ evidenceId: web-cursor-mcp
85
+ kindLabel: web
86
+ sourcePathOrUrl: https://cursor.com/docs/mcp
87
+ capturedAt: 2026-04-24T00:00:00.000Z
88
+ locator: MCP integration surface
89
+ trustLevel: official-web
90
+ reviewOwner: "@a5c-ai/agent-catalog"
91
+ reviewedAt: 2026-04-24T00:00:00.000Z
92
+ freshnessWindowDays: 45
93
+ - id: evidence:web-cursor-subagents
94
+ kind: EvidenceSource
95
+ evidenceId: web-cursor-subagents
96
+ kindLabel: web
97
+ sourcePathOrUrl: https://cursor.com/docs/subagents
98
+ capturedAt: 2026-04-24T00:00:00.000Z
99
+ locator: specialized task-specific subagents
100
+ trustLevel: official-web
101
+ reviewOwner: "@a5c-ai/agent-catalog"
102
+ reviewedAt: 2026-04-24T00:00:00.000Z
103
+ freshnessWindowDays: 45
104
+ - id: claim:web-cursor-core-agentic
105
+ kind: Claim
106
+ claimId: web-cursor-core-agentic
107
+ statement: Cursor documents both IDE and CLI agent surfaces for autonomous coding tasks, command execution, and file editing.
108
+ subjectKind: catalog
109
+ subjectId: graph:agent-catalog
110
+ confidence: medium
111
+ provenanceKind: vendor-documentation
112
+ evidenceStrength: corroborated
113
+ status: current
114
+ evidenceIds:
115
+ - web-cursor-agent-overview
116
+ - web-cursor-cli-overview
117
+ - web-cursor-cli-using
118
+ unresolvedGaps: []
119
+ - id: claim:web-cursor-rules
120
+ kind: Claim
121
+ claimId: web-cursor-rules
122
+ statement: Cursor provides persistent rule files and AGENTS.md integration, which is the first-party basis for reusable guidance and skill-like context.
123
+ subjectKind: catalog
124
+ subjectId: graph:agent-catalog
125
+ confidence: medium
126
+ provenanceKind: vendor-inference
127
+ evidenceStrength: partial
128
+ status: current
129
+ evidenceIds:
130
+ - web-cursor-rules
131
+ unresolvedGaps:
132
+ - Cursor rules are the closest public analogue to reusable skills, but the exact skill-equivalence remains a local normalization choice.
133
+ - id: claim:web-cursor-hooks
134
+ kind: Claim
135
+ claimId: web-cursor-hooks
136
+ statement: Cursor exposes a built-in hook system, with local target metadata refining which hook names map into the normalized ontology.
137
+ subjectKind: catalog
138
+ subjectId: graph:agent-catalog
139
+ confidence: medium
140
+ provenanceKind: vendor-documentation
141
+ evidenceStrength: partial
142
+ status: current
143
+ evidenceIds:
144
+ - web-cursor-hooks
145
+ - repo-target-cursor
146
+ - repo-target-index
147
+ unresolvedGaps:
148
+ - The docs confirm hooks exist, but the normalized hook-name mapping still depends on local target metadata.
149
+ - id: claim:web-cursor-stdin-injection
150
+ kind: Claim
151
+ claimId: web-cursor-stdin-injection
152
+ statement: Cursor documents headless and CLI prompting flows that support non-interactive execution.
153
+ subjectKind: catalog
154
+ subjectId: graph:agent-catalog
155
+ confidence: medium
156
+ provenanceKind: vendor-documentation
157
+ evidenceStrength: corroborated
158
+ status: current
159
+ evidenceIds:
160
+ - web-cursor-cli-headless
161
+ - web-cursor-cli-using
162
+ unresolvedGaps: []
163
+ - id: claim:web-cursor-image-input
164
+ kind: Claim
165
+ claimId: web-cursor-image-input
166
+ statement: Cursor documents image-capable file reads and image generation within agent workflows, providing a first-party basis for multimodal support.
167
+ subjectKind: catalog
168
+ subjectId: graph:agent-catalog
169
+ confidence: low
170
+ provenanceKind: vendor-inference
171
+ evidenceStrength: inferred
172
+ status: current
173
+ evidenceIds:
174
+ - web-cursor-agent-overview
175
+ unresolvedGaps:
176
+ - Cursor documents image-aware reads broadly, but it does not publish a standalone capability contract for normalized image-input semantics.
177
+ - id: claim:web-cursor-session-resume
178
+ kind: Claim
179
+ claimId: web-cursor-session-resume
180
+ statement: Cursor documents checkpoint restoration and persistent CLI shell-mode context, which together form the strongest first-party basis for resuming work across turns.
181
+ subjectKind: catalog
182
+ subjectId: graph:agent-catalog
183
+ confidence: medium
184
+ provenanceKind: vendor-inference
185
+ evidenceStrength: partial
186
+ status: current
187
+ evidenceIds:
188
+ - web-cursor-agent-overview
189
+ - web-cursor-cli-shell-mode
190
+ unresolvedGaps:
191
+ - The current evidence supports checkpoint restoration and persistent context, but a dedicated CLI resume command contract is not explicitly documented.
@@ -0,0 +1,206 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/evidence/evidence-sources.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: evidence:repo-sdk-fallback
6
+ kind: EvidenceSource
7
+ evidenceId: repo-sdk-fallback
8
+ kindLabel: repo
9
+ sourcePathOrUrl: packages/sdk/src/harness/amuxFallbackMetadata.ts
10
+ capturedAt: 2026-04-23T00:00:00.000Z
11
+ locator: lines 1-170
12
+ trustLevel: repo
13
+ - id: evidence:repo-agent-mux-host
14
+ kind: EvidenceSource
15
+ evidenceId: repo-agent-mux-host
16
+ kindLabel: repo
17
+ sourcePathOrUrl: packages/agent-mux/core/src/host-detection.ts
18
+ capturedAt: 2026-04-23T00:00:00.000Z
19
+ locator: lines 1-200
20
+ trustLevel: repo
21
+ - id: evidence:repo-hooks-detector
22
+ kind: EvidenceSource
23
+ evidenceId: repo-hooks-detector
24
+ kindLabel: repo
25
+ sourcePathOrUrl: packages/hooks-mux/core/src/discovery/detector.ts
26
+ capturedAt: 2026-04-23T00:00:00.000Z
27
+ locator: lines 1-140
28
+ trustLevel: repo
29
+ - id: evidence:repo-target-index
30
+ kind: EvidenceSource
31
+ evidenceId: repo-target-index
32
+ kindLabel: repo
33
+ sourcePathOrUrl: packages/agent-plugins-mux/src/targets/index.ts
34
+ capturedAt: 2026-04-23T00:00:00.000Z
35
+ locator: lines 1-78
36
+ trustLevel: repo
37
+ - id: evidence:repo-target-claude
38
+ kind: EvidenceSource
39
+ evidenceId: repo-target-claude
40
+ kindLabel: repo
41
+ sourcePathOrUrl: packages/agent-plugins-mux/src/targets/claude-code.ts
42
+ capturedAt: 2026-04-23T00:00:00.000Z
43
+ locator: lines 1-21
44
+ trustLevel: repo
45
+ - id: evidence:repo-target-codex
46
+ kind: EvidenceSource
47
+ evidenceId: repo-target-codex
48
+ kindLabel: repo
49
+ sourcePathOrUrl: packages/agent-plugins-mux/src/targets/codex.ts
50
+ capturedAt: 2026-04-23T00:00:00.000Z
51
+ locator: lines 1-18
52
+ trustLevel: repo
53
+ - id: evidence:repo-target-cursor
54
+ kind: EvidenceSource
55
+ evidenceId: repo-target-cursor
56
+ kindLabel: repo
57
+ sourcePathOrUrl: packages/agent-plugins-mux/src/targets/cursor.ts
58
+ capturedAt: 2026-04-23T00:00:00.000Z
59
+ locator: lines 1-18
60
+ trustLevel: repo
61
+ - id: evidence:repo-target-gemini
62
+ kind: EvidenceSource
63
+ evidenceId: repo-target-gemini
64
+ kindLabel: repo
65
+ sourcePathOrUrl: packages/agent-plugins-mux/src/targets/gemini.ts
66
+ capturedAt: 2026-04-23T00:00:00.000Z
67
+ locator: lines 1-17
68
+ trustLevel: repo
69
+ - id: evidence:repo-target-copilot
70
+ kind: EvidenceSource
71
+ evidenceId: repo-target-copilot
72
+ kindLabel: repo
73
+ sourcePathOrUrl: packages/agent-plugins-mux/src/targets/github-copilot.ts
74
+ capturedAt: 2026-04-23T00:00:00.000Z
75
+ locator: lines 1-20
76
+ trustLevel: repo
77
+ - id: evidence:repo-process-catalog
78
+ kind: EvidenceSource
79
+ evidenceId: repo-process-catalog
80
+ kindLabel: repo
81
+ sourcePathOrUrl: packages/catalog/process-library-catalog.js
82
+ capturedAt: 2026-04-23T00:00:00.000Z
83
+ locator: lines 1-170
84
+ trustLevel: repo
85
+ - id: evidence:repo-agent-mux-model-catalog
86
+ kind: EvidenceSource
87
+ evidenceId: repo-agent-mux-model-catalog
88
+ kindLabel: repo
89
+ sourcePathOrUrl: packages/agent-mux/processes/model-catalog.js
90
+ capturedAt: 2026-04-23T00:00:00.000Z
91
+ locator: lines 1-120
92
+ trustLevel: repo
93
+ - id: evidence:repo-codex-windows-hooks
94
+ kind: EvidenceSource
95
+ evidenceId: repo-codex-windows-hooks
96
+ kindLabel: repo
97
+ sourcePathOrUrl: plugins/babysitter-codex/bin/install-shared.js
98
+ capturedAt: 2026-04-23T00:00:00.000Z
99
+ locator: lines 748-756
100
+ trustLevel: repo
101
+ - id: evidence:web-anthropic-claude-code
102
+ kind: EvidenceSource
103
+ evidenceId: web-anthropic-claude-code
104
+ kindLabel: web
105
+ sourcePathOrUrl: https://www.anthropic.com/product/claude-code
106
+ capturedAt: 2026-04-23T00:00:00.000Z
107
+ locator: product overview
108
+ trustLevel: official-web
109
+ reviewOwner: "@a5c-ai/agent-catalog"
110
+ reviewedAt: 2026-04-24T00:00:00.000Z
111
+ freshnessWindowDays: 45
112
+ - id: evidence:web-anthropic-claude-code-autonomy
113
+ kind: EvidenceSource
114
+ evidenceId: web-anthropic-claude-code-autonomy
115
+ kindLabel: web
116
+ sourcePathOrUrl: https://www.anthropic.com/news/enabling-claude-code-to-work-more-autonomously
117
+ capturedAt: 2026-04-23T00:00:00.000Z
118
+ locator: Sep 29 2025 product update
119
+ trustLevel: official-web
120
+ reviewOwner: "@a5c-ai/agent-catalog"
121
+ reviewedAt: 2026-04-24T00:00:00.000Z
122
+ freshnessWindowDays: 45
123
+ - id: evidence:web-openai-codex-skills
124
+ kind: EvidenceSource
125
+ evidenceId: web-openai-codex-skills
126
+ kindLabel: web
127
+ sourcePathOrUrl: https://developers.openai.com/codex/skills
128
+ capturedAt: 2026-04-23T00:00:00.000Z
129
+ locator: Codex skills guide
130
+ trustLevel: official-web
131
+ reviewOwner: "@a5c-ai/agent-catalog"
132
+ reviewedAt: 2026-04-24T00:00:00.000Z
133
+ freshnessWindowDays: 45
134
+ - id: evidence:web-github-copilot-agent
135
+ kind: EvidenceSource
136
+ evidenceId: web-github-copilot-agent
137
+ kindLabel: web
138
+ sourcePathOrUrl: https://docs.github.com/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent
139
+ capturedAt: 2026-04-23T00:00:00.000Z
140
+ locator: Copilot coding agent documentation
141
+ trustLevel: official-web
142
+ reviewOwner: "@a5c-ai/agent-catalog"
143
+ reviewedAt: 2026-04-24T00:00:00.000Z
144
+ freshnessWindowDays: 45
145
+ - id: evidence:web-gemini-hooks
146
+ kind: EvidenceSource
147
+ evidenceId: web-gemini-hooks
148
+ kindLabel: web
149
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/tree/main/docs/hooks
150
+ capturedAt: 2026-04-23T00:00:00.000Z
151
+ locator: Gemini CLI hooks docs
152
+ trustLevel: official-web
153
+ reviewOwner: "@a5c-ai/agent-catalog"
154
+ reviewedAt: 2026-04-24T00:00:00.000Z
155
+ freshnessWindowDays: 45
156
+ - id: evidence:repo-transport-mux-readme
157
+ kind: EvidenceSource
158
+ evidenceId: repo-transport-mux-readme
159
+ kindLabel: repo
160
+ sourcePathOrUrl: packages/transport-mux/README.md
161
+ capturedAt: 2026-04-23T00:00:00.000Z
162
+ locator: "sections: protocol layer, provider layer, route contract"
163
+ trustLevel: repo
164
+ - id: evidence:repo-transport-mux-architecture
165
+ kind: EvidenceSource
166
+ evidenceId: repo-transport-mux-architecture
167
+ kindLabel: repo
168
+ sourcePathOrUrl: packages/transport-mux/architecture.md
169
+ capturedAt: 2026-04-23T00:00:00.000Z
170
+ locator: "sections: terminology, protocol layer, provider layer, route contract"
171
+ trustLevel: repo
172
+ - id: evidence:repo-transport-mux-migration
173
+ kind: EvidenceSource
174
+ evidenceId: repo-transport-mux-migration
175
+ kindLabel: repo
176
+ sourcePathOrUrl: packages/transport-mux/migration.md
177
+ capturedAt: 2026-04-23T00:00:00.000Z
178
+ locator: "sections: staged order, server surface, auth surface"
179
+ trustLevel: repo
180
+ - id: evidence:repo-transport-mux-scorecard
181
+ kind: EvidenceSource
182
+ evidenceId: repo-transport-mux-scorecard
183
+ kindLabel: repo
184
+ sourcePathOrUrl: packages/transport-mux/scripts/migration-scorecard.mjs
185
+ capturedAt: 2026-04-25T00:00:00.000Z
186
+ locator: "checks: docs honesty, launcher ownership, publish/CI convergence, executable ownership"
187
+ trustLevel: repo
188
+ - id: evidence:repo-agent-catalog-package
189
+ kind: EvidenceSource
190
+ evidenceId: repo-agent-catalog-package
191
+ kindLabel: repo
192
+ sourcePathOrUrl: packages/agent-catalog/package.json
193
+ capturedAt: 2026-04-23T00:00:00.000Z
194
+ locator: package metadata and scripts
195
+ trustLevel: repo
196
+ - id: evidence:web-github-copilot-mcp
197
+ kind: EvidenceSource
198
+ evidenceId: web-github-copilot-mcp
199
+ kindLabel: web
200
+ sourcePathOrUrl: https://docs.github.com/en/copilot/concepts/agents/cloud-agent/mcp-and-cloud-agent
201
+ capturedAt: 2026-04-23T00:00:00.000Z
202
+ locator: Overview
203
+ trustLevel: official-web
204
+ reviewOwner: "@a5c-ai/agent-catalog"
205
+ reviewedAt: 2026-04-24T00:00:00.000Z
206
+ freshnessWindowDays: 45
@@ -0,0 +1,177 @@
1
+ kind: NodeDocument
2
+ documentPath: nodes/evidence/gemini-cli-web.yaml
3
+ generatedAt: 2026-04-24T00:00:00.000Z
4
+ nodes:
5
+ - id: evidence:web-gemini-cli-index
6
+ kind: EvidenceSource
7
+ evidenceId: web-gemini-cli-index
8
+ kindLabel: web
9
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/index.md
10
+ capturedAt: 2026-04-24T00:00:00.000Z
11
+ locator: documentation index and feature map
12
+ trustLevel: official-web
13
+ reviewOwner: "@a5c-ai/agent-catalog"
14
+ reviewedAt: 2026-04-24T00:00:00.000Z
15
+ freshnessWindowDays: 45
16
+ - id: evidence:web-gemini-cli-reference
17
+ kind: EvidenceSource
18
+ evidenceId: web-gemini-cli-reference
19
+ kindLabel: web
20
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/cli-reference.md
21
+ capturedAt: 2026-04-24T00:00:00.000Z
22
+ locator: CLI commands and resume flags
23
+ trustLevel: official-web
24
+ reviewOwner: "@a5c-ai/agent-catalog"
25
+ reviewedAt: 2026-04-24T00:00:00.000Z
26
+ freshnessWindowDays: 45
27
+ - id: evidence:web-gemini-cli-skills
28
+ kind: EvidenceSource
29
+ evidenceId: web-gemini-cli-skills
30
+ kindLabel: web
31
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/skills.md
32
+ capturedAt: 2026-04-24T00:00:00.000Z
33
+ locator: agent skills discovery and management
34
+ trustLevel: official-web
35
+ reviewOwner: "@a5c-ai/agent-catalog"
36
+ reviewedAt: 2026-04-24T00:00:00.000Z
37
+ freshnessWindowDays: 45
38
+ - id: evidence:web-gemini-cli-headless
39
+ kind: EvidenceSource
40
+ evidenceId: web-gemini-cli-headless
41
+ kindLabel: web
42
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/headless.md
43
+ capturedAt: 2026-04-24T00:00:00.000Z
44
+ locator: headless and automation mode
45
+ trustLevel: official-web
46
+ reviewOwner: "@a5c-ai/agent-catalog"
47
+ reviewedAt: 2026-04-24T00:00:00.000Z
48
+ freshnessWindowDays: 45
49
+ - id: evidence:web-gemini-cli-session-management
50
+ kind: EvidenceSource
51
+ evidenceId: web-gemini-cli-session-management
52
+ kindLabel: web
53
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/session-management.md
54
+ capturedAt: 2026-04-24T00:00:00.000Z
55
+ locator: resume, list, and manage sessions
56
+ trustLevel: official-web
57
+ reviewOwner: "@a5c-ai/agent-catalog"
58
+ reviewedAt: 2026-04-24T00:00:00.000Z
59
+ freshnessWindowDays: 45
60
+ - id: evidence:web-gemini-cli-checkpointing
61
+ kind: EvidenceSource
62
+ evidenceId: web-gemini-cli-checkpointing
63
+ kindLabel: web
64
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/checkpointing.md
65
+ capturedAt: 2026-04-24T00:00:00.000Z
66
+ locator: checkpoint creation and restore
67
+ trustLevel: official-web
68
+ reviewOwner: "@a5c-ai/agent-catalog"
69
+ reviewedAt: 2026-04-24T00:00:00.000Z
70
+ freshnessWindowDays: 45
71
+ - id: evidence:web-gemini-cli-hooks
72
+ kind: EvidenceSource
73
+ evidenceId: web-gemini-cli-hooks
74
+ kindLabel: web
75
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/hooks/index.md
76
+ capturedAt: 2026-04-24T00:00:00.000Z
77
+ locator: hook events and lifecycle impact
78
+ trustLevel: official-web
79
+ reviewOwner: "@a5c-ai/agent-catalog"
80
+ reviewedAt: 2026-04-24T00:00:00.000Z
81
+ freshnessWindowDays: 45
82
+ - id: evidence:web-gemini-cli-changelog
83
+ kind: EvidenceSource
84
+ evidenceId: web-gemini-cli-changelog
85
+ kindLabel: web
86
+ sourcePathOrUrl: https://github.com/google-gemini/gemini-cli/blob/main/docs/changelogs/index.md
87
+ capturedAt: 2026-04-24T00:00:00.000Z
88
+ locator: recent multimodal and approval changes
89
+ trustLevel: official-web
90
+ reviewOwner: "@a5c-ai/agent-catalog"
91
+ reviewedAt: 2026-04-24T00:00:00.000Z
92
+ freshnessWindowDays: 45
93
+ - id: claim:web-gemini-cli-core-agentic
94
+ kind: Claim
95
+ claimId: web-gemini-cli-core-agentic
96
+ statement: Gemini CLI is documented as a terminal-based coding agent with interactive and automation-oriented workflows.
97
+ subjectKind: catalog
98
+ subjectId: graph:agent-catalog
99
+ confidence: medium
100
+ provenanceKind: vendor-documentation
101
+ evidenceStrength: corroborated
102
+ status: current
103
+ evidenceIds:
104
+ - web-gemini-cli-index
105
+ - web-gemini-cli-reference
106
+ unresolvedGaps: []
107
+ - id: claim:web-gemini-cli-skills
108
+ kind: Claim
109
+ claimId: web-gemini-cli-skills
110
+ statement: Gemini CLI supports discoverable agent skills across workspace, user, and extension tiers.
111
+ subjectKind: catalog
112
+ subjectId: graph:agent-catalog
113
+ confidence: medium
114
+ provenanceKind: vendor-documentation
115
+ evidenceStrength: partial
116
+ status: current
117
+ evidenceIds:
118
+ - web-gemini-cli-skills
119
+ unresolvedGaps:
120
+ - The skills claim currently rests on one official page rather than multiple corroborating sources.
121
+ - id: claim:web-gemini-cli-hooks
122
+ kind: Claim
123
+ claimId: web-gemini-cli-hooks
124
+ statement: Gemini CLI exposes a native hook system with documented lifecycle events including SessionStart, SessionEnd, and AfterAgent-style end-of-loop controls.
125
+ subjectKind: catalog
126
+ subjectId: graph:agent-catalog
127
+ confidence: medium
128
+ provenanceKind: vendor-documentation
129
+ evidenceStrength: corroborated
130
+ status: current
131
+ evidenceIds:
132
+ - web-gemini-cli-hooks
133
+ - web-gemini-cli-index
134
+ unresolvedGaps: []
135
+ - id: claim:web-gemini-cli-stdin-injection
136
+ kind: Claim
137
+ claimId: web-gemini-cli-stdin-injection
138
+ statement: Gemini CLI documents headless and piped execution paths, providing a first-party basis for scripted prompt injection.
139
+ subjectKind: catalog
140
+ subjectId: graph:agent-catalog
141
+ confidence: medium
142
+ provenanceKind: vendor-documentation
143
+ evidenceStrength: corroborated
144
+ status: current
145
+ evidenceIds:
146
+ - web-gemini-cli-headless
147
+ - web-gemini-cli-reference
148
+ unresolvedGaps: []
149
+ - id: claim:web-gemini-cli-image-input
150
+ kind: Claim
151
+ claimId: web-gemini-cli-image-input
152
+ statement: Gemini CLI public docs and release notes include multimodal input surfaces, including recent clipboard image support in the CLI.
153
+ subjectKind: catalog
154
+ subjectId: graph:agent-catalog
155
+ confidence: low
156
+ provenanceKind: vendor-inference
157
+ evidenceStrength: inferred
158
+ status: current
159
+ evidenceIds:
160
+ - web-gemini-cli-index
161
+ - web-gemini-cli-changelog
162
+ unresolvedGaps:
163
+ - The public evidence mixes general multimodal support with changelog notes instead of a dedicated CLI image-input contract.
164
+ - id: claim:web-gemini-cli-session-resume
165
+ kind: Claim
166
+ claimId: web-gemini-cli-session-resume
167
+ statement: Gemini CLI supports resuming and restoring previous work through session-management and checkpointing flows.
168
+ subjectKind: catalog
169
+ subjectId: graph:agent-catalog
170
+ confidence: medium
171
+ provenanceKind: vendor-documentation
172
+ evidenceStrength: corroborated
173
+ status: current
174
+ evidenceIds:
175
+ - web-gemini-cli-session-management
176
+ - web-gemini-cli-checkpointing
177
+ unresolvedGaps: []