MCPcopy Create free account
hub / github.com/garrytan/gstack / CatalogParts

Interface CatalogParts

scripts/gen-skill-docs.ts:304–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302// when shipping skills to hosts that depend on the legacy fat catalog.
303
304export interface CatalogParts {
305 lead: string; // First sentence — kept in catalog
306 routingProse: string; // "Use when asked to...", "Proactively..." paragraphs
307 voiceLine: string | null; // "Voice triggers (speech-to-text aliases): ..." line if present
308 hasGstackTag: boolean;
309}
310
311export function splitCatalogDescription(description: string): CatalogParts {
312 // Voice triggers line (folded in by processVoiceTriggers earlier)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected