MCPcopy
hub / github.com/HKUDS/OpenHarness / JournalEntry

Interface JournalEntry

autopilot-dashboard/src/types.ts:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21export interface JournalEntry {
22 timestamp: number;
23 kind: string;
24 task_id?: string;
25 summary: string;
26}
27
28export interface Snapshot {
29 generated_at: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected