@a5c-ai/agent-catalog 5.0.1-staging.c9bb2c61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) hide show
  1. package/README.md +117 -0
  2. package/dist/assets.d.ts +4 -0
  3. package/dist/assets.d.ts.map +1 -0
  4. package/dist/assets.js +76 -0
  5. package/dist/cli.d.ts +168 -0
  6. package/dist/cli.d.ts.map +1 -0
  7. package/dist/cli.js +336 -0
  8. package/dist/data.d.ts +54 -0
  9. package/dist/data.d.ts.map +1 -0
  10. package/dist/data.js +636 -0
  11. package/dist/discovery-snapshot.json +319345 -0
  12. package/dist/discovery.d.ts +143 -0
  13. package/dist/discovery.d.ts.map +1 -0
  14. package/dist/discovery.js +728 -0
  15. package/dist/evidence-projection.d.ts +4 -0
  16. package/dist/evidence-projection.d.ts.map +1 -0
  17. package/dist/evidence-projection.js +34 -0
  18. package/dist/evidence.d.ts +13 -0
  19. package/dist/evidence.d.ts.map +1 -0
  20. package/dist/evidence.js +227 -0
  21. package/dist/graph.d.ts +20 -0
  22. package/dist/graph.d.ts.map +1 -0
  23. package/dist/graph.js +194 -0
  24. package/dist/index.d.ts +11 -0
  25. package/dist/index.d.ts.map +1 -0
  26. package/dist/index.js +28 -0
  27. package/dist/models.d.ts +559 -0
  28. package/dist/models.d.ts.map +1 -0
  29. package/dist/models.js +2 -0
  30. package/dist/sdk.d.ts +48 -0
  31. package/dist/sdk.d.ts.map +1 -0
  32. package/dist/sdk.js +902 -0
  33. package/dist/transport-mux-cutover.d.ts +9 -0
  34. package/dist/transport-mux-cutover.d.ts.map +1 -0
  35. package/dist/transport-mux-cutover.js +158 -0
  36. package/dist/ui.d.ts +2 -0
  37. package/dist/ui.d.ts.map +1 -0
  38. package/dist/ui.js +8 -0
  39. package/docs/ontology-evidence.md +82 -0
  40. package/evidence/ontology-evidence/claims/catalog-processes-and-packaging.json +89 -0
  41. package/evidence/ontology-evidence/claims/plugins-hooks-discovery.json +136 -0
  42. package/evidence/ontology-evidence/claims/runtime-core.json +113 -0
  43. package/evidence/ontology-evidence/claims/vendor-web.json +977 -0
  44. package/evidence/ontology-evidence/evidence-sources/catalog-processes-and-packaging.json +48 -0
  45. package/evidence/ontology-evidence/evidence-sources/plugins-hooks-discovery.json +88 -0
  46. package/evidence/ontology-evidence/evidence-sources/runtime-core.json +78 -0
  47. package/evidence/ontology-evidence/evidence-sources/vendor-web.json +918 -0
  48. package/evidence/ontology-evidence/manifest.json +56 -0
  49. package/graph/agent-catalog.graph.yaml +43 -0
  50. package/graph/edges/relations/agent-runtime/babysitter-agent.yaml +31 -0
  51. package/graph/edges/relations/agent-runtime/discovery-and-paths.yaml +433 -0
  52. package/graph/edges/relations/agent-runtime/session-and-lifecycle.yaml +137 -0
  53. package/graph/edges/relations/agent-runtime/transports-and-modalities.yaml +387 -0
  54. package/graph/edges/relations/capabilities/babysitter-agent-links.yaml +46 -0
  55. package/graph/edges/relations/capabilities/capability-vocabulary-links-agents.yaml +478 -0
  56. package/graph/edges/relations/capabilities/capability-vocabulary-links-providers.yaml +40 -0
  57. package/graph/edges/relations/capabilities/capability-vocabulary-links-transports.yaml +70 -0
  58. package/graph/edges/relations/capabilities/support-record-links-agents.yaml +478 -0
  59. package/graph/edges/relations/capabilities/support-record-links-providers.yaml +40 -0
  60. package/graph/edges/relations/capabilities/support-record-links-transports.yaml +70 -0
  61. package/graph/edges/relations/evolution.yaml +16 -0
  62. package/graph/edges/relations/hooks-and-plugins.yaml +462 -0
  63. package/graph/edges/relations/identity-babysitter-agent.yaml +11 -0
  64. package/graph/edges/relations/identity.yaml +218 -0
  65. package/graph/edges/relations/processes-and-packages.yaml +71 -0
  66. package/graph/edges/relations/provenance/babysitter-agent-and-claude-web.yaml +102 -0
  67. package/graph/edges/relations/provenance/catalog-core-agents.yaml +370 -0
  68. package/graph/edges/relations/provenance/catalog-core-models.yaml +88 -0
  69. package/graph/edges/relations/provenance/catalog-core-providers.yaml +220 -0
  70. package/graph/edges/relations/provenance/evidence-sources.yaml +136 -0
  71. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-discovery.yaml +124 -0
  72. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-hooks.yaml +244 -0
  73. package/graph/edges/relations/provenance/hooks-plugins-and-discovery-plugins.yaml +166 -0
  74. package/graph/edges/relations/provenance/processes-packages-and-paths.yaml +490 -0
  75. package/graph/edges/relations/provenance/runtime-and-capabilities-capability.yaml +202 -0
  76. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-claude.yaml +210 -0
  77. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-codex.yaml +302 -0
  78. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-copilot.yaml +170 -0
  79. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-cursor.yaml +146 -0
  80. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-gemini.yaml +143 -0
  81. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-omp.yaml +76 -0
  82. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-openclaw.yaml +112 -0
  83. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-opencode.yaml +139 -0
  84. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-agents-pi.yaml +40 -0
  85. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-providers.yaml +112 -0
  86. package/graph/edges/relations/provenance/runtime-and-capabilities-capabilitySupport-transports.yaml +190 -0
  87. package/graph/edges/relations/provenance/runtime-and-capabilities-modality.yaml +88 -0
  88. package/graph/edges/relations/provenance/runtime-and-capabilities-transport.yaml +172 -0
  89. package/graph/nodes/agents/babysitter-agent.yaml +43 -0
  90. package/graph/nodes/agents/products.yaml +163 -0
  91. package/graph/nodes/agents/versions.yaml +282 -0
  92. package/graph/nodes/capabilities/capabilities.yaml +234 -0
  93. package/graph/nodes/capabilities/modalities.yaml +74 -0
  94. package/graph/nodes/capabilities/supports/agents/babysitter-agent.yaml +46 -0
  95. package/graph/nodes/capabilities/supports/agents/claude.yaml +166 -0
  96. package/graph/nodes/capabilities/supports/agents/codex.yaml +190 -0
  97. package/graph/nodes/capabilities/supports/agents/copilot.yaml +121 -0
  98. package/graph/nodes/capabilities/supports/agents/cursor.yaml +104 -0
  99. package/graph/nodes/capabilities/supports/agents/gemini.yaml +104 -0
  100. package/graph/nodes/capabilities/supports/agents/omp.yaml +74 -0
  101. package/graph/nodes/capabilities/supports/agents/openclaw.yaml +67 -0
  102. package/graph/nodes/capabilities/supports/agents/opencode.yaml +103 -0
  103. package/graph/nodes/capabilities/supports/agents/pi.yaml +65 -0
  104. package/graph/nodes/capabilities/supports/provider-versions.yaml +73 -0
  105. package/graph/nodes/capabilities/supports/transport-runtimes.yaml +122 -0
  106. package/graph/nodes/evidence/babysitter-agent-and-claude-web.yaml +83 -0
  107. package/graph/nodes/evidence/claims.yaml +315 -0
  108. package/graph/nodes/evidence/claude-code-capability-claims.yaml +170 -0
  109. package/graph/nodes/evidence/claude-code-docs-core.yaml +103 -0
  110. package/graph/nodes/evidence/claude-code-docs-extensions.yaml +114 -0
  111. package/graph/nodes/evidence/codex-web.yaml +155 -0
  112. package/graph/nodes/evidence/copilot-web.yaml +213 -0
  113. package/graph/nodes/evidence/cursor-web.yaml +191 -0
  114. package/graph/nodes/evidence/evidence-sources.yaml +206 -0
  115. package/graph/nodes/evidence/gemini-cli-web.yaml +177 -0
  116. package/graph/nodes/evidence/omp-web.yaml +129 -0
  117. package/graph/nodes/evidence/opencode-web.yaml +144 -0
  118. package/graph/nodes/hooks-and-plugins/hook-mappings.yaml +399 -0
  119. package/graph/nodes/hooks-and-plugins/hook-surfaces.yaml +160 -0
  120. package/graph/nodes/hooks-and-plugins/plugin-artifacts.yaml +229 -0
  121. package/graph/nodes/hooks-and-plugins/plugin-targets.yaml +330 -0
  122. package/graph/nodes/models.yaml +103 -0
  123. package/graph/nodes/processes-and-packages/ci-surfaces.yaml +45 -0
  124. package/graph/nodes/processes-and-packages/packages.yaml +89 -0
  125. package/graph/nodes/processes-and-packages/processes.yaml +44 -0
  126. package/graph/nodes/providers/products.yaml +102 -0
  127. package/graph/nodes/providers/versions.yaml +108 -0
  128. package/graph/nodes/runtime-semantics/discovery-signals-hooks.yaml +185 -0
  129. package/graph/nodes/runtime-semantics/discovery-signals-host.yaml +254 -0
  130. package/graph/nodes/runtime-semantics/lifecycle-semantics.yaml +151 -0
  131. package/graph/nodes/runtime-semantics/paths.yaml +289 -0
  132. package/graph/nodes/runtime-semantics/session-semantics.yaml +214 -0
  133. package/graph/nodes/transports.yaml +202 -0
  134. package/graph/schema/ontology-schema.yaml +529 -0
  135. package/package.json +65 -0
@@ -0,0 +1,529 @@
1
+ kind: OntologySchema
2
+ schemaId: schema:agent-catalog-ontology
3
+ id: schema:agent-catalog-ontology
4
+ version: 2026.04.agent-catalog-v2
5
+ versionScopingRules:
6
+ - Conceptual products use has_version edges to connect to version-scoped fact nodes.
7
+ - Version ranges are stored on version nodes and support nodes, not on product nodes.
8
+ - Wrappers query YAML graph documents; no consumer should own duplicate metadata tables.
9
+ deprecationRules:
10
+ - supersedes edges mark a newer semantic or version node replacing an older range.
11
+ - Claims remain immutable evidence records even when a node is superseded.
12
+ nodeKinds:
13
+ GraphDocument:
14
+ requiredAttributes:
15
+ - graphId
16
+ - schemaVersion
17
+ - catalogVersion
18
+ - generatedAt
19
+ - owners
20
+ - imports
21
+ - defaultNamespace
22
+ - evidencePolicy
23
+ OntologySchema:
24
+ requiredAttributes:
25
+ - schemaId
26
+ - version
27
+ - nodeKinds
28
+ - edgeKinds
29
+ - versionScopingRules
30
+ - deprecationRules
31
+ AgentProduct:
32
+ requiredAttributes:
33
+ - id
34
+ - agentId
35
+ - displayName
36
+ - aliases
37
+ - vendor
38
+ - families
39
+ - status
40
+ AgentVersion:
41
+ requiredAttributes:
42
+ - id
43
+ - agentVersionId
44
+ - agentId
45
+ - versionRange
46
+ - displayName
47
+ - summary
48
+ - sourcePackage
49
+ ModelProviderProduct:
50
+ requiredAttributes:
51
+ - id
52
+ - providerId
53
+ - displayName
54
+ - kindLabel
55
+ - vendor
56
+ - authKinds
57
+ ModelProviderVersion:
58
+ requiredAttributes:
59
+ - id
60
+ - providerVersionId
61
+ - providerId
62
+ - versionRange
63
+ - authSignals
64
+ - envSignals
65
+ ModelFamily:
66
+ requiredAttributes:
67
+ - id
68
+ - modelId
69
+ - providerId
70
+ - label
71
+ - modalities
72
+ - status
73
+ ModelVersion:
74
+ requiredAttributes:
75
+ - id
76
+ - modelVersionId
77
+ - modelId
78
+ - versionRange
79
+ - toolCallSupport
80
+ - visionSupport
81
+ - streamingSupport
82
+ TransportProtocol:
83
+ requiredAttributes:
84
+ - id
85
+ - transportId
86
+ - label
87
+ - protocolKind
88
+ - interactive
89
+ - streaming
90
+ - requestShape
91
+ - responseShape
92
+ TransportRuntime:
93
+ requiredAttributes:
94
+ - id
95
+ - runtimeId
96
+ - transportId
97
+ - label
98
+ - runtimeKind
99
+ - persistentSession
100
+ - stdinInjection
101
+ - blockingStopHook
102
+ - containerizable
103
+ Capability:
104
+ requiredAttributes:
105
+ - id
106
+ - capabilityId
107
+ - namespace
108
+ - label
109
+ - description
110
+ - stability
111
+ CapabilitySupport:
112
+ requiredAttributes:
113
+ - id
114
+ - supportId
115
+ - capabilityId
116
+ - supportLevel
117
+ - subjectKind
118
+ - subjectId
119
+ - versionRange
120
+ Modality:
121
+ requiredAttributes:
122
+ - id
123
+ - modalityId
124
+ - direction
125
+ - label
126
+ - mediaType
127
+ - semanticCategory
128
+ HookSurface:
129
+ requiredAttributes:
130
+ - id
131
+ - hookId
132
+ - canonicalName
133
+ - phase
134
+ - blocking
135
+ HookMapping:
136
+ requiredAttributes:
137
+ - id
138
+ - mappingId
139
+ - hookId
140
+ - targetId
141
+ - nativeName
142
+ - versionRange
143
+ - requiresRuntimeHooks
144
+ PluginTarget:
145
+ requiredAttributes:
146
+ - id
147
+ - targetId
148
+ - displayName
149
+ - adapterName
150
+ - pluginRootEnvVar
151
+ - pluginRootEnvVarForExtension
152
+ - manifestFormat
153
+ - commandFormat
154
+ - skillHandling
155
+ - hookRegistrationFormat
156
+ - scriptVariants
157
+ - adapterFamily
158
+ - distribution
159
+ - distributionModel
160
+ - installLayout
161
+ - packageMetadata
162
+ - componentSupport
163
+ - npmPublishable
164
+ PluginArtifact:
165
+ requiredAttributes:
166
+ - id
167
+ - artifactId
168
+ - targetId
169
+ - artifactKind
170
+ - pathPattern
171
+ - installerSurface
172
+ DiscoverySignal:
173
+ requiredAttributes:
174
+ - id
175
+ - signalId
176
+ - signalKind
177
+ - key
178
+ - matchMode
179
+ - confidence
180
+ - scope
181
+ - signals
182
+ - argvMatches
183
+ SessionSemantics:
184
+ requiredAttributes:
185
+ - id
186
+ - sessionSemanticsId
187
+ - agentId
188
+ - versionRange
189
+ - sessionDirStrategy
190
+ - sessionIdSources
191
+ - resumeSemantics
192
+ LifecycleSemantics:
193
+ requiredAttributes:
194
+ - id
195
+ - lifecycleSemanticsId
196
+ - agentId
197
+ - versionRange
198
+ - runtimeHookMode
199
+ - stopHookMode
200
+ - backgroundTaskMode
201
+ - checkpointMode
202
+ ProcessDescriptor:
203
+ requiredAttributes:
204
+ - id
205
+ - processId
206
+ - displayName
207
+ - category
208
+ - paths
209
+ - inputs
210
+ - outputs
211
+ - ownerPackage
212
+ PackageSurface:
213
+ requiredAttributes:
214
+ - id
215
+ - packageId
216
+ - packageName
217
+ - workspacePath
218
+ - moduleType
219
+ - surfaceKinds
220
+ - sourceOfTruthRole
221
+ PathDescriptor:
222
+ requiredAttributes:
223
+ - id
224
+ - pathId
225
+ - path
226
+ - pathKind
227
+ - ownerKind
228
+ - ownerId
229
+ - platform
230
+ CiSurface:
231
+ requiredAttributes:
232
+ - id
233
+ - ciId
234
+ - packageId
235
+ - scripts
236
+ - publishStrategy
237
+ - releaseChannels
238
+ - validationCommands
239
+ EvidenceSource:
240
+ requiredAttributes:
241
+ - id
242
+ - evidenceId
243
+ - kindLabel
244
+ - sourcePathOrUrl
245
+ - capturedAt
246
+ - locator
247
+ - trustLevel
248
+ Claim:
249
+ requiredAttributes:
250
+ - id
251
+ - claimId
252
+ - statement
253
+ - subjectKind
254
+ - subjectId
255
+ - confidence
256
+ - provenanceKind
257
+ - evidenceStrength
258
+ - status
259
+ - evidenceIds
260
+ - unresolvedGaps
261
+ edgeKinds:
262
+ has_schema:
263
+ from:
264
+ - GraphDocument
265
+ to:
266
+ - OntologySchema
267
+ requiredAttributes:
268
+ - id
269
+ - relation
270
+ - from
271
+ - to
272
+ has_version:
273
+ from:
274
+ - AgentProduct
275
+ - ModelProviderProduct
276
+ - ModelFamily
277
+ to:
278
+ - AgentVersion
279
+ - ModelProviderVersion
280
+ - ModelVersion
281
+ requiredAttributes:
282
+ - id
283
+ - relation
284
+ - from
285
+ - to
286
+ provided_by:
287
+ from:
288
+ - ModelVersion
289
+ to:
290
+ - ModelProviderVersion
291
+ - ModelProviderProduct
292
+ requiredAttributes:
293
+ - id
294
+ - relation
295
+ - from
296
+ - to
297
+ defaults_to_model:
298
+ from:
299
+ - AgentVersion
300
+ to:
301
+ - ModelVersion
302
+ - ModelFamily
303
+ requiredAttributes:
304
+ - id
305
+ - relation
306
+ - from
307
+ - to
308
+ uses_transport:
309
+ from:
310
+ - AgentVersion
311
+ to:
312
+ - TransportRuntime
313
+ - TransportProtocol
314
+ requiredAttributes:
315
+ - id
316
+ - relation
317
+ - from
318
+ - to
319
+ supports_capability:
320
+ from:
321
+ - AgentVersion
322
+ - ModelProviderVersion
323
+ - TransportRuntime
324
+ - PluginTarget
325
+ to:
326
+ - CapabilitySupport
327
+ requiredAttributes:
328
+ - id
329
+ - relation
330
+ - from
331
+ - to
332
+ for_capability:
333
+ from:
334
+ - CapabilitySupport
335
+ to:
336
+ - Capability
337
+ requiredAttributes:
338
+ - id
339
+ - relation
340
+ - from
341
+ - to
342
+ supports_modality:
343
+ from:
344
+ - AgentVersion
345
+ - ModelVersion
346
+ - TransportRuntime
347
+ to:
348
+ - Modality
349
+ requiredAttributes:
350
+ - id
351
+ - relation
352
+ - from
353
+ - to
354
+ emits_hook:
355
+ from:
356
+ - AgentVersion
357
+ - PluginTarget
358
+ to:
359
+ - HookMapping
360
+ requiredAttributes:
361
+ - id
362
+ - relation
363
+ - from
364
+ - to
365
+ maps_hook:
366
+ from:
367
+ - HookMapping
368
+ to:
369
+ - HookSurface
370
+ requiredAttributes:
371
+ - id
372
+ - relation
373
+ - from
374
+ - to
375
+ targets_plugin_surface:
376
+ from:
377
+ - AgentVersion
378
+ to:
379
+ - PluginTarget
380
+ requiredAttributes:
381
+ - id
382
+ - relation
383
+ - from
384
+ - to
385
+ emits_artifact:
386
+ from:
387
+ - PluginTarget
388
+ to:
389
+ - PluginArtifact
390
+ requiredAttributes:
391
+ - id
392
+ - relation
393
+ - from
394
+ - to
395
+ discovered_by:
396
+ from:
397
+ - AgentVersion
398
+ - ModelProviderVersion
399
+ - PluginTarget
400
+ to:
401
+ - DiscoverySignal
402
+ requiredAttributes:
403
+ - id
404
+ - relation
405
+ - from
406
+ - to
407
+ uses_session_semantics:
408
+ from:
409
+ - AgentVersion
410
+ to:
411
+ - SessionSemantics
412
+ requiredAttributes:
413
+ - id
414
+ - relation
415
+ - from
416
+ - to
417
+ uses_lifecycle_semantics:
418
+ from:
419
+ - AgentVersion
420
+ to:
421
+ - LifecycleSemantics
422
+ requiredAttributes:
423
+ - id
424
+ - relation
425
+ - from
426
+ - to
427
+ references_path:
428
+ from:
429
+ - ProcessDescriptor
430
+ - PackageSurface
431
+ - PluginArtifact
432
+ - SessionSemantics
433
+ - LifecycleSemantics
434
+ to:
435
+ - PathDescriptor
436
+ requiredAttributes:
437
+ - id
438
+ - relation
439
+ - from
440
+ - to
441
+ surfaces_process:
442
+ from:
443
+ - PackageSurface
444
+ to:
445
+ - ProcessDescriptor
446
+ requiredAttributes:
447
+ - id
448
+ - relation
449
+ - from
450
+ - to
451
+ wraps_graph:
452
+ from:
453
+ - PackageSurface
454
+ to:
455
+ - GraphDocument
456
+ requiredAttributes:
457
+ - id
458
+ - relation
459
+ - from
460
+ - to
461
+ validated_by_ci:
462
+ from:
463
+ - PackageSurface
464
+ to:
465
+ - CiSurface
466
+ requiredAttributes:
467
+ - id
468
+ - relation
469
+ - from
470
+ - to
471
+ supported_by_claim:
472
+ from:
473
+ - AgentProduct
474
+ - AgentVersion
475
+ - ModelProviderProduct
476
+ - ModelProviderVersion
477
+ - ModelFamily
478
+ - ModelVersion
479
+ - TransportProtocol
480
+ - TransportRuntime
481
+ - Capability
482
+ - CapabilitySupport
483
+ - Modality
484
+ - HookSurface
485
+ - HookMapping
486
+ - PluginTarget
487
+ - PluginArtifact
488
+ - DiscoverySignal
489
+ - SessionSemantics
490
+ - LifecycleSemantics
491
+ - ProcessDescriptor
492
+ - PackageSurface
493
+ - PathDescriptor
494
+ - CiSurface
495
+ to:
496
+ - Claim
497
+ requiredAttributes:
498
+ - id
499
+ - relation
500
+ - from
501
+ - to
502
+ sourced_from:
503
+ from:
504
+ - Claim
505
+ to:
506
+ - EvidenceSource
507
+ requiredAttributes:
508
+ - id
509
+ - relation
510
+ - from
511
+ - to
512
+ supersedes:
513
+ from:
514
+ - AgentVersion
515
+ - ModelProviderVersion
516
+ - ModelVersion
517
+ - LifecycleSemantics
518
+ - SessionSemantics
519
+ to:
520
+ - AgentVersion
521
+ - ModelProviderVersion
522
+ - ModelVersion
523
+ - LifecycleSemantics
524
+ - SessionSemantics
525
+ requiredAttributes:
526
+ - id
527
+ - relation
528
+ - from
529
+ - to
package/package.json ADDED
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "@a5c-ai/agent-catalog",
3
+ "version": "5.0.1-staging.c9bb2c61",
4
+ "description": "Public package for the shared agent ontology, discovery catalog, and packaged evidence graph consumed across the Babysitter toolchain.",
5
+ "license": "MIT",
6
+ "type": "commonjs",
7
+ "main": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/a5c-ai/babysitter.git",
12
+ "directory": "packages/agent-catalog"
13
+ },
14
+ "homepage": "https://github.com/a5c-ai/babysitter/tree/main/packages/agent-catalog#readme",
15
+ "bugs": {
16
+ "url": "https://github.com/a5c-ai/babysitter/issues"
17
+ },
18
+ "exports": {
19
+ ".": {
20
+ "types": "./dist/index.d.ts",
21
+ "require": "./dist/index.js",
22
+ "default": "./dist/index.js"
23
+ },
24
+ "./package.json": "./package.json",
25
+ "./graph": "./graph/agent-catalog.graph.yaml",
26
+ "./graph/*": "./graph/*",
27
+ "./evidence": "./evidence/ontology-evidence/manifest.json",
28
+ "./evidence/*": "./evidence/*",
29
+ "./docs": "./docs/ontology-evidence.md",
30
+ "./docs/*": "./docs/*"
31
+ },
32
+ "files": [
33
+ "README.md",
34
+ "dist",
35
+ "graph",
36
+ "docs",
37
+ "evidence"
38
+ ],
39
+ "publishConfig": {
40
+ "access": "public"
41
+ },
42
+ "scripts": {
43
+ "check:src-artifacts": "node ./scripts/check-src-artifacts.cjs",
44
+ "generate:evidence": "node ./scripts/generate-evidence.cjs",
45
+ "generate:discovery-snapshot": "node ./scripts/generate-discovery-snapshot.cjs",
46
+ "validate:graph": "node ./scripts/validate-graph.cjs",
47
+ "validate:evidence:freshness": "node ./scripts/validate-evidence-freshness.cjs",
48
+ "build": "npm run clean && npm run check:src-artifacts && npm run generate:evidence && tsc -p tsconfig.json && npm run generate:discovery-snapshot && npm run validate:graph",
49
+ "clean": "rimraf dist",
50
+ "test": "npm run check:src-artifacts && npm run generate:evidence && npm run validate:graph && cd ../.. && npm run test:agent-catalog-contracts",
51
+ "ci:evidence": "npm run validate:evidence:freshness",
52
+ "policy:check": "node ./scripts/check-lifecycle-policy.cjs",
53
+ "ci:test": "npm run clean && npm run build && npm run ci:evidence && npm run test && npm run policy:check",
54
+ "version:check": "node ./scripts/check-version.cjs"
55
+ },
56
+ "dependencies": {
57
+ "yaml": "^2.8.3"
58
+ },
59
+ "devDependencies": {
60
+ "@types/node": "^22.0.0",
61
+ "rimraf": "^6.0.0",
62
+ "typescript": "^5.7.0",
63
+ "vitest": "^3.0.0"
64
+ }
65
+ }