/** * Assemble a NEUTRAL `WorkEvent` from a method/branch act. harness EMITS this artifact and never * writes into `@sentropic/track` — a track-side adapter ingests it (no track import here). Pure and * deterministic: `subject`/`skill` are dropped when absent so the JSON stays minimal and stable. */ export function toWorkEvent(input: any, ctx: any): { schemaVersion: number; kind: string; verb: any; status: any; refs: any; detail: any; runId: any; commit: any; branch: any; env: any; runner: any; at: any; }; //# sourceMappingURL=work-event.d.ts.map