From 87fa8c4af66745bd30bc84b6c5ef657dd4dec002 Mon Sep 17 00:00:00 2001 From: soryu Date: Sun, 8 Feb 2026 19:50:20 +0000 Subject: Fix directive evaluation and add to frontend --- makima/frontend/src/lib/api.ts | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'makima/frontend/src/lib') diff --git a/makima/frontend/src/lib/api.ts b/makima/frontend/src/lib/api.ts index 9782a07..5080ee1 100644 --- a/makima/frontend/src/lib/api.ts +++ b/makima/frontend/src/lib/api.ts @@ -3100,6 +3100,13 @@ export interface ChainStep { status: string; contractId: string | null; supervisorTaskId: string | null; + monitoringContractId: string | null; + monitoringTaskId: string | null; + confidenceScore: number | null; + confidenceLevel: string | null; + evaluationCount: number; + reworkCount: number; + lastEvaluationId: string | null; orderIndex: number; startedAt: string | null; completedAt: string | null; -- cgit v1.2.3