From e2e41ff14142df77e3ccd67e15e7fb8e667466a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?SAL=C4=B0H=20=C3=96ZKARA?= Date: Tue, 10 Mar 2026 12:58:35 +0300 Subject: [PATCH] Remove continual-learning hook state files Delete .cursor/hooks/state/continual-learning-index.json and .cursor/hooks/state/continual-learning.json which held persisted continual-learning metadata (transcript index, last run timestamps, last processed generation ID, etc.). This cleans up obsolete/reset state for the Cursor continual-learning hooks. --- .cursor/hooks/state/continual-learning-index.json | 9 --------- .cursor/hooks/state/continual-learning.json | 8 -------- 2 files changed, 17 deletions(-) delete mode 100644 .cursor/hooks/state/continual-learning-index.json delete mode 100644 .cursor/hooks/state/continual-learning.json diff --git a/.cursor/hooks/state/continual-learning-index.json b/.cursor/hooks/state/continual-learning-index.json deleted file mode 100644 index 43a36a8c73..0000000000 --- a/.cursor/hooks/state/continual-learning-index.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "version": 1, - "transcripts": { - "C:\\Users\\salih\\.cursor\\projects\\d-GitHub2-abp\\agent-transcripts\\ded34ec4-ff99-404a-8b16-10baf3c5d9f5\\ded34ec4-ff99-404a-8b16-10baf3c5d9f5.jsonl": { - "mtimeMs": 1773090599259, - "lastProcessedAt": "2026-03-10T00:18:00.000Z" - } - } -} diff --git a/.cursor/hooks/state/continual-learning.json b/.cursor/hooks/state/continual-learning.json deleted file mode 100644 index a24cb999b0..0000000000 --- a/.cursor/hooks/state/continual-learning.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "version": 1, - "lastRunAtMs": 1773090515725, - "turnsSinceLastRun": 5, - "lastTranscriptMtimeMs": 1773090515368, - "lastProcessedGenerationId": "b1b803a9-44bb-4047-a116-4c108a6dadd1", - "trialStartedAtMs": null -}