MCPcopy Create free account
hub / github.com/ShipSecAI/studio / artifacts.ts

File artifacts.ts

packages/shared/src/artifacts.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { z } from 'zod';
2
3export const ArtifactDestinationSchema = z.enum(['run', 'library']);
4export type ArtifactDestination = z.infer<typeof ArtifactDestinationSchema>;

Callers

nothing calls this directly

Calls 1

recordMethod · 0.65

Tested by

no test coverage detected