MCPcopy
hub / github.com/haydenbleasel/ultracite / agentUseCase

Function agentUseCase

packages/data/src/agents.ts:110–113  ·  view source on GitHub ↗
(title: string, description: string)

Source from the content-addressed store, hash-verified

108const defaultHookLinter = "biome";
109
110const agentUseCase = (title: string, description: string): AgentUseCase => ({
111 description,
112 title,
113});
114
115const differentiator = (
116 title: string,

Callers 1

agents.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…