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

Interface AnalyticsEvent

scripts/analytics.ts:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import * as os from 'os';
17
18export interface AnalyticsEvent {
19 skill: string;
20 ts: string;
21 repo: string;
22 event?: string;
23 pattern?: string;
24}
25
26const ANALYTICS_FILE = path.join(os.homedir(), '.gstack', 'analytics', 'skill-usage.jsonl');
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected